

/* Start:/local/templates/glavdent/components/bitrix/catalog.section.list/list_catalog_glavdent/style.css?17793693215741*/
body {
    overflow-x: hidden;
}
h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 138%;
    text-transform: uppercase;
    color: #1e1e1e;
    margin: 0 0 20px;
}
.category-product__container-catalog {
    height: 40px;
    overflow: hidden;
    position: relative;
}
.category-product__container-catalog::after {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    top: 0;
    transform: rotate(180deg);
}
.category-product__container-catalog-text {
    font-weight: 400;
    font-size: 16px;
    color: #1e1e1e;
    text-align: left;
}
.catalog .category-product__container-item-link {
    gap: 10px;
}
.catalog-category-product-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.category-product__container-item-text-catalog {
    font-weight: 500;
    color: #1e1e1e;
}
.catalog .category-product__container-item-link {
    align-items: flex-start
}
.content-product-card-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
}
.content-product-card-items.line-view-product {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
}
.component-category-product__left-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.component-category-product__container-items {
    position: relative;
}

.category-product__container-item-link {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    height: 100%;
    width: 100%;
}

.category-product__container-item-link {
    color: inherit;
}

.category-product__container-item-link:hover .category-product__container-item-img:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(130 140 173 / 67%);
    position: absolute;
    backdrop-filter: blur(1px);
    left: 0;
    top: 0;
}

.category-product__container-item-link:hover .category-product__container-item-img:after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Ccircle cx='25' cy='25' r='24' stroke='white' stroke-width='2'/%3E%3Cpath d='M17.9214 32.5052L31.8425 18.5841M32.5054 28.5278V17.9212H21.8988' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.category-product__container-item-link .category-product__container-item-text {
    text-align: center;
    font-size: 14px;
    line-height: 17px;
}

.category-product__container-item-img {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 200px;
    background: rgba(240, 240, 240, 0.1);
    border: 1px solid rgba(30, 30, 30, 0.05);
}

.category-product__container-item-img.catalog-index { 
    height: 270px;
}

.category-product__container-item-img img {
    width: 100%;
    object-fit: cover;
    max-width: 270px;
    max-height: 270px;
    object-position: center;
}

.component-category-product {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.bg-icon-circle-1-item {
    right: -50px;
    top: 0;
    width: 110px;
    height: auto;
}

.component-category-product .swiper-button-next,
.component-category-product .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 40%);
}

@media (min-width: 769px) {
    .component-category-product {
        display: grid;
        gap: 20px;
        grid-template-columns: 270px calc(100% - 290px);
    }

    .category-product__container-item-link .category-product__container-item-text {
        font-size: 20px;
        line-height: 25px;
    }

    .component-category-product__container-items {
        width: 100%;
    }

    .component-category-product__left-block {
        gap: 20px;
    }

    .component-category-product__left-block h2 {
        max-width: 200px;
    }

    .component-category-product__left-block button {
        width: fit-content;
    }

    .component-category-product .swiper-button-prev, .component-category-product .swiper-rtl .swiper-button-next {
        left: -25px;
    }

    .component-category-product .swiper-button-next, .component-category-product .swiper-rtl .swiper-button-prev {
        right: -25px;
    }

    .category-product__container-item-link {
        gap: 20px;
    }
    .bg-icon-2 {
        top: 384px;
    }
    .bg-icon-circle-1-item {
        left: -18vw;
        bottom: -18vw;
        width: 36vw;
        height: auto;

    }
}

@media (max-width: 1208px) {
    .content-product-card-items,
	.catalog-category-product-items {
		grid-template-columns: repeat(2, 1fr);
	}
    .content-product-card-items.line-view-product {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(1, 1fr);
    }
	.category-product__container-item-img img {
		width: 157px;
        height: 157px;
	}
    .category-product__container-catalog-text {
        font-size: 14px;
    }
    .catalog h1 {
        font-size: 22px;
        line-height: 109%;
    }
    .bg-icon-circle-2-item {
        display: none;
    }
    .category-product__container-item-img.catalog-index,
    .category-product__container-item-img {
        width: unset;
        height: unset;
    }
}

/* End */
/* /local/templates/glavdent/components/bitrix/catalog.section.list/list_catalog_glavdent/style.css?17793693215741 */
