

/* Start:/bitrix/templates/2/components/bitrix/catalog.section/recommended/style.css?17682916174703*/
.recommended-slider-container {
    position: relative;
    padding: 0 15px;
    margin: 0 -15px;
}

.recommended-slider {
    overflow: visible !important;
    padding: 10px 5px 40px;
}

.swiper-wrapper {
    transition-timing-function: ease-out !important;
}

.swiper-slide {
    height: auto;
    transition: opacity 0.3s ease;
}

.swiper-slide-active,
.swiper-slide-next,
.swiper-slide-prev {
    opacity: 1;
}

.swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ddd;
    opacity: 0.7;
    margin: 0 5px;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background: #1D8ECA;
    opacity: 1;
    transform: scale(1.2);
}

.recommended-info {
    width: 100%;
}

.recommended-slider-container {
    cursor: grab;
}

.recommended-slider-container:active {
    cursor: grabbing;
}

.recommended-products {
    margin-bottom: 40px;
    padding: 20px 0;
    overflow: hidden;
}

.recommended-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #1D8ECA;
    margin-bottom: 30px;
    text-align: center;
}

.recommended-item {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    transition: box-shadow 0.3s, transform 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: auto;
    width: 100%;
    padding: 15px 14px;
    box-sizing: border-box;
    height: 298px;
    width: 100%;
    margin: 0 auto;
}

.recommended-item:hover {
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
    transform: translateY(-5px);
}

.recommended-image {
    margin-bottom: 10px;
    text-align: center;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.recommended-image img {
    max-width: 100%;
    max-height: 150px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.recommended-item:hover .recommended-image img {
    transform: scale(1.05);
}

.recommended-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0%;
    text-align: center;
    color: #333333;
    margin-bottom: 15px;
    height: 45px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.recommended-name a {
    color: #333333;
    text-decoration: none;
    display: block;
    width: 100%;
    max-height: 45px;
    overflow: hidden;
}

.recommended-name a:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 15px;
    background: linear-gradient(90deg, rgba(255,255,255,0), white 50%);
}

.recommended-name a:hover {
    color: #1D8ECA;
}

.recommended-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.4;
    min-height: 50px;
    width: 100%;
}

.recommended-price {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #d32f2f;
    margin-bottom: 20px;
    width: 100%;
}

.recommended-buttons {
    display: flex;
    gap: 5px;
    justify-content: center;
    width: 100%;
    margin-top: auto;
}

.recommended-btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 15.71px;
    letter-spacing: 0.8px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    border-radius: 3px;
    padding: 8px 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: 1;
    max-width: 120px;
}

.recommended-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.recommended-btn-price {
    background: #5698CC;
    border: 1px solid #5698CC;
}

.recommended-btn-cart {
    background: rgba(86, 152, 204, 0.42);
    border: 1px solid rgba(86, 152, 204, 0.19);
}

.recommended-grid {
    display: none;
}

@media (max-width: 768px) {
    .recommended-title {
        font-size: 24px;
        line-height: 24px;
    }

    .recommended-item {
        height: auto;
        min-height: 320px;
    }

    .recommended-slider-container {
        padding: 0 10px;
        margin: 0 -10px;
    }
    .recommended-buttons {
        width: 100%;
    }
}

@keyframes pulse {
    0% { opacity: 0.7; }
    50% { opacity: 1; }
    100% { opacity: 0.7; }
}

/* End */


/* Start:/bitrix/templates/2/components/bitrix/news.list/other_articles/style.css?17682113943251*/
.other-articles-slider-container {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #DBDBDB;
    overflow: hidden;
}

.other-articles-slider {
    overflow: visible !important;
}

.swiper-wrapper {
    transition-timing-function: ease-out;
}

.swiper-slide {
    height: auto;
}

.other-articles-grid {
    display: none;
}

.other-articles-slider-container {
    cursor: grab;
}

.other-articles-slider-container:active {
    cursor: grabbing;
}

.other-articles-section {
    padding: 0;
}

.other-articles-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 29.2px;
    line-height: 30px;
    text-transform: uppercase;
    color: #1D8ECA;
    margin-bottom: 30px;
}

.other-articles-view-all {
    text-align: right;
    margin-top: 9px;
}

.other-articles-view-all-link {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    color: #505050;
    display: inline-block;
    transition: color 0.3s;
}

.other-articles-view-all-link:hover {
    color: #1D8ECA;
    text-decoration: none;
}

.other-article-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.other-article-image {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 4px;
    aspect-ratio: 4/3;
}

.other-article-image img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}

.other-article-card:hover .other-article-image img {
    transform: scale(1.05);
}

.other-article-title {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 23.4px;
    color: #58595B;
    text-decoration: underline;
    margin: 0 0 10px 0;
}

.other-article-title a {
    color: inherit;
    text-decoration: inherit;
}

.other-article-title a:hover {
    color: #1D8ECA;
    text-decoration: none;
}

.other-article-description {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 20.4px;
    color: #000000;
    flex-grow: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (max-width: 1200px) {
    .other-articles-slider-container {
        margin-bottom: 35px;
        padding-bottom: 35px;
    }

    .other-articles-title {
        font-size: 26px;
        line-height: 28px;
    }
}

@media (max-width: 900px) {
    .other-articles-slider-container {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .other-articles-title {
        font-size: 24px;
        line-height: 26px;
    }

    .other-articles-view-all {
        text-align: center;
    }
}

@media (max-width: 600px) {
    .other-articles-slider-container {
        margin-bottom: 25px;
        padding-bottom: 25px;
    }

    .other-articles-title {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 20px;
        text-align: center;
    }

    .other-articles-section {
        margin: 30px 0;
    }
}

/* End */
/* /bitrix/templates/2/components/bitrix/catalog.section/recommended/style.css?17682916174703 */
/* /bitrix/templates/2/components/bitrix/news.list/other_articles/style.css?17682113943251 */
