﻿
.numbers {
}
.numbers__wrapper {
}
.numbers__title-block {
    max-width: 706px;
    width: 100%;
}
.numbers__content {
    
}
.numbers__cards {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap:24px;
}
.numbers__card {
    width: calc(25% - 18px);
    border-radius: 16px;
    border: 1px solid var(--Label-Primary, #292826);
    padding: 32px;
}
.numbers__card hr {
    background-color: var(--Label-Primary, #292826);
    color: var(--Label-Primary, #292826);
    height: 1px;
    border-radius: 20px;
}
.numbers__card-title {
    color: var(--Label-Primary, #292826);
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
}
.numbers__card-text {
    color: var(--Label-Primary, #292826);
    font-size: 20px;
}

.numbers__cards > .numbers__card:nth-child(2),
.numbers__cards > .numbers__card:nth-child(3),
.numbers__cards > .numbers__card:nth-child(5),
.numbers__cards > .numbers__card:nth-child(7),
.numbers__cards > .numbers__card:nth-child(8) {
    background-color: var(--Label-Primary, #292826);
}

.numbers__cards > .numbers__card:nth-child(2) .numbers__card-title,
.numbers__cards > .numbers__card:nth-child(3) .numbers__card-title,
.numbers__cards > .numbers__card:nth-child(5) .numbers__card-title,
.numbers__cards > .numbers__card:nth-child(7) .numbers__card-title,
.numbers__cards > .numbers__card:nth-child(8) .numbers__card-title {
    color:#fff;
}

.numbers__cards > .numbers__card:nth-child(2) .numbers__card-text,
.numbers__cards > .numbers__card:nth-child(3) .numbers__card-text,
.numbers__cards > .numbers__card:nth-child(5) .numbers__card-text,
.numbers__cards > .numbers__card:nth-child(7) .numbers__card-text,
.numbers__cards > .numbers__card:nth-child(8) .numbers__card-text {
    color:#fff;
}
.slider {
}
.slider__wrapper {
    position: relative;
    overflow-x: visible;
}
.slider .section__title {
    margin-bottom: 0;
}
.slider .section__title-block {
    margin-bottom: 48px;
}
.slider__content {
    overflow: hidden;
    margin-top: 20px;
}
.slider__category-slider {
    position: relative;
    padding: 20px 0;
    
}
.slider .swiper-slide {
    max-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
}
.slider__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.slider__image {
    width: 280px;
    height: 280px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.slider__image img {
    object-fit: cover;
}
.slider__name {
    width: 100%;
}
.slider__name-link {
    width: 100%;
    display: block;
    white-space: wrap;
}
.slider__name-link:hover {
    box-shadow: 0px 2px 9.3px 0px #C6A512;
}
.slider .swiper-pagination {
    bottom: -30px;
}

/* SLIDER END */

/* ABOUT START */

.about {
}
.about__title-block {
    margin-bottom: 48px;
}
.about-title {
}
.about__wrapper {
    display: flex;
    gap:24px;
}
.about__description {
    width: calc(33.34% - 12px);
}
.about__description-text {
    
}
.about__description-action {
    margin-top: 32px;
}
.about__description-link {
    display: block;
    max-width: 300px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about__info {
    width: calc(66.66% - 12px);
    position: relative;
}
.about__info-image {
    border-radius: 16px;
    line-height: 0;
    height: 100%;
}
.about__info-image img {
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
    overflow: hidden;
}
.about__info-cols {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left:0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap:16px;
    padding: 32px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 66.08%, rgba(0, 0, 0, 0.80) 100%);
}
.about__info-col {
    width: calc(25% - 12px);
    border-left: solid 1px #fff;
    padding-left: 16px;
}
.about__info-count {
    color: #fff;
    font-size: 42px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 10px;
}
.about__info-text {
    color: #fff;
    font-size: 16px;
    line-height: 1;
}

/* ABOUT END */


/* CLIENTS START */

.clients {
}
.clients__wrapper {
}
.clients__title-block {
    max-width: 540px;
    margin-bottom: 53px;
}
.clients__title {
    
}
.clients__title-description {

}
.clients__content {
}
.clients__list {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap:40px;
}
.clients__item {
    width: calc(20% - 32px);
    height: 93px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.clients__item img {
    height: 100%;
    object-fit: contain;
}

.clients .swiper-wrapper {
    position: relative;
    padding-bottom: 50px;
}

.clients-swiper {
    width: 100%;
    overflow: hidden;
}

.clients-swiper__item {
    width: 200px;
    height: 93px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.clients-swiper__item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.clients .swiper-pagination {
    bottom: 0px;
    display: block!important;
}

/* CLIENTS END */

/* PRODUCTS START */


.products {
}
.products__title-block {
    margin-bottom: 42px;
}
.products__title {
}
.products .section__title {
    margin-bottom: 0;
}
.products__content {    
    position: relative;
}
.products__slider,
.similar__slider {
    overflow: hidden;
    margin: -60px -20px -60px;
    padding: 60px 20px 60px;
}
.product__list {
}
.product__item {
    padding: 24px;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* box-shadow: 0px 2px 30px 0px rgba(41, 40, 38, 0.20); */
}
.product__item:hover {
    box-shadow: 0px 2px 30px 0px rgba(41, 40, 38, 0.20);
}
.product__item-image {
    width: 180px;
    height: 180px;
    margin-bottom: 16px;
}
.product__item-title {
    text-align: left;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
}
.product__item-article {
    margin-bottom: 16px;
    text-align: left;
    width: 100%;
    font-size: 16px;
    color:rgba(41, 40, 38, 0.60);
}
.product__item-info {
    margin-bottom: 16px;
    width: 100%;
    
}
.product__item-info ul{
    list-style-type: none;
    
}
.product__item-info ul li{
    font-size: 16px;
    font-weight: 400;
}
.product__item-action {
    width: 100%;
}
.product__item-link {
    display: block;
    font-size: 18px;
}
.product__item-price {
    color: var(--Label-Primary, #292826);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 116.667% */
    width: 100%;
    margin-bottom: 16px;
}
.products .swiper-pagination {
    bottom: 0;
    display: block;
}
