

/* Start:/local/components/strategy/homesections/templates/.default/style.css?17600206883354*/
.section-list{
	display: flex;
	flex-wrap: wrap;
    margin: 50px auto 0;
    max-width: 1200px;
    justify-content: center;
}

.section-list .section-item{
	overflow: hidden;
	flex: none;
	margin: 12px;
    transition: border-color .3s;
    width: calc( (100% / 5) - 24px);
}

.section-list .section-item:hover .section-image{
    border-color: #f6901b;
}

.section-list .section-item .section-image{
    position: relative;
	overflow: hidden;
	text-align: center;
    transition: border-color .3s;
    border: 1px solid transparent;
    border-radius: 50%;
    margin: 0 auto;
    width: 190px;
    height: 190px;
}

.section-list .section-item .section-name{
	text-align: center;
}

.section-list .section-item .section-image img{
	max-height: 100%;
	margin: 0 auto;
	padding: 12px;
}

.section-list .section-item .section-item-wrap{
    display: block;
}


@media(min-width:1024px){
    .section-item.hide-desctop{
        display: none;
    }
    .section-item .img-mobile{
        display: none;
    }
}

@media(max-width: 1199px){
    .section-list{
        max-width: 990px;
    }
    .section-list .section-item{
        width: calc( (100% / 4) - 24px);
    }
}

@media(max-width: 1024px){
    .section-item.hide-mobile{
        display: none;
    }
}

@media(max-width: 992px){
    .section-list{
        max-width: 768px;
    }
	.section-list .section-item{
		width: calc( (100% / 3) - 24px);
	}

    .section-list .section-item .section-image{
        width: 160px;
        height: 160px;
    }

    .section-item .img-mobile{
        display: block;
    }

    .section-item .img-desktop{
        display: none;
    }
}

@media(max-width: 720px){
    .section-list .section-item .section-image{
        width: 155px;
        height: 155px;
    }
}

@media(max-width: 576px){
    .section-list .section-item{
        border-radius: 0;
        margin: 2px;
        height: 50px;
        transition: background-color.2s;
        background-color: #f3f3f3;
        width: calc( (100% / 2) - 4px);
    }
    .section-list .section-item:hover{
        background-color: #f1f1f1;
    }

    .section-list .section-item .section-item-wrap{
        display: flex;
        align-items: center;
    }
    .section-list .section-item .section-image{
        width: 45px;
        height: 50px;
        float: left;
        border-radius: 0;
        border: none;
        margin: 0;
        flex: none;
    }
    .section-list .section-item .section-image img{
        padding: 4px;
        margin: 0;
    }

    .section-list .section-item .section-item-wrap{
        height: 50px;
    }

    .section-list .section-item .section-name{
        text-align: left;
        display: flex;
        align-items: center;
    }
    .section-list .section-item .section-name::after{
        position: relative;
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        border-right: 1px solid;
        border-top: 1px solid;
        transform: rotate(45deg);
        margin-right: 0.5em;
        margin-left: 5px;
    }

    .section-list .section-item .section-name{
        /* white-space: nowrap; */
        overflow: hidden;
        font-size: 10px;
    }
}
/* End */


/* Start:/local/templates/time/components/extyl/catalog.section/new/style.css?17810228764390*/
.section-title h1{
    font-family: Stem,sans-serif;
    margin: 0 0 1.2em;
    font-weight: 500;
    font-size: 36px;
    letter-spacing: .025em;
    line-height: 1;
    margin-bottom: 15px;
}


.section-title .section-toptext{
    font-size: 14px;
    font-weight: normal;
    font-family: Montserrat,sans-serif;
}

.last_chance_to_buy_catalog{
    display: none;
    color: #ff0000;
    list-style: none;
    width: 100%;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 14px;
    line-height: 1.85714;
    /*position: absolute;*/
    /*bottom: 0px;*/
    /*left: 35px;*/
    pointer-events: none;
    text-align: center;
    z-index: 4;
    margin: 0 0.2em 0.2em 0;
}
.last_chance_to_buy_catalog .best-seller {
    color: #ff0000;
    line-height: 14px;
    padding-right: 1em;
    font-size: 16px;
    letter-spacing: .05em;
}
.last_chance_to_buy_catalog span{
    font-size: 9px;
}
.products__item {
    z-index: 4;
}
.slider-relative-container {
    position: relative;
    padding: 0 10px;
}
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;

    width: 50px;
    height: 50px;

    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: #333;
}
.slider-arrow:hover {
    background: #f0f0f0;
    border-color: #333;
}
.slider-arrow-prev-new {
    left: -60px;
}
.slider-arrow-next-new {
    right: -60px;
}

.products__items-box, #procuts_irems__wraper {
    overflow: visible !important;
}
#procuts_irems__wraper:not(.slick-initialized) {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease;
}
#procuts_irems__wraper.js-products__sort {
    opacity: 1 !important;
    height: auto !important;
    overflow: visible !important;
}
#procuts_irems__wraper.slick-initialized {
    opacity: 1;
    height: auto;
}
.products__item-image-second {
    display: none!important;
}
.products__item-labels{
    pointer-events: auto!important;
}
.product_label ,.product_label a{
    max-width: 60px;
    max-height: 60px;
    align-items: center;
    justify-content: center;
    position: relative;
    display: inline-block;
    list-style: none;
}

.label-link {
    display: block;
    transition: transform 0.3s ease;
}

/* 1. Տեքստային բլոկ (::after) */
.label-link::after {
    content: attr(data-title);
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: 12px;
    transform: translateY(8px) scale(0.95);
    transform-origin: bottom left;

    background: rgba(17, 24, 39, 0.95);
    color: #fff;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 13px;
    white-space: nowrap;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2);

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease,
    transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
    visibility 0.3s;
    z-index: 100;
}
.label-link::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 15px;
    margin-bottom: 2px;
    transform: translateX(-50%) translateY(8px);

    border-width: 6px;
    border-style: solid;
    border-color: rgba(17, 24, 39, 0.95) transparent transparent transparent;

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease,
    transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
    visibility 0.2s;
    z-index: 101;
}

/* Hover էֆեկտներ */
.label-link:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.label-link:hover::before {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(5px);
}

.label-link:hover {
    transform: scale(1.2);
}

@media (max-width: 992px) {
    .product_label ,.product_label a{
        max-width: 50px;
        max-height: 50px;
    }
    .label-link::after{
        z-index: 10;
        width: 23vw;
        font-size: 11px;
        white-space: normal;
        padding: 8px 2px;
    }
    body .product_label img {
        max-width: 100%;
        max-height: 100%;
    }
    body .products__item-labels li {
        margin: 0 .2em 0.5em 0;
    }
}
@media (max-width: 1200px) {
    .slider-arrow-prev-new { left: -20px; }
    .slider-arrow-next-new { right: -20px; }
    .slider-relative-container-new button {
        width: unset !important;
    }
}
/* End */


/* Start:/local/components/strategy/homesections/templates/second-new/style.css?17649442303196*/
.section-list{
	display: flex;
	flex-wrap: wrap;
    margin: 50px auto 0;
    max-width: 1200px;
    justify-content: center;
}

.section-list .section-item{
	overflow: hidden;
	flex: none;
	margin: 12px;
    transition: border-color .3s;
    width: calc( (100% / 5) - 24px);
}

.section-list .section-item:hover .section-image{
    border-color: #f6901b;
}

.section-list .section-item .section-image{
    position: relative;
	overflow: hidden;
	text-align: center;
    transition: border-color .3s;
    border: 1px solid transparent;
    border-radius: 50%;
    margin: 0 auto;
    width: 190px;
    height: 190px;
}

.section-list .section-item .section-name{
	text-align: center;
}

.section-list .section-item .section-image img{
	max-height: 100%;
	margin: 0 auto;
	padding: 12px;
}

.section-list .section-item .section-item-wrap{
    display: block;
}


@media(min-width:1024px){
    .section-item.hide-desctop{
        display: none;
    }
    .section-item .img-mobile{
        display: none;
    }
}

@media(max-width: 1199px){
    .section-list{
        max-width: 990px;
    }
    .section-list .section-item{
        width: calc( (100% / 4) - 24px);
    }
}

@media(max-width: 1024px){
    .section-item.hide-mobile{
        display: none;
    }
}

@media(max-width: 992px){
    .section-list{
        max-width: 768px;
    }
	.section-list .section-item{
		width: calc( (100% / 3) - 24px);
	}

    .section-list .section-item .section-image{
        width: 160px;
        height: 160px;
    }

    .section-item .img-mobile{
        display: block;
    }

    .section-item .img-desktop{
        display: none;
    }
}

@media(max-width: 720px){
    .section-list .section-item .section-image{
        width: 155px;
        height: 155px;
    }
}

@media(max-width: 576px){
    .section-list .section-item{
        border-radius: 0;
        margin: 2px;
        height: 50px;
        transition: background-color.2s;
        background-color: #f3f3f3;
        width: calc( (100% / 2) - 4px);
    }
    .section-list .section-item:hover{
        background-color: #f1f1f1;
    }

    .section-list .section-item .section-item-wrap{
        display: flex;
        align-items: center;
    }
    .section-list .section-item .section-image{
        width: 45px;
        height: 50px;
        float: left;
        border-radius: 0;
        border: none;
        margin: 0;
        flex: none;
    }
    .section-list .section-item .section-image img{
        padding: 4px;
        margin: 0;
    }

    .section-list .section-item .section-item-wrap{
        height: 50px;
    }

    .section-list .section-item .section-name{
        text-align: left;
        display: flex;
        align-items: center;
    }
    .section-list .section-item .section-name::after{
        position: relative;
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        border-right: 1px solid;
        border-top: 1px solid;
        transform: rotate(45deg);
        margin-right: 0.5em;
        margin-left: 5px;
    }

    .section-list .section-item .section-name{
        /* white-space: nowrap; */
        overflow: hidden;
        font-size: 10px;
    }
}
/* End */


/* Start:/local/templates/time/components/bitrix/news.list/main_advantages/style.css?178177809169*/
.advantages-description {
    color: #979797;
    margin-top: 10px;
}
/* End */


/* Start:/local/templates/time/components/extyl/catalog.section/.default/style.css?17810213152492*/
.section-title h1{
    font-family: Stem,sans-serif;
    margin: 0 0 1.2em;
    font-weight: 500;
    font-size: 36px;
    letter-spacing: .025em;
    line-height: 1;
    margin-bottom: 15px;
}


.section-title .section-toptext{
    font-size: 14px;
    font-weight: normal;
    font-family: Montserrat,sans-serif;
}

.last_chance_to_buy_catalog{
    display: none;
    color: #ff0000;
    list-style: none;
    width: 100%;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 14px;
    line-height: 1.85714;
    /*position: absolute;*/
    /*bottom: 0px;*/
    /*left: 35px;*/
    pointer-events: none;
    text-align: center;
    z-index: 4;
    margin: 0 0.2em 0.2em 0;
}
.last_chance_to_buy_catalog .best-seller {
    color: #ff0000;
    line-height: 14px;
    padding-right: 1em;
    font-size: 16px;
    letter-spacing: .05em;
}
.last_chance_to_buy_catalog span{
    font-size: 9px;
}
.products__item {
    z-index: 4;
}
.slider-relative-container {
    position: relative;
    padding: 0 10px;
}
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;

    width: 50px;
    height: 50px;

    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: #333;
}
.slider-arrow:hover {
    background: #f0f0f0;
    border-color: #333;
}
.slider-arrow-prev {
    left: -60px;
}
.slider-arrow-next {
    right: -60px;
}

.products__items-box, #procuts_irems__wraper {
    overflow: visible !important;
}
#procuts_irems__wraper:not(.slick-initialized) {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease;
}
#procuts_irems__wraper.js-products__sort {
    opacity: 1 !important;
    height: auto !important;
    overflow: visible !important;
}
#procuts_irems__wraper.slick-initialized {
    opacity: 1;
    height: auto;
}
.products__item-image .products__item-image-second {
    display: none;
}
.products__item-image-second {
    display: none!important;
}
@media (max-width: 1200px) {
    .slider-arrow-prev { left: -20px; }
    .slider-arrow-next { right: -20px; }
    .slider-relative-container button {
        width: unset !important;
    }
}
@media (min-width: 1280px) and (max-width: 1919px) {
    .slider-arrow-prev { left: 0; }
    .slider-arrow-next { right: 0; }

}
/* End */
/* /local/components/strategy/homesections/templates/.default/style.css?17600206883354 */
/* /local/templates/time/components/extyl/catalog.section/new/style.css?17810228764390 */
/* /local/components/strategy/homesections/templates/second-new/style.css?17649442303196 */
/* /local/templates/time/components/bitrix/news.list/main_advantages/style.css?178177809169 */
/* /local/templates/time/components/extyl/catalog.section/.default/style.css?17810213152492 */
