.estate-hero {
padding: 60px 0 80px;
position: relative;
margin-bottom: 80px;
}
.estate-hero__content {
max-width: 780px;
position: relative;
z-index: 2;
}
.estate-hero__bg {
position: absolute;
right: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
.estate-hero__bg img {
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
}
.estate-hero__bg::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(
to right,
#fff 0%,
#fff 42%,
rgba(255, 255, 255, 0.92) 62%,
rgba(255, 255, 255, 0.45) 72%,
rgba(255, 255, 255, 0) 88%
);
pointer-events: none;
}
.estate-hero__badge {
display: inline-flex;
align-items: center;
margin: 0 0 28px;
padding: 8px 16px;
border: 1px solid #e6e6e6;
border-radius: 999px;
background: #f7f7f7;
font-size: 14px;
line-height: 1.3;
font-weight: 500;
color: #141414;
}
.estate-hero__title {
max-width: 760px;
margin: 0 0 24px;
font-size: 48px;
font-weight: 700;
line-height: 1.2;
color: #000;
}
.estate-hero__subtitle {
max-width: 720px;
margin: 0 0 48px;
font-size: 18px;
line-height: 1.5;
font-weight: 400;
color: #141414;
}
.estate-hero__benefits {
display: flex;
gap: 32px 40px;
margin: 0 0 48px;
padding: 0;
list-style: none;
}
.estate-hero__benefit {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 12px;
flex: 1 1 200px;
min-width: 0;
max-width: 240px;
}
.estate-hero__benefit-icon {
display: flex;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
border: 1.5px solid #e21d24;
border-radius: 50%;
}
.estate-hero__benefit-icon svg {
display: block;
width: 22px;
height: 22px;
}
.estate-hero__benefit-text {
min-width: 0;
}
.estate-hero__benefit-title {
margin: 0 0 4px;
font-size: 16px;
font-weight: 700;
line-height: 1.3;
color: #000;
}
.estate-hero__benefit-desc {
margin: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.4;
color: #4a4a4a;
}
.estate-hero__btn {
padding: 16px 36px;
font-size: 16px;
font-weight: 700;
line-height: 1.3;
}
@media screen and (max-width: 1200px) {
.estate-hero__benefits {
gap: 20px;
}
.estate-hero__benefit {
flex-basis: 180px;
max-width: 180px;
}
.estate-hero__bg::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(
to right,
#fff 0%,
#fff 42%,
rgba(255, 255, 255, 0.92) 62%,
rgba(255, 255, 255, 0.65) 72%,
rgba(255, 255, 255, 0.5) 88%
);
pointer-events: none;
}
}
@media screen and (max-width: 1100px) {
.estate-hero__title {
font-size: 40px;
}
}
@media screen and (max-width: 960px) {
.estate-hero {
}
.estate-hero__bg::after {
background: linear-gradient(
to right,
#fff 0%,
#fff 42%,
rgba(255, 255, 255, 0.92) 62%,
rgba(255, 255, 255, 0.65) 72%,
rgba(255, 255, 255, 0.5) 88%
);
}
.estate-hero__title {
font-size: 32px;
margin-bottom: 18px;
}
.estate-hero__subtitle {
font-size: 16px;
margin-bottom: 36px;
}
.estate-hero__benefits {
margin-bottom: 36px;
gap: 24px 32px;
}
}
@media screen and (max-width: 780px) {
.estate-hero {
margin-bottom: 60px;
padding: 0;
}
.estate-hero__bg {
display: none;
}
.estate-hero__badge {
margin-bottom: 20px;
font-size: 13px;
padding: 6px 14px;
}
.estate-hero__title {
font-size: 26px;
margin-bottom: 16px;
}
.estate-hero__subtitle {
margin-bottom: 20px;
}
.estate-hero__benefits {
flex-direction: column;
gap: 20px;
margin-bottom: 32px;
}
.estate-hero__benefit {
max-width: none;
flex: 1 1 auto;
}
}
@media screen and (max-width: 560px) {
.estate-hero__title {
font-size: 22px;
line-height: 1.3;
margin-bottom: 14px;
}
.estate-hero__subtitle {
font-size: 15px;
line-height: 1.45;
margin-bottom: 16px;
}
.estate-hero__benefit {
position: relative;
padding-left: 52px;
}
.estate-hero__benefit-icon {
width: 40px;
height: 40px;
position: absolute;
left: 0;
top: 0;
}
.estate-hero__benefit-icon svg {
width: 18px;
height: 18px;
}
.estate-hero__benefit-title {
font-size: 15px;
}
.estate-hero__btn {
width: 100%;
text-align: center;
padding: 14px 20px;
font-size: 15px;
}
}.estate-products {
padding: 0 0 80px;
}
.estate-products__title {
margin: 0 0 40px;
font-size: 36px;
font-weight: 700;
line-height: 1.25;
color: #000;
}
.estate-products__grid {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 24px 20px;
}
.estate-products__card {
display: flex;
flex-direction: column;
min-width: 0;
color: inherit;
text-decoration: none;
}
a.estate-products__card:hover .estate-products__card-title {
color: #e21d24;
}
.estate-products__media {
margin: 0 0 16px;
overflow: hidden;
border-radius: 12px;
background: #f5f5f5;
aspect-ratio: 3 / 2;
}
.estate-products__media img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.estate-products__card-title {
margin: 0 0 8px;
font-size: 16px;
font-weight: 700;
line-height: 1.3;
color: #000;
transition: color 0.2s ease;
}
.estate-products__card-text {
margin: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.45;
color: #4a4a4a;
}
.estate-products__card-text a {
color: #e21d24;
text-decoration: underline;
}
.estate-products__card-text a:hover {
opacity: 0.8;
}
@media screen and (max-width: 1100px) {
.estate-products__title {
font-size: 32px;
}
.estate-products__grid {
grid-template-columns: repeat(3, 1fr);
gap: 28px 20px;
}
}
@media screen and (max-width: 780px) {
.estate-products {
padding: 8px 0 56px;
}
.estate-products__title {
font-size: 26px;
margin-bottom: 28px;
}
.estate-products__grid {
grid-template-columns: repeat(2, 1fr);
gap: 24px 16px;
}
}
@media screen and (max-width: 560px) {
.estate-products__title {
font-size: 22px;
line-height: 1.3;
margin-bottom: 24px;
}
.estate-products__grid {
grid-template-columns: 1fr;
gap: 24px;
}
.estate-products__card-title {
font-size: 15px;
}
}.estate-tasks {
margin-bottom: 80px;
}
.estate-tasks__title {
margin: 0 0 16px;
font-size: 36px;
font-weight: 700;
line-height: 1.25;
color: #000;
}
.estate-tasks__subtitle {
max-width: 760px;
margin: 0 0 40px;
font-size: 16px;
font-weight: 400;
line-height: 1.5;
color: #4a4a4a;
}
.estate-tasks__list {
display: flex;
flex-direction: column;
gap: 12px;
margin: 0;
padding: 0;
list-style: none;
}
.estate-tasks__item {
display: grid;
grid-template-columns: minmax(220px, 0.95fr) 36px minmax(260px, 1.5fr) minmax(200px, 0.85fr);
align-items: center;
column-gap: 8px;
min-width: 0;
padding: 16px 16px 16px 24px;
background: #fff;
border: 1px solid #e8e8e8;
border-radius: 16px;
}
.estate-tasks__task {
display: flex;
align-items: center;
gap: 14px;
min-width: 0;
height: 100%;
padding-right: 16px;
border-right: 1px solid #ececec;
}
.estate-tasks__icon {
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
width: 56px;
height: 56px;
border: 1.5px solid #e21d24;
border-radius: 50%;
background: #fff;
}
.estate-tasks__icon img,
.estate-tasks__icon svg {
display: block;
width: 28px;
height: 28px;
object-fit: contain;
}
.estate-tasks__task-text {
margin: 0;
font-size: 15px;
font-weight: 500;
line-height: 1.35;
color: #000;
}
.estate-tasks__arrow {
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
color: #e21d24;
}
.estate-tasks__arrow svg {
display: block;
width: 22px;
height: 22px;
}
.estate-tasks__solution {
min-width: 0;
padding: 4px 12px 4px 4px;
}
.estate-tasks__solution-title {
margin: 0 0 8px;
font-size: 16px;
font-weight: 700;
line-height: 1.3;
color: #000;
}
.estate-tasks__solution-text {
margin: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.45;
color: #4a4a4a;
}
.estate-tasks__media {
overflow: hidden;
min-width: 0;
height: 132px;
border-radius: 12px;
background: #f3f3f3;
}
.estate-tasks__media a {
display: block;
width: 100%;
height: 100%;
cursor: pointer;
transition: opacity 0.3s;
}
.estate-tasks__media a:hover {
opacity: 0.8;
}
.estate-tasks__media a:active {
opacity: 0.6;
}
.estate-tasks__media img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
@media screen and (max-width: 1100px) {
.estate-tasks__title {
font-size: 32px;
}
.estate-tasks__item {
grid-template-columns: minmax(180px, 0.9fr) 28px minmax(220px, 1.45fr) minmax(180px, 0.85fr);
padding: 14px 14px 14px 18px;
column-gap: 4px;
}
.estate-tasks__icon {
width: 48px;
height: 48px;
}
.estate-tasks__icon img,
.estate-tasks__icon svg {
width: 24px;
height: 24px;
}
.estate-tasks__task-text {
font-size: 14px;
}
}
@media screen and (max-width: 900px) {
.estate-tasks__item {
grid-template-columns: minmax(0, 0.9fr) 28px minmax(0, 1.4fr);
grid-template-areas:
"task arrow solution"
"media media media";
row-gap: 16px;
padding: 18px;
}
.estate-tasks__task {
grid-area: task;
}
.estate-tasks__arrow {
grid-area: arrow;
}
.estate-tasks__solution {
grid-area: solution;
padding: 0;
}
.estate-tasks__media {
grid-area: media;
width: 100%;
max-width: 360px;
height: 140px;
}
}
@media screen and (max-width: 780px) {
.estate-tasks__title {
font-size: 26px;
margin-bottom: 12px;
}
.estate-tasks__subtitle {
font-size: 15px;
margin-bottom: 28px;
}
}
@media screen and (max-width: 560px) {
.estate-tasks__title {
font-size: 22px;
line-height: 1.3;
margin-bottom: 10px;
}
.estate-tasks__subtitle {
font-size: 14px;
line-height: 1.45;
margin-bottom: 24px;
}
.estate-tasks__list {
gap: 10px;
}
.estate-tasks__item {
grid-template-columns: 1fr;
grid-template-areas:
"task"
"solution"
"media";
row-gap: 14px;
padding: 16px;
}
.estate-tasks__task {
align-items: flex-start;
padding-right: 0;
border-right: 0;
}
.estate-tasks__arrow {
display: none;
}
.estate-tasks__icon {
width: 44px;
height: 44px;
}
.estate-tasks__icon img,
.estate-tasks__icon svg {
width: 22px;
height: 22px;
}
.estate-tasks__task-text {
font-size: 15px;
}
.estate-tasks__solution-title {
font-size: 15px;
}
.estate-tasks__media {
max-width: none;
height: 148px;
}
}.estate-examples {
padding: 0 0 80px;
}
.estate-examples__title {
margin: 0 0 32px;
font-size: 36px;
font-weight: 700;
line-height: 1.25;
color: #000;
}
.estate-examples__nav {
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px 32px;
margin: 0 0 40px;
}
.estate-examples__tabs {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin: 0;
padding: 0;
list-style: none;
}
.estate-examples__tab {
display: inline-flex;
align-items: center;
justify-content: center;
margin: 0;
padding: 10px 18px;
border: 1px solid #e6e6e6;
border-radius: 8px;
background: #fff;
color: #141414;
font-size: 14px;
font-weight: 500;
line-height: 1.3;
cursor: pointer;
white-space: nowrap;
transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.estate-examples__tab:hover {
border-color: #d0d0d0;
}
.estate-examples__tab.active {
background: #e21d24;
border-color: #e21d24;
color: #fff;
pointer-events: none;
}
.estate-examples__more {
display: inline-flex;
align-items: center;
flex-shrink: 0;
gap: 8px;
color: #141414;
font-size: 14px;
font-weight: 500;
line-height: 1.3;
text-decoration: none;
white-space: nowrap;
transition: color 0.2s ease;
}
.estate-examples__more:hover {
color: #e21d24;
}
.estate-examples__more svg {
display: block;
width: 16px;
height: 12px;
flex-shrink: 0;
}
.estate-examples__grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 40px 24px;
}
.estate-examples__card {
display: flex;
flex-direction: column;
min-width: 0;
}
.estate-examples__card[hidden] {
display: none;
}
.estate-examples__media {
display: block;
margin: 0 0 20px;
overflow: hidden;
border-radius: 12px;
background: #f5f5f5;
aspect-ratio: 3 / 2;
cursor: pointer;
transition: opacity 0.3s;
}
.estate-examples__media:hover {
opacity: 0.88;
}
.estate-examples__media img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.estate-examples__label {
margin: 0 0 8px;
font-size: 12px;
font-weight: 700;
line-height: 1.2;
letter-spacing: 0.06em;
text-transform: uppercase;
color: #e21d24;
}
.estate-examples__card-title {
margin: 0 0 10px;
font-size: 20px;
font-weight: 700;
line-height: 1.3;
color: #000;
}
.estate-examples__card-text {
margin: 0;
font-size: 15px;
font-weight: 400;
line-height: 1.5;
color: #4a4a4a;
}
@media screen and (max-width: 1100px) {
.estate-examples__title {
font-size: 32px;
}
.estate-examples__card-title {
font-size: 18px;
}
}
@media screen and (max-width: 780px) {
.estate-examples {
padding: 8px 0 56px;
}
.estate-examples__title {
font-size: 26px;
margin-bottom: 24px;
}
.estate-examples__nav {
flex-direction: column;
align-items: flex-start;
gap: 16px;
margin-bottom: 28px;
}
.estate-examples__tabs {
flex-wrap: nowrap;
width: 100%;
overflow-x: auto;
scrollbar-width: none;
-ms-overflow-style: none;
}
.estate-examples__tabs::-webkit-scrollbar {
display: none;
}
.estate-examples__grid {
gap: 32px 16px;
}
.estate-examples__card-title {
font-size: 17px;
}
.estate-examples__card-text {
font-size: 14px;
}
}
@media screen and (max-width: 560px) {
.estate-examples__title {
font-size: 22px;
line-height: 1.3;
margin-bottom: 20px;
}
.estate-examples__grid {
grid-template-columns: 1fr;
gap: 28px;
}
.estate-examples__media {
margin-bottom: 16px;
}
.estate-examples__card-title {
font-size: 16px;
}
}.estate-why {
padding: 60px 0;
background: #f6f6f6;
margin-bottom: 80px;
}
.estate-why__title {
margin: 0 0 48px;
font-size: 36px;
font-weight: 700;
line-height: 1.25;
color: #000;
text-align: left;
}
.estate-why__grid {
display: grid;
grid-template-columns: repeat(5, 1fr);
column-gap: 24px;
row-gap: 0;
margin: 0;
padding: 0;
list-style: none;
}
.estate-why__item {
display: grid;
grid-template-rows: subgrid;
grid-row: span 3;
align-items: flex-start;
min-width: 0;
text-align: center;
}
.estate-why__icon {
grid-row: 1;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
width: 56px;
height: 56px;
margin: 0 auto 16px;
border: 1.5px solid #e21d24;
border-radius: 50%;
background: #fff;
}
.estate-why__icon svg {
display: block;
width: 26px;
height: 26px;
}
.estate-why__body {
display: grid;
grid-template-rows: subgrid;
grid-row: 2 / span 2;
min-width: 0;
}
@supports not (grid-template-rows: subgrid) {
.estate-why__item-title {
min-height: 2.6em;
}
}
.estate-why__item-title {
margin: 0 0 8px;
font-size: 16px;
font-weight: 700;
line-height: 1.3;
color: #000;
}
.estate-why__item-text {
margin: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.45;
color: #4a4a4a;
}
@media screen and (max-width: 1100px) {
.estate-why__title {
font-size: 32px;
margin-bottom: 40px;
}
.estate-why__grid {
grid-template-columns: repeat(3, 1fr);
column-gap: 24px;
}
}
@media screen and (max-width: 780px) {
.estate-why {
padding: 56px 0;
}
.estate-why__title {
font-size: 26px;
margin-bottom: 32px;
}
.estate-why__grid {
grid-template-columns: repeat(2, 1fr);
column-gap: 20px;
}
.estate-why__item {
padding-bottom: 28px;
}
}
@media screen and (max-width: 560px) {
.estate-why {
padding: 40px 0;
}
.estate-why__title {
font-size: 22px;
line-height: 1.3;
margin-bottom: 28px;
text-align: left;
}
.estate-why__grid {
grid-template-columns: 1fr;
gap: 20px;
}
.estate-why__item {
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 14px;
grid-row: auto;
padding-bottom: 0;
text-align: left;
}
.estate-why__body {
display: block;
grid-row: auto;
}
.estate-why__icon {
width: 44px;
height: 44px;
margin: 0;
}
.estate-why__icon svg {
width: 20px;
height: 20px;
}
.estate-why__item-title {
font-size: 15px;
min-height: 0;
}
}.estate-kit {
position: relative;
overflow: hidden;
margin-bottom: 80px;
padding: 50px 0;
min-height: 440px;
display: flex;
align-items: center;
}
.estate-kit__bg {
position: absolute;
inset: 0;
}
.estate-kit__bg img {
display: block;
width: 100%;
height: 100%;
object-fit: contain;
object-position: center right;
}
.estate-kit__bg::after {
content: "";
position: absolute;
display: block;
width: 100%;
height: 100%;
inset: 0;
background: linear-gradient(
to right,
#fff 0%,
#fff 42%,
rgba(255, 255, 255, 0.92) 62%,
rgba(255, 255, 255, 0.45) 72%,
rgba(255, 255, 255, 0) 88%
);
pointer-events: none;
}
.estate-kit .container {
width: 100%;
}
.estate-kit__content {
max-width: 560px;
}
.estate-kit__title,
.estate-kit__subtitle,
.estate-kit__btn {
position: relative;
z-index: 2;
}
.estate-kit__title {
margin: 0 0 20px;
font-size: 36px;
font-weight: 700;
line-height: 1.25;
color: #000;
}
.estate-kit__subtitle {
max-width: 480px;
margin: 0 0 36px;
font-size: 18px;
font-weight: 400;
line-height: 1.5;
color: #141414;
}
.estate-kit__btn {
padding: 16px 36px;
font-size: 16px;
font-weight: 700;
line-height: 1.3;
}
@media screen and (max-width: 1100px) {
.estate-kit {
min-height: 400px;
}
.estate-kit__title {
font-size: 32px;
}
}
@media screen and (max-width: 960px) {
.estate-kit {
min-height: 360px;
padding: 0;
}
.estate-kit__bg::after {
background: linear-gradient(
to right,
rgba(255, 255, 255, 1) 32%,
rgba(255, 255, 255, 0.55) 48%,
rgba(255, 255, 255, 0.12) 72%,
rgba(255, 255, 255, 0) 90%
);
}
.estate-kit__content {
max-width: 480px;
}
.estate-kit__title {
font-size: 28px;
margin-bottom: 16px;
}
.estate-kit__subtitle {
font-size: 16px;
margin-bottom: 28px;
}
}
@media screen and (max-width: 780px) {
.estate-kit {
display: block;
min-height: 0;
overflow: visible;
margin-bottom: 60px;
}
.estate-kit__content {
max-width: none;
}
.estate-kit__bg {
position: relative;
inset: auto;
margin: 0 0 24px;
overflow: hidden;
border-radius: 10px;
}
.estate-kit__bg img {
width: 100%;
height: auto;
object-fit: cover;
object-position: center;
}
.estate-kit__bg::after {
display: none;
}
.estate-kit__title {
font-size: 24px;
}
.estate-kit__subtitle {
max-width: none;
margin-bottom: 24px;
}
}
@media screen and (max-width: 560px) {
.estate-kit {
margin-bottom: 48px;
}
.estate-kit__title {
font-size: 22px;
line-height: 1.3;
margin-bottom: 14px;
}
.estate-kit__subtitle {
font-size: 15px;
line-height: 1.45;
margin-bottom: 20px;
}
.estate-kit__bg {
margin-bottom: 20px;
}
.estate-kit__btn {
width: 100%;
text-align: center;
padding: 14px 20px;
font-size: 15px;
}
}.exhibition-steps{
margin-bottom:60px;
}	
.exhibition-steps{
padding:20px 0px;
}
.exhibition-steps__title{
font-size:46px;
font-weight:600;
line-height:1.2;
margin-bottom:15px;
}
.exhibition-steps__subtitle{
font-size:18px;
color:#666;
margin-bottom:35px;
}
.steps-grid{
display:grid;
grid-template-columns:repeat(5,1fr);
gap:30px;
}
.step-card{
position:relative;
border-radius:24px;
padding:25px 20px;
text-align:center;
}
.step-card__number{
position:absolute;
top:15px;
left:15px;
width:26px;
height:26px;
border-radius:50%;
background:#ef1c24;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
font-size:13px;
font-weight:700;
}
.step-card img{
width:55px;
height:55px;
object-fit:contain;
margin:10px auto 20px;
display:block;
}
.step-card h3{
font-size:18px;
font-weight:600;
margin-bottom:12px;
}
.step-card p{
font-size:14px;
line-height:1.6;
margin:0;
} @media(max-width:1200px){
.steps-grid{
grid-template-columns:repeat(3,1fr);
}
} @media(max-width:767px){
.exhibition-steps{
padding:20px 0;
}
.exhibition-steps__title{
font-size:28px;
}
.steps-grid{
grid-template-columns:1fr;
}
}