.popular-categories {
display: flex;
overflow: hidden;
}
.popular-categories__slide.type-1 {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, 250px);
gap: 0;
width: 100%;
height: 100%;
}
.popular-categories__slide-item {
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
font-size: 24px;
} .popular-categories__slide-item:nth-child(1) {
grid-column: 1 / span 2; grid-row: 1 / span 1;
}
.popular-categories__slide-item:nth-child(2) {
grid-column: 1 / span 1;
grid-row: 2 / span 1;
}
.popular-categories__slide-item:nth-child(3) {
grid-column: 2 / span 1;
grid-row: 2 / span 1;
}
.popular-categories__slide-item:nth-child(4) {
grid-column: 3 / span 2;
grid-row: 1 / span 2;
}
.popular-categories__slide.type-2 {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, 250px);
gap: 0;
width: 100%;
height: 100%;
} .popular-categories__slide.type-2 .popular-categories__slide-item {
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
font-size: 24px;
} .popular-categories__slide.type-2 .popular-categories__slide-item:nth-child(1) {
grid-column: 3 / span 2; grid-row: 1 / span 1;
background-color: #ff9f9f;
}
.popular-categories__slide.type-2 .popular-categories__slide-item:nth-child(2) {
grid-column: 3 / span 1;
grid-row: 2 / span 1;
background-color: #9fcfff;
}
.popular-categories__slide.type-2 .popular-categories__slide-item:nth-child(3) {
grid-column: 4 / span 1;
grid-row: 2 / span 1;
background-color: #aaffc3;
}
.popular-categories__slide.type-2 .popular-categories__slide-item:nth-child(4) {
grid-column: 1 / span 2; grid-row: 1 / span 2;
background-color: #ffd480;
} section#popular-categories {
position: relative;
}
section#popular-categories .slider-controls {
position: absolute;
left: calc(100vw - var(--content-block-width) / 5);
top: 0;
}
a.popular-categories__slide-item.w-1fr.h-1fr {
background-size: contain !important;
background-repeat: no-repeat !important;
}
.type-1 a.popular-categories__slide-item.w-2fr.h-2fr {
background-position: right;
}
.type-2 a.popular-categories__slide-item.w-2fr.h-2fr {
background-position: left;
}
.type-1 a.popular-categories__slide-item.w-2fr.h-1fr .category-content {
max-width: 40%;
margin-left: 10%;
}
.category-content h3 {
font-size: 40px;
font-family: 'SF Pro Display', sans-serif;
}
.category-content p {
font-family: 'Montserrat', sans-serif;
font-size: 14px;
font-weight: normal;
}
.type-1 a.popular-categories__slide-item.w-1fr.h-1fr .category-content {
max-width: 40%;
margin-left: 10%;
}
.type-1 a.popular-categories__slide-item.w-2fr.h-2fr .category-content {
max-width: 40%;
margin-right: 20%;
}
a.popular-categories__slide-item .category-content {
transition: transform .5s ease, opacity .5s ease;
opacity: 0.7;
}
a.popular-categories__slide-item:hover .category-content {
transform: scale(1.08);
opacity: 1;
}
a.popular-categories__slide-item:hover {
color: #000 !important;
} .type-1 a.popular-categories__slide-item.w-2fr.h-1fr {
grid-column: 1 / span 2;
grid-row: 1;
}
.type-1 a.popular-categories__slide-item.w-1fr.h-1fr:nth-child(2) {
grid-column: 1;
grid-row: 2;
}
.type-1 a.popular-categories__slide-item.w-1fr.h-1fr:nth-child(1) {
grid-column: 2;
grid-row: 2;
}
.type-1 a.popular-categories__slide-item.w-2fr.h-2fr {
grid-column: 3 / span 2;
grid-row: 1 / span 2;
background-position: right !important;
} .type-2 {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, 250px);
gap: 0;
width: 100%;
} .type-2 a.popular-categories__slide-item.w-2fr.h-2fr {
grid-column: 1 / span 2; grid-row: 1 / span 2;
background-position: left !important;
} .type-2 a.popular-categories__slide-item.w-2fr.h-1fr {
grid-column: 3 / span 2; grid-row: 1;
background-position: right !important;
}
.type-2 a.popular-categories__slide-item.w-1fr.h-1fr { grid-row: 2;
} .type-2 a.popular-categories__slide-item.w-1fr.h-1fr:nth-of-type(2) {
grid-column: 3;
}
.type-2 a.popular-categories__slide-item.w-1fr.h-1fr:nth-of-type(3) {
grid-column: 4;
}
a.popular-categories__slide-item.w-2fr.h-1fr .category-content {
max-width: 50%;
margin-right: 20%;
}
.type-2 a.popular-categories__slide-item.w-1fr.h-1fr {
background-size: cover;
background-position: right;
background-repeat: no-repeat;
}
.type-2 a.popular-categories__slide-item.w-1fr.h-1fr .category-content {
max-width: 50%;
margin-right: 25%;
}
.type-2 a.popular-categories__slide-item.w-1fr.h-1fr h3 {
font-size: 24px;
} a.popular-categories__slide-item.w-1fr.h-1fr {
background-size: contain !important;
background-repeat: no-repeat !important;
}
.type-1 a.popular-categories__slide-item.w-2fr.h-2fr {
background-position: right;
}
.type-2 a.popular-categories__slide-item.w-2fr.h-2fr {
background-position: left;
} .category-content h3 {
font-size: 40px;
font-family: 'SF Pro Display', sans-serif;
line-height: 1;
margin-bottom: 16px;
}
.category-content p {
font-family: 'Montserrat', sans-serif;
font-size: 14px;
font-weight: normal;
} .type-1 a.popular-categories__slide-item.w-2fr.h-1fr .category-content,
.type-1 a.popular-categories__slide-item.w-1fr.h-1fr .category-content {
max-width: 50%;
margin-left: 30%;
}
.type-1 a.popular-categories__slide-item.w-2fr.h-2fr .category-content {
max-width: 50%;
margin-right: 20%;
}
.type-2 a.popular-categories__slide-item.w-2fr.h-2fr .category-content {
max-width: 50%;
margin-left: 30%;
}
.type-2 a.popular-categories__slide-item.w-1fr.h-1fr {
grid-row: 2;
grid-column: 3;
} a.popular-categories__slide-item .category-content {
transition: transform 0.5s ease, opacity 0.5s ease;
opacity: 0.7;
color: #000;
}
a.popular-categories__slide-item:hover .category-content {
transform: scale(1.08);
opacity: 1;
}
a.popular-categories__slide-item:hover {
color: #000 !important;
} section#popular-categories .slider-controls {
display: none;
}
.popular-categories-buttons {
max-width: 120px;
width: 100px;
position: relative;
display: flex;
justify-content: center;
gap: 10px;
}
.popular-categories-buttons-wrapper {
position: absolute;
right: 0;
top: 0;
}
.swiper-button-next.popular-categories__slider-btn-next,
.swiper-button-prev.popular-categories__slider-btn-prev {
width: 32px;
height: 32px;
background: url(//gaz-181.ru/wp-content/themes/specsangaz_2025/assets/icons/arrow-right.svg);
background-repeat: no-repeat;
background-size: cover;
opacity: 1;
transition: opacity .4s ease;
}
.swiper-button-prev.popular-categories__slider-btn-prev {
transform: rotate(-180deg);
}
.swiper-button-next.popular-categories__slider-btn-next::after,
.swiper-button-prev.popular-categories__slider-btn-prev::after {
display: none;
}
.swiper-button-prev.popular-categories__slider-btn-prev.swiper-button-disabled,
.swiper-button-next.popular-categories__slider-btn-next.swiper-button-disabled {
opacity: 0.3;
}
a.popular-categories__slide-item {
height: 100%;
}
.popular-categories__slide-item {
border: 1px solid #3333330d;
}
.text-white h3,
.text-white p {
color: #ffffff !important;
}
@media (max-width: 1441px) {
.type-1 a.popular-categories__slide-item.w-2fr.h-1fr .category-content,
.type-1 a.popular-categories__slide-item.w-1fr.h-1fr .category-content {
max-width: 45%;
margin-left: 30%;
}
.type-1 a.popular-categories__slide-item.w-2fr.h-2fr .category-content {
max-width: 45%;
margin-right: 30%;
}
.type-2 a.popular-categories__slide-item.w-2fr.h-2fr .category-content {
max-width: 45%;
margin-left: 30%;
}
}
@media (max-width: 767px) {
.popular-categories__slide.type-1,
.popular-categories__slide.type-2 {
display: grid;
grid-template-columns: 1fr; grid-template-rows: auto;
gap: 0px; }
.popular-categories__slide-item {
grid-column: auto !important;
grid-row: auto !important;
height: 200px; }
.category-content h3 {
font-size: 20px;
margin-bottom: 10px;
}
.type-1 a.popular-categories__slide-item.w-2fr.h-1fr .category-content,
.type-1 a.popular-categories__slide-item.w-1fr.h-1fr .category-content {
margin-left: 50%;
}
.type-1 a.popular-categories__slide-item.w-2fr.h-1fr .category-content {
margin-left: 50%;
}
a.popular-categories__slide-item.w-1fr.h-1fr .category-content {
margin-left: 41% !important;
}
a.popular-categories__slide-item.w-2fr.h-1fr .category-content {
max-width: 50%;
margin-right: 30%;
}
section#popular-categories h2 {
height: 50px;
}
.popular-categories-buttons-wrapper {
position: absolute;
right: 0px;
top: -20px;
}
.popular-categories-buttons {
max-width: 120px;
width: 80px;
position: relative;
display: flex;
justify-content: center;
gap: 10px;
}
.swiper-button-next.popular-categories__slider-btn-next,
.swiper-button-prev.popular-categories__slider-btn-prev {
width: 25px;
height: 25px;
}
a.popular-categories__slide-item {
height: 100%;
min-height: 180px;
}
.popular-categories .swiper-wrapper.full-width {
height: 120vh;
}
.popular-categories-buttons {
max-width: 55px !important;
}
.type-2 a.popular-categories__slide-item.w-1fr.h-1fr .category-content {
max-width: 50%;
margin-right: 75%;
}
}
@media (min-width: 2000px) {
section#popular-categories {
max-width: 1440px;
margin: auto;
}
}