

/* Start:/local/templates/.default/components/bitrix/catalog/.default/style.css?167232711230397*/
.goods {
    position: relative;
}

.margin-inv {margin: 40px 0 0 0 !important;}
.footer-navnav {margin-bottom: 40px;}

.goods__breadcrumbs {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}

.breadcrumbs__need-help a {
    border-bottom: 1px dotted rgb(64, 132, 197);
    font-size: 12px;
    color: rgb(64, 132, 197);
    position: relative;
}

.breadcrumbs__need-help a::before {
    content: url(/local/templates/.default/components/bitrix/catalog/.default/images/need-help.png);
    position: absolute;
    left: -25px;
}

.goods__title-title {
    font-size: 32px;
    line-height: 37px;
    color: rgb(30, 30, 30);
    font-family: AbradeBold, sans-serif;
    margin-bottom: 18px;
}

.goods__title-link {
    font-size: 13px;
    color: rgb(64, 132, 197);
    margin: 10px 0 40px 0;
    display: inline-block;
}

.goods__title-link::after {
    content: url(/local/templates/.default/components/bitrix/catalog/.default/images/goods__link-arrow.png);
    margin-left: 10px;
}

.goods__wrapper {
    display: flex;
    justify-content: space-between;
}

.goods__filter-title,
.goods__filter-close-button {
    display: none;
}

.goods__card-sort-filter {
    display: none;
}


.accordionItem.is-collapsed {
    max-height: 0;
    display: none;
}

.dropdown {
    /* position: relative; */
    display: inline-block !important;
}

.dropdown-inner {
    /* position: absolute; */
    opacity: 0;
    visibility: hidden;
    display: none;
    z-index: 2
}

.dropdown-hover:hover .dropdown-inner,
.dropdown-open:checked~.dropdown-inner {
    opacity: 1;
    visibility: visible;
    display: block;
}

.dropdown-hover:hover~.dropdown-overlay,
.dropdown-open:checked~.dropdown-overlay {
    display: block
}

.dropdown-overlay::after {
    content: "Показать всё";
    cursor: pointer;
}

.dropdown-open:checked~.dropdown-overlay::after {
    content: "Скрыть";
    font-size: 12px;
    line-height: 22px;
    color: rgb(140, 140, 140);
    border-bottom: 1px dotted #ebebeb;
    width: max-content;
    margin-top: 15px;
}



.goods__review-slider {
    width: 270px;
}

.goods__review-swiper {
    position: relative;
}

.goods__review {
    padding: 60px 19px 20px 19px;
    /* width: 270px; */
    /* min-height: 487px; */
    background-color: #f9f9fb;
    border: 1px solid #ebebeb;
    position: relative;
}

.goods__review::after {
    content: url(/local/templates/.default/components/bitrix/catalog/.default/images/goods__reviews-quotes.png);
    position: absolute;
    right: -1px;
    top: 9px;
}

.goods__review-description {
    font-size: 12px;
    color: rgb(22, 21, 21);
    font-family: RobotoRegular, sans-serif;
    margin-top: 5px;
    line-height: 16px;
    position: relative;
    height: 130px;
    overflow: hidden;
}

.goods__review-link--close {
    display: none;
}

.goods__review-description--show {
    height: max-content;
}

.goods__review-description--show::after {
    display: none;
}

.goods__review-description::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 240px;
    height: 100px;
    background: linear-gradient(rgba(255, 255, 255, 0) 10%, #f9f9fb);
}

.goods__review-title {
    font-size: 16px;
    line-height: 20px;
    color: rgb(30, 30, 30);
    font-family: AbradeBold, sans-serif;
    margin-bottom: 25px;
}

.goods__review-username {
    font-size: 14px;
    color: rgb(22, 21, 21);
    font-family: RobotoRegular, sans-serif;
    margin-bottom: 10px;
}

.goods__review-rating span {
    font-size: 11px;
    color: rgb(174, 174, 174);
    font-family: RobotoRegular, sans-serif;
    margin-left: 15px;
}

.goods__review-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 63px 0 40px 0;
    width: max-content;
}

.goods__review-link a {
    font-size: 12px;
    color: rgb(174, 174, 174);
    border-bottom: 1px dotted rgb(174, 174, 174);
}

.goods__review-slider-button {
    position: absolute;
    width: 75px;
    height: 35px;
    bottom: 117px;
    right: 20px;
    display: flex;
    justify-content: space-between;
}

.goods__review-slider-button--container {
    position: relative;
    height: 100%;
    width: 100%;
}

.goods__review-slider-button .arrow.left.product-new-filter-left {
    background-image: url(/local/templates/.default/components/bitrix/catalog/.default/images/goods__review-slider-button-left.png) !important;
    width: 35px;
    height: 35px;
    position: absolute;
    left: -4px !important;
}

.goods__review-slider-button .arrow.right.product-new-filter-right {
    background-image: url(/local/templates/.default/components/bitrix/catalog/.default/images/goods__review-slider-button-right.png) !important;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 36px;
}

.goods__review-slider-button .arrow.right.product-new-filter-right:hover {
    background-color: #3f83c5;
    background-image: url(/local/templates/.default/components/bitrix/catalog/.default/images/goods__review-slider-button-right--active.png) !important;
}

.goods__review-slider-button .arrow.left.product-new-filter-left:hover {
    background-color: #3f83c5;
    background-image: url(/local/templates/.default/components/bitrix/catalog/.default/images/goods__review-slider-button-left--active.png) !important;
}

.goods__review-button a {
    text-transform: none;
    font-family: RobotoRegular, sans-serif;
    /* width: 100%; */
}




.goods__card {
    width: 870px;
}

.goods__card-sort-filter {
    display: none;
    background-color: #f9f9fb;
    border: 1px solid #ebebeb;
    justify-content: space-around;
    align-items: center;
    width: 175px;
    margin-right: 10px;
}

.goods__card-sort-filter span {
    font-size: 14px;
    color: rgb(22, 21, 21);
    font-weight: bold;
}

.goods__card-sort-filter span::before {
    content: url(/local/templates/.default/components/bitrix/catalog/.default/images/goods__card-sort-filter.png);
    margin-right: 13px;
}

.card-sort {
    background-color: #f9f9fb;
    border: 1px solid #ebebeb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 56px;
}

.card-sort__categories--right {
    display: flex;
}

.card-sort__categories {
    padding: 0 0 0 27px;
    /* max-width: 758px; */
}

.card-sort__categories a {
    font-size: 14px;
    color: rgb(22, 21, 21);
    margin-right: 16px;
}

.card-sort__categories a:first-child {
    font-weight: bold;
}

.card-sort__categories a.asc::after, .card-sort__categories a.desc::after {
    content: url(/local/templates/.default/components/bitrix/catalog/.default/images/card-sort__rectangle.png);
    margin-left: 9px;
    display: inline-block;
}

.card-sort__categories a.asc::after {
    transform: rotate(180deg);
}

.card-sort__categories a.active {
    color: rgb(135, 135, 135);
    border-bottom: 1px dotted rgb(135, 135, 135);
}





.card-sort__cell {
    background: url(/local/templates/.default/components/bitrix/catalog/.default/images/card-sort__cell.png) no-repeat;
    background-position: 18px 18px;
    width: 56px;
    height: 54px;
    border-left: 1px solid #ebebeb;
}

.card-sort__list {
    background: url(/local/templates/.default/components/bitrix/catalog/.default/images/card-sort__list.png) no-repeat;
    background-position: 18px 18px;
    width: 56px;
    height: 54px;
    border-left: 1px solid #ebebeb;
}

.card-cell--row {
    display: flex;
    justify-content: normal;
}

.card-cell--row--mobile {
    display: none;
}

.product {
    /* overflow: hidden; */
    margin-top: 25px;
    width: 33.33%;
    /* max-width: 271.33px; */
    min-height: 480px !important;
    position: relative;
    /* transition: color .3s linear; */
    transition: .3s linear;
}

.product--card-cell:hover {
    box-shadow: 2.5px 4.33px 16px rgba(0, 0, 0, 0.12);
}

/* .product:hover  */
.preview-products .extends .props img {
    /* display: none; */
}

.product--card-cell .tooltip.is-tooltip-bottom:first-child::before {
    left: 96% !important;
}

.tooltip.is-tooltip-bottom::before {
    left: 96% !important;
}

.product--card-cell .product__link-img-2 {
    display: none;
}

.product--card-cell:hover .product__link-img-2 {
    display: inline-block;
    animation: fadeIn 1s;
}
.product__link-img-1 {
    animation: fadeIn 1s;
}
.product--card-cell:hover .product__link-img-1 {
    display: none;
}

.product .product__container .product__link-img-2 {
    display: none;
}

.product:hover .product__container .product__link-img-2 {
    display: inline-block;
    animation: fadeIn 1s;
}

.product:hover .product__container .product__link-img-1 {
    display: none;
}

.product:not(:last-child) {
    margin-right: 25px;
}

.preview-products .info p {
    height: 60px;
}

.preview-products .info p {
    margin-bottom: 5px;
}

.product__consultant {
    position: absolute;
    background-color: #fff;
    /* bottom: -80px; */
    border: 1px solid #ebebeb;
    /* width: 273px; */
    /* width: 101%; */
    left: -1px;
    box-shadow: 0 12px 27px rgba(0, 0, 0, .15);
    z-index: 9;
    /* opacity: 0; */
    visibility: hidden;
    box-shadow: 2.5px 4.33px 16px rgba(0, 0, 0, 0.12);
    background-color: #f9f9fb;
    border: 1px solid #ebebeb;
    padding: 13px 49px 13px 20px;
    /* height: 80px; */
    height: 0 !important;
    transition: .3s linear;
    overflow: hidden;
    right: -1px;
    width: auto !important;
}

.product__consultant a {
    font-size: 13px;
    line-height: 16px;
    color: rgb(64, 132, 197);
    font-weight: bold;
    border-bottom: 1px dotted rgb(64, 132, 197);
}

.product__consultant .product__consultant-link {
    padding: 6px 0;
}

.product__consultant .speaker {
    height: 53px;
}

.product:hover .product__consultant {
    /* opacity: 1; */
    visibility: visible;
    visibility: visible;
    height: 80px !important;
}

.preview-products .product .info {
    padding-bottom: 26px;
}

.product__comparison {
    position: static !important;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}

.product__comparison-tooltip {
    margin-top: 6px;
}

.product__comparison .props {
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview-products .product {
    /* margin: 0 1px; */
}


/* .product:hover .extends .props img {
background-image: url(/local/templates/.default/components/bitrix/catalog/.default/../images/filter__basket.png);
    background: #ffffff;
display: flex;
} */

/* .product:hover .card-cell__img-2 {
    display: flex;
    opacity: 1;
    transition: color .3s linear;
}
.product:hover .card-cell__img-1 {
    display: none;
    opacity: 0;
    transition: color .3s linear;
}
.card-cell__img-2 {
    display: none;
    opacity: 0;
    transition: color .3s linear;
} */

.carousel-news {
    position: relative;
    background: none;
    padding: 0px 0 0 0;
}

.carousel-news .carousel__title {
    margin-bottom: 30px;
}

.carousel-news:last-child {
    margin-bottom: 70px;
}

.carousel-news--orange h2,
.carousel-news--green h2,
.carousel-news--pink h2 {
    color: #000000;
    font-size: 22px !important;
    line-height: 28px;
    font-family: AbradeBold, sans-serif;
}

.carousel-news--orange h2 span {
    color: rgb(247, 148, 29);
}

.carousel-news--green h2 span {
    color: #8cc63e;
}

.carousel-news--pink h2 span {
    color: #e93b5b;
}

/* .carousel-news--pink .product__consultant,
.carousel-news--green .product__consultant,
.carousel-news--orange .product__consultant {
    width: 74%;
    left: 0px;
    right: 0px;
    height: 54px;
}
.carousel-news--pink .product:hover .product__consultant,
.carousel-news--green .product:hover .product__consultant,
.carousel-news--orange .product:hover .product__consultant {
    height: 54px !important;
} */

.carousel-news--orange.carousel .arrow,
.carousel-news--green.carousel .arrow,
.carousel-news--pink.carousel .arrow {
    top: 42%;
}

.carousel-news--green,
.carousel-news--pink {
    margin-top: -28px;
}

.swiper-container-android .swiper-slide {
    /* width: 269.33px !important;  */
    /* width: 271.33px !important; */
    /* margin-right: 25px; */
}

.swiper-wrapper .product {
    width: 100%;
    margin-top: 0;
}

.carousel .arrow {
    bottom: 0;
}

.carousel-news--pink .product,
.carousel-news--green .product,
.carousel-news--orange .product {
    border: none;
}

.product__container {
    border: #ebebeb solid 1px;
    margin-bottom: 92px;
    /* margin: 0 0.5px; */
}

/* .carousel .arrow.left {
    left: -22px;
}
.carousel .arrow.right {
    right: -22px;
} */
/* .swiper-slide {
    max-width: 270px !important;
} */

.carousel-news--pink .tooltip.is-tooltip-bottom::before,
.carousel-news--green .tooltip.is-tooltip-bottom::before,
.carousel-news--orange .tooltip.is-tooltip-bottom::before {
    /* top: 120% !important; */
}

.card-cell .promo {
    padding: 40px 0 15px 0;
}

.goods-list__owl-carousel .owl-nav {
    display: none;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 5px 12px !important;
}

.owl-dots {
    left: 36.8%;
    bottom: 9px;
}

.promo .title {
    font-size: 40px;
    line-height: 20px;
}

.promo .text {
    top: 29px;
    left: 44px;
}

.card-cell__review,
.product--card-cell--last {
    display: none;
}

/* -- Catalog section SEO block --------------------------------------------- */
.seo-catalog-section-list{
    position: relative; 
	padding: 20px; 
	background-color: #fff;
    border: 1px solid #ebebeb; 
	box-shadow: 0px 0px 18px 9px #f6f6f6; 
    margin-bottom: 20px;
}
.seo-catalog-section-list::after{
	/*
    content: ' '; display: block; position: absolute; height: 230px; width: 280px;
    bottom: 0px; right: 45px; background: transparent url('/local/templates/.default/components/bitrix/catalog/.default/images/seo-bg.png') no-repeat 0px 0px;
	*/
}
.seo-catalog-section-child{
    position: relative; 
	width: 33%; 
	float: left; 
	padding: 3px 0;
}
.seo-catalog-section-child:nth-child(2n+1){/*margin-right: 5%;*/}
    .seo-catalog-section-child .seo-image{position: relative; width: 38px; height: 38px;
        background: #fafafa url('/local/templates/.default/components/bitrix/catalog/.default/images/seo-blank.png') no-repeat center center;
        border: 1px solid #ebebeb; float: left; margin-right: 15px;}
    .seo-catalog-section-child .text-cont{display: flex;height: 38px; justify-content: center;
        flex-direction: column;}
        .seo-catalog-section-child .text-cont a{color: #010101; font-size: 13px;}
        .seo-catalog-section-child .text-cont a:hover{color: #4084c5; text-decoration: underline;}
        .seo-catalog-section-child.fast_link_selected .text-cont a{color: #4084c5;}
    .seo-catalog-section{position: relative; clear: both; overflow: hidden;}
    .back_tag{display: inline-block; margin-top: 15px; font-size: 13px;
        text-decoration: underline;}
    .back_tag:hover{text-decoration: none;}
/* -- \Catalog section SEO block -------------------------------------------- */
@media screen and (max-width: 1390px) {
    .goods__container {
        max-width: 1170px;
        width: 1170px;
    }
}

@media screen and (min-width: 1280px) {
    .goods__container {
        max-width: 1170px;
        width: 1170px;
    }
}

@media (max-width: 1199px) {
    .goods__container {
        max-width: 1187px !important;
    }

    .container {
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .goods__review {
        display: none;
    }

    .goods__filter {
        display: none;
        z-index: 30;
        position: absolute;
        top: 0%;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        overflow-y: auto;
        position: fixed;
    }

    .goods__card-sort-filter {
        height: 55px;
    }

    .goods__filter--show {
        display: block !important;
    }

    .goods__filter-container {
        background: #ffffff;
        width: max-content;
        position: relative;
    }

    .goods__filter-content {
        padding: 41px 25px 50px 25px;
    }

    .goods__filter-title,
    .goods__filter-close-button {
        display: flex;
    }

    .goods__filter-title {
        font-size: 18px;
        color: rgb(30, 30, 30);
        font-family: AbradeBold;
        margin-bottom: 27px;
    }

    .goods__filter-close-button {
        background-image: url(/local/templates/.default/components/bitrix/catalog/.default/images/close-menu.svg);
        background-repeat: no-repeat;
        position: absolute;
        /* left: 40px; */
        top: 37px;
        right: 6px;
        width: 40px;
        height: 40px;
    }

    .goods__filter-title--mobile {
        display: none;
    }


    .goods__card-sort--container {
        display: flex;
        justify-content: space-between;
    }

    .goods__card-sort-filter {
        display: flex;
    }

    .goods__card {
        margin-left: auto;
        margin-right: auto;
    }

    .goods__card {
        max-width: 720px;
    }

    .card-cell--row {
        max-width: 720px;
    }

    .product:not(:last-child) {
        margin-right: 0;
    }

    .product {
        min-height: 100% !important;
        width: 35.33%;
    }

    .preview-products .price .buy-button {
        width: 40px;
        min-width: 40px;
        height: 44px;
    }

    .product__consultant {
        padding: 13px 20px;
    }

    .product__consultant span {
        margin-right: 20px;
    }

    .owl-carousel .owl-item img {
        height: 137px;
    }

    .promo .title {
        letter-spacing: -3px;
    }


    .card-cell__review {
        display: flex;
        padding: 0px 0 60px;
        margin-top: -53px;
    }

    .goods__review--right {
        display: block;
        padding: 60px 50px 20px 50px;
    }

    .goods__review--right .goods__review-slider-button .arrow.left.product-new-filter-left {
        width: 46px;
        height: 46px;
    }

    .goods__review--right .goods__review-slider-button .arrow.left.product-new-filter-right {
        width: 46px;
        height: 46px;
    }

    .card-cell__review .goods__review-slider {
        width: 100%;
    }

    .card-cell__review .goods__review-description::after {
        width: 1000px;
    }

    .goods__review--right {
        display: block;
        padding: 40px 60px 28px 60px;
    }

    .goods__review-title {
        margin-bottom: 20px;
    }

    .goods__review-description {
        margin-top: 14px;
    }

    .goods__review-slider-button {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .goods__review-slider-button .arrow.right.product-new-filter-right {
        left: unset;
        width: 46px;
        height: 46px;
        right: 10px !important;
        background-image: url(/local/templates/.default/components/bitrix/catalog/.default/images/arrow_black_right.png) !important;

    }

    .goods__review-slider-button .arrow.left.product-new-filter-left {
        /* left: 10px!important; */
        left: unset;
        width: 46px;
        height: 46px;
        left: 10px !important;
        background-image: url(/local/templates/.default/components/bitrix/catalog/.default/images/arrow_black_left.png) !important;
    }

    .goods__review::after {
        right: 22px;
    }

    .carousel-news--pink .product__consultant,
    .carousel-news--green .product__consultant,
    .carousel-news--orange .product__consultant {
        bottom: -81px;
        height: 54px;
        width: 82.5%;
    }

    .carousel-news--green,
    .carousel-news--pink {
        margin-top: -26px;
    }

    .carousel-news--orange.carousel .arrow,
    .carousel-news--green.carousel .arrow,
    .carousel-news--pink.carousel .arrow {
        top: 40%;
    }
}

@media (max-width: 1023px) {
    .goods__need-help {
        display: none;
    }
}

@media (max-width: 768px) {

    .card-sort__categories {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .card-sort__categories a {
        display: flex;
        white-space: nowrap
    }

    .goods__card {
        max-width: 720px;
        width: 100%;
    }

    .card-cell--row {
        max-width: 720px;
    }

    .product:not(:last-child) {
        margin-right: 0;
    }

    .owl-carousel__item,
    .owl-stage-outer,
    .promo {
        height: 193px;
    }

    .owl-carousel .owl-item img {
        height: 137px;
    }

    .card-cell--row .level-left+.level-right {
        margin-top: 0 !important;
    }

    .preview-products .price .new {
        font-size: 21px;
    }

    .promo .title {
        font-size: 33px;
        line-height: 35px;
    }


    .carousel-news--orange .level.availability,
    .carousel-news--green .level.availability,
    .carousel-news--pink .level.availability,
    .product--card-cell .level.availability {
        display: flex;
    }

    .carousel-news--orange .level-left+.level-right,
    .carousel-news--green .level-left+.level-right,
    .carousel-news--pink .level-left+.level-right,
    .product--card-cell .level-left+.level-right {
        margin-top: 0;
    }

    .carousel-news--orange.carousel .arrow,
    .carousel-news--green.carousel .arrow,
    .carousel-news--pink.carousel .arrow {
        top: 40%;
    }

    .seo-catalog-section-list::after{display: none;}
    .seo-catalog-section-list{
		overflow: hidden; 
		padding: 20px 20px 10px; 
		min-height: auto;
        box-shadow: none; 
		margin-top: 25px;
	}
		
	.seo-catalog-section-child{width: 100%; margin: 0px; padding-bottom: 10px; overflow: hidden;}
	.seo-catalog-section-child:nth-child(2n+1){margin: 0px;}
}

@media (max-width: 550px) {
    .goods__title-title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .goods__breadcrumbs {
        padding: 17px 0;
    }

    .goods__title-link {
        font-size: 12px;
        margin: 13px 0 26px 0;
    }

    .goods__card-sort-filter span {
        font-size: 13px;
    }

    .goods__card-sort-filter {
        height: 46px;
    }

    .card-cell--row--mobile {
        display: flex;
    }

    .preview-products .old {
        display: inline-block;
    }

    .preview-products .price .buy-button {
        height: 35px;
    }

    .level.is-mobile .level-left+.level-right {
        margin-bottom: 0;
    }

    .product--card-cell .level.price.is-mobile {
        margin-top: 20px;
    }

    .product__consultant {
        display: none;
    }

    .product--card-cell:hover {
        box-shadow: none;
    }

    .product--card-cell:hover .product__link-img-2,
    .product:hover .product__link-img-2 {
        display: none;
    }

    .product--card-cell:hover .product__link-img-1,
    .product:hover .product__link-img-1 {
        display: inline-block;
        animation: fadeIn 1s;
    }

    .product:hover .product__link-img-2 {
        display: none !important;
    }

    .product:hover .product__link-img-1 {
        display: inline-block !important;
        animation: fadeIn 1s;
    }

    .preview-products .product .info {
        padding-bottom: 20px;
    }

    .preview-products .info p {
        margin-bottom: 22px;
    }

    .carousel-news--orange .product::after,
    .carousel-news--green .product::after,
    .carousel-news--pink .product::after {
        font-size: 8px;
        padding: 5px 6px;
    }

    .carousel-news .carousel__title .level-left {
        width: 100%;
    }

    .carousel-news .carousel__title .level-left h2 {
        font-size: 16px !important;
        line-height: 19px;
    }

    .carousel-news--orange {
        margin-top: -4px;
    }

    .carousel-news .carousel__title {
        margin-bottom: 19px;
    }

    .finger-mobile {
        line-height: 25px;
        font-size: 11px;
    }

    .breadcrumbs__need-help {
        display: none;
    }

    .goods__card-sort.card-sort {
        display: none;
    }

    .goods__card-sort-filter {
        width: 100%;
        margin: 0;
        padding: 14px 0;
    }

    .product--card-cell--last {
        display: block;
    }

    .product--card-cell:last-child {
        display: none;
    }

    .product {
        width: 100%;
    }

    .goods__filter-container {
        width: 100%;
    }

    .goods__filter-content--mobile .filter {
        width: 100%;
    }

    .filter__item--mobile {
        display: flex;
    }

    .filter__item--mobile select {
        height: 40px;
        border-radius: 4px;
        background-color: #ffffff;
        border: 2px solid #ebebeb;
        font-size: 13px;
        width: 100%;
        padding-left: 10px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        position: relative;
    }

    .filter__item--mobile::after {
        content: url(/local/templates/.default/components/bitrix/catalog/.default/images/filter__select.png);
        position: absolute;
        right: 37px;
        top: 112px;
    }

    /* .filter__item--mobile span::after {
        content: url(/local/templates/.default/components/bitrix/catalog/.default/../images/icons/filter__select.png);
    } */
    .filter__item:first-child .filter__content {
        padding: 21px 21px 21px 43px;
    }

    .filter__item-button {
        position: fixed;
        bottom: 0px;
        width: 100%;
        padding: 10px 25px 10px 25px;
        background: #ffffff;
        left: 0px;
        box-shadow: 2.5px 4.33px 101px rgba(0, 0, 0, 0.12);
        z-index: 10;
    }

    .goods__filter-content--mobile .goods__filter-title,
    .goods__filter-content--mobile .goods__filter-close-button {
        display: none;
    }

    .goods__filter-content {
        padding-top: 25px;
        padding-bottom: 50px;
    }

    .more-mobile {
        display: none;
    }

    .promo .title {
        font-size: 18px;
        letter-spacing: normal;
        white-space: nowrap;
    }

    .owl-carousel .owl-item img {
        border-radius: 0 !important;
        height: 75px;
    }

    .promo .text {
        top: 19px;
        left: 27px;
    }

    .text-before {
        font-size: 5px;
    }

    .owl-theme .owl-dots .owl-dot span {
        margin: 5px 5px !important;
    }

    .owl-dots {
        bottom: -28px;
    }

    .card-cell .promo {
        padding: 31px 0 15px 0;
    }

    .owl-carousel__item,
    .owl-stage-outer,
    .promo {
        height: 130px;
    }

    .arrow-left--pink,
    .arrow-right--pink,
    .arrow-right--green,
    .arrow-left--green,
    .arrow-left--orange,
    .arrow-right--orange {
        display: none !important;
    }

    .goods__review--right {
        padding: 56px 23px 34px;
    }

    .goods__review-title {
        margin-bottom: 27px;
        width: 79%;
    }

    .goods__review-description {
        margin-top: 4px;
    }

    .goods__review-link {
        margin: 38px 0 40px 0;
    }

    .card-cell__review .btn.is-primary.is-outlined {
        width: 92%;
    }

    .arrow.right,
    .arrow.left {
        display: block;
    }

    .goods__review-slider-button .arrow.left.product-new-filter-left {
        background-image: url(/local/templates/.default/components/bitrix/catalog/.default/images/goods__review-slider-button-left.png) !important;
        width: 35px;
        height: 35px;
        position: absolute;
        left: unset !important;
        top: unset !important;
        right: 80px;
        bottom: 110px;
    }

    .goods__review-slider-button .arrow.right.product-new-filter-right {
        background-image: url(/local/templates/.default/components/bitrix/catalog/.default/images/goods__review-slider-button-right.png) !important;
        width: 35px;
        height: 35px;
        position: absolute;
        top: unset !important;
        right: 39px !important;
        bottom: 110px;
    }

    .goods__review::after {
        right: 4px;
    }

    .preview-products .price .new {
        font-size: 16px;
    }

    .owl-theme .owl-dots .owl-dot span {
        background: #D6D6D6 !important;
    }

    .owl-theme .owl-dots .active span {
        background: #ffc613 !important;
    }

    .owl-theme .owl-dots .active span:after {
        display: none;
    }

    .product__container {
        margin-bottom: 13px;
    }

    .carousel-news--orange,
    .carousel-news--green,
    .carousel-news--pink {
        margin-top: 34px;
    }

    .card-cell__review {
        margin-top: 34px;
    }
}

/*
@media (max-width: 414px) {
    .owl-carousel, .owl-stage-outer, .owl-stage, .owl-item, .owl-carousel__item {
        height: 97%;
    }
    .owl-carousel .owl-item img {
        border-radius: 5px;
    }
    .owl-theme .owl-dots .owl-dot span {
        background: #D6D6D6 !important;
    }
    .owl-theme .owl-dots .active span {
        background: #ffc613 !important;
    }
    .owl-theme .owl-dots .active span:after {
        display: none;
    }
    .owl-dots {
        left: 34% !important;
        bottom: -12px;
    }
    .owl-theme .owl-dots .owl-dot span {
        margin: 5px 5px !important;
    }
} */

@media (max-width: 320px) {
    .owl-theme .owl-dots .owl-dot span {
        margin: 5px 5px !important;
    }

    .btn.is-primary.is-outlined {
        display: flex;
    }
}
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}


.product {
	min-height: 430px !important;
}
.category__text-wr {
     padding: 15px 0;
     line-height: 20px;
}
 .category__text-sm {
     width: 48%;
     display: inline-block;
     vertical-align: top;
}
 .category__text-sm:first-child {
     padding-right: 2%;
}
 .category__text * h2, .category__text * h3, .category__text * h4, .category__text * h5, .category__text * h6 {
     color: rgb(30, 30, 30);
     padding: 15px 0 15px 0;
     margin: 0px;
}
 .category__text * h2 {
     font-size: 26px;
}
 .category__text * h3 {
     font-size: 24px;
}
 .category__text * h4 {
     font-size: 22px;
}
 .category__text * h5 {
     font-size: 20px;
}
 .category__text * h6 {
     font-size: 18px;
}
 .category__text * td, .category__text * th {
     border: 1px solid #ddd;
     padding: 8px;
}
 .category__text * tr:nth-child(even){
    background-color: #f2f2f2;
}
 .category__text * th {
     padding-top: 12px;
     padding-bottom: 12px;
     text-align: left;
     background-color: #22262d;
     color: white;
}
 .category__text * ul {
     list-style-type: disc;
     padding: 10px 0px 10px 18px;
}
.category__text-wr * p {
    padding: 10px 0;
}
 .category__text * table {
     margin: 15px 0;
     position: relative;
}
 .goods__title-link {
     font-size: 13px;
     color: rgb(64, 132, 197);
     margin: 10px 0 25px 0;
     display: inline-block;
     font-size: 18px;
}
 @media screen and (max-width: 768px) {
     .category__text-sm {
         width: 100%;
    }
     .category__text-sm:first-child {
         padding-right: 0;
    }
}



/* 19.12.2022*/
.filter-helper {
  padding: 10px 0;
  display: none;
}
.filter-helper_active {
  display: block;
}
.filter-helper__title {
  color: #154b7e;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  padding: 5px 0;
}
.filter-helper__items {
  margin: 0 -5px;
}
.filter-helper__item {
  display: inline-block;
  padding: 5px;
}
.filter-helper__value {
  color: #154b7e;
  background: #FFFFFF;
  border: #154b7e solid 1px;
  padding: 6px 10px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  transition: all ease-in-out .2s;
    display: flex;
    align-items: center;
    gap: 10px;
}
.filter-helper__img {
  width: 20px;
  height: 20px;
}
.filter-helper__count {
  color: #154b7e;
  /*opacity: .6;*/
  /*padding-left: 5px;*/
}
/* End */


/* Start:/local/templates/.default/components/custom/catalog.breadcrumbs/.default/style.css?15613775801797*/
.breadcrumbs {

}

.breadcrumbs .item {
    display: inline-block;
}

.breadcrumbs .item:not(:last-child)::after {
    content: "|";
    font-size: 11px;
    margin: 0 13px;
}

.breadcrumbs .item a {
    font-size: 12px;
    color: rgb(97, 97, 97);
    text-decoration: underline;
    font-family: RobotoRegular, sans-serif;
}
.breadcrumbs .item:first-child a::before {
    content: url(/local/templates/.default/components/custom/catalog.breadcrumbs/.default/images/breadcrumbs__home.png);
    margin-right: 26px;
}

.breadcrumbs .item:last-child a {
    color: #000000;
    text-decoration: none;
}

.breadcrumbs .item span.not_link {
	font-size: 12px;
	color: #000000;
    text-decoration: none;
	font-family: RobotoRegular, sans-serif;
}

.breadcrumbs .dropdown-icon {
    position: relative;
    top: -1px;
    left: 6px;
    z-index: 8;
    cursor: pointer;
}

.breadcrumbs .dropdown-icon .dropdown-wrap {
    position: absolute;
    top: 27px;
    left: -5px;
}

.breadcrumbs .dropdown-icon .dropdown-wrap.close {
    display: none;
}

.breadcrumbs .dropdown-icon .dropdown-wrap a {
    text-transform: none !important;
    text-decoration: none !important;
    display: block;
    background-color: #f9f9fb;
    border: 1px solid #ebebeb;
    width: 180px;
    font-size: 12px;
    color: rgb(64, 132, 197);
    padding: 11px 14px;
    z-index: 8;
    transition: color .3s linear;
}

.breadcrumbs .dropdown-icon .dropdown-wrap a:hover {
    color: rgb(255, 255, 255);
    background-color: #3f83c5;
    border: 1px solid #ebebeb;
}

.breadcrumbs .dropdown-icon .dropdown-wrap a::after {
    display: none;
}

@media (max-width: 550px) {
    .breadcrumbs .item a {
        font-size: 10px;
    }

    .breadcrumbs .item:not(:last-child)::after {
        margin: 0 7px;
    }
    
    .breadcrumbs .item:first-child a::before {
        margin-right: 13px;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.element/catalog/style.css?169169682137928*/
.btn-grey{background-color: #8184a1 !important;}
.rubl{font-size: 20px;}
.content .goods__tabs-table table{width:48%}
.content .goods__tabs-table table td,.content .goods__tabs-table table th{border:none}
@media (max-width: 996px) {
.tabs-table{-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column}
.content .goods__tabs-table table{width:100%}
}
button:disabled {
    background-color: #8184a1 !important;
 }
.goods {
    position: relative;
}

.goods__need-help {
    z-index: 300;
    /* position: absolute; */
    position: fixed;
    /* top: 230px; */
    /* position: sticky; */
    top: 27%;
    right: 0;
    transition: all 0.5s ease;
}

.need-help {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    position: relative;
    background-color: #ffc613;
    transition: all 0.5s ease;
    width: 130px;
    /* overflow: hidden; */
}

.need-help__title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-family: AbradeBold;
    height: 56px;
}

.need-help__title-question {
    width: max-content;

    transition: all 0.5s ease;
}

.need-help__title-question::after {
    content: '?';
    background: #154b7e;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 20px;
    margin: 0 10px;
    left: 0px;
    top: 14px;
    position: absolute;
    transition: all 0.5s ease;
}

.need-help__title-title {
    width: 80px;
    margin-top: 3px;
    margin-left: 49px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 15px;
    transition: all 0.5s ease;
    opacity: 1;
}

.need-help__triangle {
    position: absolute;
    right: 0;
    bottom: -13px;
    border: 7px solid transparent;
    border-top: 7px solid #ffc613;
    border-right: 7px solid #ffc613;
    transition: all 0.5s ease;
}

.need-help__dropdown {
    position: absolute;
    display: flex;
    flex-direction: column;
    background-color: #f9f9fb;
    width: 175px;
    top: 0;
    right: 0px;
    right: -173px;
    border: 1px solid #ebebeb;
    font-family: RobotoRegular;
    font-size: 13px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    /* display: none; */
    z-index: 10;
    visibility: hidden;
    transition: all 0.5s ease;
}

.need-help__dropdown-list {
    padding: 20px 17px;
}

.need-help__dropdown-list:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
}

.need-help__dropdown-item:not(:last-child) {
    margin-bottom: 17px;
}

.need-help__dropdown-status,
.need-help__dropdown-consultant {
    border-top: 1px solid #ebebeb;
    padding: 15px 17px;
    transition: all 0.5s ease;
}

.need-help__dropdown-status:hover,
.need-help__dropdown-consultant:hover {
    background-color: #4084c5;

}

.need-help__dropdown-status:hover span,
.need-help__dropdown-consultant:hover p {
    color: #ffffff;
}

.need-help__dropdown-status:hover img,
.need-help__dropdown-consultant:hover img {
    background-color: #ffffff;
}

.need-help__dropdown-consultant {
    color: #4084c5;
    display: flex;
    align-items: center;
}

.need-help__dropdown-consultant img {
    width: 18px;
    height: 18px;
    border: 1px solid #4084c5;
    border-radius: 30px;
    padding: 3px;
    margin-right: 7px;
}

.need-help__dropdown-status img {
    border-radius: 30px;
}





.goods__breadcrumbs {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}



.breadcrumbs__need-help {
    display: none;
}

.breadcrumbs__need-help a {
    border-bottom: 1px dotted rgb(64, 132, 197);
    font-size: 12px;
    color: rgb(64, 132, 197);
    position: relative;
}

.breadcrumbs__need-help a::before {
    content: url(/local/templates/.default/components/bitrix/catalog.element/catalog/images/need-help.png);
    position: absolute;
    left: -25px;
}

.goods__title-title {
    font-size: 32px;
    line-height: 37px;
    color: rgb(30, 30, 30);
    font-family: AbradeBold, sans-serif;
    margin-bottom: 18px;
}

.goods__title-link {
    font-size: 13px;
    color: rgb(64, 132, 197);
    margin: 10px 0 40px 0;
    display: inline-block;
}

.goods__title-link::after {
    content: url(/local/templates/.default/components/bitrix/catalog.element/catalog/images/goods__link-arrow.png);
    margin-left: 10px;
}

.goods__wrapper {
    display: flex;
    justify-content: space-between;
}

.goods__filter-title,
.goods__filter-close-button {
    display: none;
}

.goods__card-sort-filter {
    display: none;
}



.dropdown {
    /* position: relative; */
    display: inline-block;
}

.dropdown-inner {
    /* position: absolute; */
    opacity: 0;
    visibility: hidden;
    display: none;
    z-index: 2
}

.dropdown-hover:hover .dropdown-inner,
.dropdown-open:checked~.dropdown-inner {
    opacity: 1;
    visibility: visible;
    display: block;
}

.dropdown-hover:hover~.dropdown-overlay,
.dropdown-open:checked~.dropdown-overlay {
    display: block
}

.dropdown-overlay::after {
    content: "Показать всё";
    cursor: pointer;
}

.dropdown-open:checked~.dropdown-overlay::after {
    content: "Скрыть";
    font-size: 12px;
    line-height: 22px;
    color: rgb(140, 140, 140);
    border-bottom: 1px dotted #ebebeb;
    width: max-content;
    margin-top: 15px;
}

.goods__title-bottom {
    display: flex;
    justify-content: space-between;
}

.title-bottom {
    display: flex;
}

.title-bottom--column {
    /* width: 50%; */
    width: 535px;
    margin-bottom: 33px;
}

.title-bottom--column:nth-child(2),
.title-bottom--column:nth-child(3) {
    /* width: 25%; */
    width: 280px;
}

.title-bottom__vendor {
    font-size: 12px;
    color: rgb(10, 10, 10);
    font-family: RobotoRegular, sans-serif;
    max-width: 182px;
    height: 28px;
    border-radius: 4px;
    background-color: #ffffff;
    /*border: 1px solid #d6d6d6;*/
    display: flex;
    align-items: center;
    padding-left: 9px;
    margin-right: 20px;
}

.title-bottom__delivery {
    height: 28px;
    font-size: 12px;
    color: rgb(30, 30, 30);
    font-family: RobotoRegular, sans-serif;
    display: flex;
    align-items: center;
}

.title-bottom__delivery img {
    margin-right: 15px;
}

.title-bottom__delivery span {
    color: rgb(88, 176, 96);
}

.title-bottom__guarantee {
    font-size: 12px;
    color: rgb(22, 21, 21);
    font-family: RobotoRegular, sans-serif;
    height: 28px;
    display: flex;
    align-items: center;
}

.title-bottom__guarantee img {
    margin-right: 15px;
}

.title-bottom__alfa {
    width: 100%;
    font-size: 12px;
    font-family: RobotoRegular, sans-serif;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.title-bottom__alfa img {
    margin-right: 15px;
}

.title-bottom__alfa a {
    color: rgb(64, 132, 197);
    text-decoration: underline;
}

.goods__description {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 54px;
}

.description__column--right {
    display: flex;
}

.description__column--left {
    position: relative;
    overflow: hidden;
    height: 542px;
}
.description__top-slider {
    /* width: 50%; */
}

.goods__top-slider-buy {
    /* width: 25%; */
}

.goods__top-slider-descr {
    /* width: 25%; */
}

.description__list {
    margin-top: 10px;
    margin-right: 35px;
    width: 280px;
}

.description__item {
    padding: 25px 0 25px;
}

.description__item:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
}

.description__item-title {
    font-size: 16px;
    color: rgb(89, 97, 104);
    font-family: AbradeMedium, sans-serif;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.description__item-title img {
    margin-right: 12px;
}
ol.description__item-title-list{padding-left: 15px;}
ol.description__item-title-list li{line-height: 145%;}
.set-item ol.description__item-title-list a{border-bottom: none;}
.description__item-title-list li {
    font-size: 14px !important;
    color: rgb(0, 0, 0);
    font-family: RobotoRegular, sans-serif;
    position: relative; overflow: hidden; line-height: 110%;
}

.description__item:first-child li:nth-child(2) a {
    position: relative;
}

.description__item:first-child li:nth-child(2) a::after {
    content: url(/local/templates/.default/components/bitrix/catalog.element/catalog/images/question.png);
    position: absolute;
    top: -2px;
    right: -27px;
}

.description__item:nth-child(3) li:nth-child(2) span {
    color: #8cc63e;
}

.description__item li{margin-bottom: 10px;}
.description__item li:last-child{margin-bottom: 0px;}

.goods .description__item:last-child .description__item-title-list li{
    margin-bottom: 10px;
}
.goods .description__item:last-child .description__item-title-list li:last-child{
    margin-bottom: 0px;
}

.description__item-title-list li span {
    font-family: RobotoBold;
}

.description__link {
    font-size: 13px;
    color: rgb(64, 132, 197);
    border-bottom: 1px dotted rgb(64, 132, 197);
    margin-top: 20px;
    display: inline-block;
}

.description__item-img--container {
    display: flex;
}

.description__item-img {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #ebebeb;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 13px;
}

.description__item-img--container span {
	position: absolute;
    margin: -28px 0 0 60px;
}

.goods__top-slider-buy .buy {
    background-color: #f9f9fb;
    border: 1px solid #ebebeb;
    width: 280px;
}

.buy__item {
    border-bottom: 1px solid #ebebeb;
    padding: 25px;
}

.buy__item-buy--mobile {
    display: none !important;
    background-color: #f9f9fb;
    border: 1px solid #ebebeb;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 7px 0;
}
.buy__item-buy--mobile:first-child {
    margin-bottom: 0;
    border-bottom: none;
}
.buy__item-buy--mobile:nth-child(2) {
    margin-top: 0;
}

.buy__item:nth-child(3) {
    background-color: #ffffff;
}

/* .buy__item:last-child {
    padding: 15px 25px;
} */
.buy__item--diff {
    padding: 0;
    /* padding: 15px 25px; */
}

.buy__item--diff .diff {
    width: 100%;
    height: 100%;
}

.buy__item-economy {
    padding: 0 10px;
    width: 165px;
    height: 25px;
    border-radius: 2px;
    background-color: #ffc513;
    font-size: 13px;
    color: rgb(30, 30, 30);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: RobotoBold, sans-serif;
}

.buy__item-price-old {
    font-family: AbradeMedium;
    font-size: 22px;
    color: #afa7a7;
    position: relative;
    display: inline-block;
    margin: 18px 0 12px;
}

.buy__item-price-old:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1.5px;
    background-color: #afa7a7;
    top: 45%;
    opacity: .5;
}

.buy__item-price-new {
    font-family: AbradeBold;
    line-height: 26px;
    font-size: 42px;
    color: #1e1e1e;
}

.buy__item-button,
.buy__item-button a {
    text-transform: none;
    font-size: 16px;
    font-family: AbradeMedium, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.buy__item-button img {
    margin-right: 15px;
}

.buy__item-button:first-child,a.buy__item-button {
    margin-bottom: 15px;
}

.buy__item-info {
    font-size: 15px;
    line-height: 18px;
    color: rgb(22, 21, 21);
    font-family: AbradeMedium;
}

.buy__item-icon-speaker.icon-speaker {
    height: 38px;
    width: 38px;
    padding: 10px;
}

.buy__item-phone{padding-top: 10px; text-align: right;}
.middle-header .buy__item-phone a{
    font-family: AbradeBold !important;
    color: #010101 !important;
    font-size: 21px !important;
    line-height: 30px !important;
    width: 100%;
    margin: 16px 0 0;
    padding-left: 10px;
    text-decoration: none !important;
    /* white-space: nowrap; */
}
.buy__item-phone img{float: left; margin: 7px 0px 0px 14px;}

.buy__item.middle-header {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.buy__item-call {
    padding-left: 10px;
}

.buy__item-diff.icon-diff-big.button.tooltip.is-tooltip-bottom {
    background-color: #f9f9fb;
    border: none;
    padding: 26px 25px;
    width: 100%;
    height: 100%;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.buy__item-diff.icon-diff-big.button.tooltip.is-tooltip-bottom .icon-diff svg {
    margin-top: 7px;
}

.middle-header.buy__item--diff .diff .button.icon-diff-big .icon-diff {
    position: static;
}

.buy__item-diff-link {
    height: max-content;
    font-size: 12px;
    color: rgb(64, 132, 197);
    border-bottom: 1px dotted rgb(64, 132, 197);
    margin-left: 4px;
}

.buy__item--diff .tooltip.is-tooltip-bottom::before {
    top: 65%;
    left: 25%;
}

.buy__item--diff .tooltip.is-tooltip-bottom.is-tooltip-active:not(.is-loading)::after,
.buy__item--diff .tooltip.is-tooltip-bottom:focus:not(.is-loading)::after,
.buy__item--diff .tooltip.is-tooltip-bottom:hover:not(.is-loading)::after {
    top: 65%;
    left: 22.7%;
}
.preview-products {
    padding-bottom: 70px;
    margin-bottom: -70px;
}
.carousel .content .swiper-slide{width: 270px; margin-right: 30px;}
.goods__tabs--wrap .carousel__title h2{
    margin-bottom: 0;
    margin-top: 25px;
}

.carousel__title h2 {
    margin-bottom: 0;
}

.goods__tabs.tabs ul {
    border-bottom-width: 1px !important;
}
.goods .tabs{margin-bottom: 0px !important;}

.goods__tabs .tabs__header--title {
    font-size: 13px;
    color: rgb(89, 97, 104);
}

.goods__tabs .tabs__underline {
    top: 52px;
    width: 202px;
}

.goods__tabs .tabs__underline.js-tabs-underline2 {
    top: 52px;
    width: 100px;
}

.goods__tabs-description {
    margin-top: 37px;
    margin-bottom: 45px;
    font-size: 14px;
    line-height: 22px;
    color: rgb(0, 0, 0);
    font-family: RobotoRegular, sans-serif;
}

.goods__tabs-link {
    margin: 30px 0 100px 10px;
    font-size: 14px;
    color: rgb(64, 132, 197);
    border-bottom: 1px dotted rgb(64, 132, 197);
    width: max-content;
}

.goods__tabs-button {
    display: none;
}

.goods__carousel-tabs .preview-products .extends a:before {
    display: none;
    cursor: pointer;
    text-decoration: none !important;
}

.goods__carousel-tabs .preview-products .extends a:hover {
    text-decoration: none !important;
}

.goods__carousel-tabs .preview-products .extends a {
    border-bottom: 1px dotted rgb(64, 132, 197);
}

.goods__carousel-tabs .goods__carousel-tabs-diff,
.goods_carousel-analog .goods__carousel-tabs-diff {
    position: absolute;
    border-radius: 30px;
    right: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
}

.goods__carousel-tabs .goods__carousel-tabs-diff svg,
.goods_carousel-analog .goods__carousel-tabs-diff svg {
    height: 9px;
}

.goods__carousel-tabs .middle-header,
.goods_carousel-analog .middle-header {
    position: absolute;
    height: 100%;
    width: 100%;
}

.tabs-table {
    display: flex;
    font-family: RobotoRegular, sans-serif;
    font-size: 14px;
}

.tabs-table--left,
.tabs-table--right {
    width: 50%;
}

.tabs-table--left {
    margin-right: 30px;
}

.tabs-table__row {
    display: flex;
    align-items: center;
    height: 35px;
    padding-left: 20px;
}

.tabs-table__row:nth-child(odd) {
    background-color: #f9f9fb;
}

.tabs-table__row:nth-child(even) {
    height: 42px;
}

.tabs-table__row-column--left {
    width: 45%;
    color: #000000;
    font-family: RobotoBold, sans-serif;
}

.tabs-table__row-column--right {
    width: 55%;
}

.tabs-table__row-column--question a {
    position: relative;
}

.tabs-table__row-column--question a::after {
    content: url(/local/templates/.default/components/bitrix/catalog.element/catalog/images/question.png);
    position: absolute;
    top: -1px;
    right: -30px;
}

.tabs-table__row-column--blue a {
    color: rgb(64, 132, 197);
}







/*slider*/
.description__top-slider {
    max-width: 535px;
    position: relative;
}

.description__top-slider-link {
    width: 170px;
    height: 30px;
    border-radius: 15px;
    background-color: #ffffff;
    border: 1px dashed #4083c5;
    position: absolute;
    color: #4083c5;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
    font-size: 12px;
    left: 34%;
    top: 77%;
}

.description__top-slider-badges {
    position: absolute;
    z-index: 20;
    top: 10px;
    left: 10px;
}

.description__top-slider-badges .tag.is-warning {
    font-family: RobotoMedium;
    font-size: 11px;
    color: white;
    border-radius: 2px;
    text-transform: uppercase;
    line-height: 25px;
    height: auto;
    padding: 0 11px;
    margin-bottom: 0.25rem;
    background-color: #f7941d;
}

.description__top-slider-badges .tag.is-success {
    font-family: RobotoMedium;
    font-size: 11px;
    color: white;
    border-radius: 2px;
    text-transform: uppercase;
    line-height: 25px;
    height: auto;
    padding: 0 11px;
    margin-bottom: 0.25rem;
    background-color: #8dc63f;
}

.description__top-slider-badges .tag.is-danger {
    font-family: RobotoMedium;
    font-size: 11px;
    color: white;
    border-radius: 2px;
    text-transform: uppercase;
    line-height: 25px;
    height: auto;
    padding: 0 11px;
    margin-bottom: 0.25rem;
    background-color: #ea3b5c;
}

.slider-for{
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    max-height: 450px;
    overflow: hidden;
}

.slider-for .slick-slide,  .slider-for .slide-item{
    height: 450px;
    overflow: hidden;
}

.slider-for .slick-slide img, .slider-for .slide-item img{
    height: auto;
    width: auto;
    object-fit: contain;
    margin: 0 auto;
}

.description__top-slider .slider-for .slide-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-arrow,
.slick__prev-arrow,
.slick__next-arrow {
    position: absolute;
}

.slick-prev,
.slick__prev-arrow {
    left: -24px;
    top: 37%;
}

.slick-next,
.slick__next-arrow {
    right: -24px;
    top: 37%;
}


.slider-nav {
    margin-top: 17px;
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.slider-nav .slick-slide, .slider-nav .slide-nav-item{
    border: 1px solid #ebebeb;
    width: 75px !important;
    height: 75px;
    margin-left: 10px;
    margin-right: 9px;
    padding: 3px;
    float: left;
}
.slider-nav .slick-slide img, .slider-nav .slide-nav-item img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}


.product {
    min-height: 467px !important;
    cursor: pointer;
}

.product:hover {
    box-shadow: 2.5px 4.33px 16px rgba(0, 0, 0, 0.12);
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
.product .product__link-img {
    height: 270px;
    width: 100%;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.product .product__link-img img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.product .product__link-img-1 {
    display: inline-block;
}
.product:hover .product__link-img-1 {
    display: none;
}

.product .product__link-img-2 {
    display: none;
}

.product__consultant {
    position: absolute;
    background-color: #fff;
    /* bottom: -80px; */
    border: 1px solid #ebebeb;
    /* width: 273px; */
    /* width: 92.8% !important; */
    left: -1px;
    box-shadow: 0 12px 27px rgba(0, 0, 0, .15);
    z-index: 9;
    /* opacity: 0; */
    visibility: hidden;
    box-shadow: 2.5px 4.33px 16px rgba(0, 0, 0, 0.12);
    background-color: #f9f9fb;
    border: 1px solid #ebebeb;
    padding: 13px 0px 13px 20px;
    /* height: 52px !important; */
    /* padding: 0; */
    height: 0 !important;
    transition: .3s linear;
    overflow: hidden;
    right: -1px;
    width: auto !important;
}

.product .level.extends.is-mobile {
    position: static !important;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}

.product__consultant a {
    font-size: 13px;
    line-height: 16px;
    color: rgb(64, 132, 197);
    font-weight: bold;
    border-bottom: 1px dotted rgb(64, 132, 197);
}

.preview-products .product .info {
    margin-bottom: 25px;
}

.product__consultant .product__consultant-link {
    padding: 6px 0;
}

.product__consultant .speaker {
    height: 53px;
}

.product:hover .product__consultant {
    /* opacity: 1; */
    visibility: visible;
    height: 52px !important;
}
.goods__tabs--wrap{padding-bottom: 54px;}
.carousel-news {
    padding-bottom: 10px;
}

.carousel-news .product-new-left,
.carousel-news .product-new-right {
    top: 43%;
}

.product .level-right a {
    cursor: pointer;
}

.product__comparison-tooltip {
    /* margin-top: 6px; */
}

.product__comparison .props {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product__comparison-tooltip {
    z-index: 10;
}

.product .product__comparison-tooltip.tooltip.is-tooltip-bottom::before {
    left: 96% !important;
}

.goods__carousel-complects .tabs__underline {
    width: 133px;
}

.complects__card {
    display: flex;
    justify-content: space-between;
}

.complects__card-item {
    padding: 20px;
    width: 270px;
    height: 430px;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    position: relative;
}

.complects__card-item:nth-child(4) {
    padding: 0;
}

.complects__card-item::after {
    content: url(/local/templates/.default/components/bitrix/catalog.element/catalog/images/goods__card-plus.png);
    /* content: "+"; */
    right: -44px;
    top: 44%;
    z-index: 10;
    /* font-size: 48px;
    line-height: 58px;
    padding: 0px 12px;
    color: rgb(255,198,19);
    font-family: AbradeMedium; */
    width: 54px;
    height: 54px;
    /* border-radius: 27px;
    background-color: #ffffff;
    border: 2px solid #fbad1c; */
    position: absolute;
}

.complects__card-item:nth-child(3)::after,
.complects__card-item:nth-child(4)::after {
    content: url(/local/templates/.default/components/bitrix/catalog.element/catalog/images/goods__card-eequally.png);
    /* content: "=";
    color: #000000;
    background-color: #fbad1c; */
}

.complects__card-item:nth-child(4)::after {
    display: none;
}

.complects__card-img {
    height: 230px;
    width: 230px;
    margin-left: auto;
    margin-right: auto;
    /* margin-top: 20px; */
}

.complects__card-description {
    font-size: 15px;
    color: rgb(0, 0, 0);
    line-height: 23px;
    margin-top: 25px;
}

.complects__card-price {
    font-size: 24px;
    line-height: 28px;
    color: rgb(30, 30, 30);
    font-family: AbradeBold;
    margin-top: 35px;
}

.complects__card-item .buy__item {
    height: 50%;
}

.complects__card-item .buy__item:nth-child(2) {
    border: none;
    background-color: #f9f9fb;
}

.complects__card-item .buy__item-description {
    font-size: 12px;
    line-height: 16px;
    color: rgb(0, 0, 0);
    margin-top: 15px;
}

.complects__card-item .buy__item-price-old {
    margin-top: 6px;
}

.complects__card-item .buy__item-title {
    font-size: 18px;
    line-height: 24px;
    color: rgb(22, 21, 21);
    font-family: AbradeMedium;
    margin: 21px 0 13px;
}

.complects__card-item .buy__item-title-sub {
    font-size: 13px;
    color: rgb(0, 0, 0);
}

.complects__card-item .buy__item-title-sub span {
    font-family: RobotoBold;
}

.complects__card-item .buy__item-price-new {
    font-size: 36px;
}

.complects__card-item .buy__item-button {
    margin-top: 20px;
}

.complects__card-item-slider-button--container {
    /* position: relative;
    height: 100%;
    width: 100%; */
}

.complects__card-item-slider-button .arrow.left.complects__card-item-swiper-left,
.complects__card-item-slider-button .arrow.left.complects__card-item-swiper-left--tab-2 {
    background-image: url(/local/templates/.default/components/bitrix/catalog.element/catalog/images/goods__review-slider-button-left.png) !important;
    width: 35px;
    height: 35px;
    position: absolute;
    /* left: -4px !important; */
    top: 27%;
}

.complects__card-item-slider-button .arrow.right.complects__card-item-swiper-right,
.complects__card-item-slider-button .arrow.right.complects__card-item-swiper-right--tab-2 {
    background-image: url(/local/templates/.default/components/bitrix/catalog.element/catalog/images/goods__review-slider-button-right.png) !important;
    width: 35px;
    height: 35px;
    position: absolute;
    /* left: 36px; */
    top: 27%;
}

.complects__card-item-slider-button .arrow.right.complects__card-item-swiper-right:hover,
.complects__card-item-slider-button .arrow.right.complects__card-item-swiper-right--tab-2:hover {
    background-color: #3f83c5;
    background-image: url(/local/templates/.default/components/bitrix/catalog.element/catalog/images/goods__review-slider-button-right--active.png) !important;
}

.complects__card-item-slider-button .arrow.left.complects__card-item-swiper-left:hover,
.complects__card-item-slider-button .arrow.left.complects__card-item-swiper-left--tab-2:hover {
    background-color: #3f83c5;
    background-image: url(/local/templates/.default/components/bitrix/catalog.element/catalog/images/goods__review-slider-button-left--active.png) !important;
}

.complects__card--tab-2 {
    flex-wrap: wrap;
    max-width: 870px;
    /* margin-left: auto;
    margin-right: auto; */
}

.complects__card--tab-2 .complects__card-item:nth-child(2)::after {
    content: url(/local/templates/.default/components/bitrix/catalog.element/catalog/images/goods__card-eequally.png);
}

.complects__card--tab-2 .complects__card-item:last-child::after {
    display: none;
}

.complects__card--tab-2 .complects__card-item:last-child {
    padding: 0 !important;
}

/* .swiper-container-hit5 .carousel .arrow {
    top: 45%;
} */
#tab-goods-5 {
    margin-bottom: 1.5rem;
}



.goods__benefits {
    background-color: #f9fafc;
    padding-bottom: 24px;
    padding-top: 54px;
}




.goods_carousel-analog {
    background-color: #fff;
}

.goods_carousel-analog .preview-products .extends a:before {
    display: none;
}

.goods_carousel-analog .preview-products .extends a {
    border-bottom: 1px dotted rgb(64, 132, 197);
}
.goods__carousel-tabs .middle-header, .goods_carousel-analog .middle-header {
    position: absolute;
    height: auto;
    width: 100%;
}



@media screen and (max-width: 1390px) {
    .goods__container {
        max-width: 1170px;
        width: 1170px;
    }
}

@media screen and (min-width: 1280px) {
    .goods__container {
        max-width: 1170px;
        width: 1170px;
    }
}


@media (max-width: 1199px) {
    .goods__title-bottom {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .description__column--left {
        width: 100%;
        justify-content: center;
        align-items: center;
        display: flex;
        overflow: hidden;
    }

    .description__column--right {
        width: 100%;
        justify-content: center;
        /* align-items: center; */
        display: flex;
        padding-top: 40px;
    }

    .title-bottom__alfa {
        justify-content: flex-start;
    }

    .buy__item-phone.phone {
        width: 100%;
    }

    .complects__card {
        /* flex-wrap: wrap; */
    }
}

@media (max-width: 1198px) {
    .complects__card {
        flex-wrap: wrap;
        max-width: 870px;
        margin-left: auto;
        margin-right: auto;
    }

    .complects__card-item:nth-child(3)::after {
        display: none;
    }

    .complects__card-item:last-child {
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .complects__card-item:last-child::after {
        display: block;
        top: -41px;
        left: 40%;

    }

    .preview-products .product .badges {
        width: 70%;
    }

    .complects__card--tab-2 .complects__card-item:last-child {
        margin: 0;
    }
}

@media (max-width: 1023px) {
    .goods__need-help {
        display: none;
    }
}

@media (max-width: 995px) {
    /* .goods__breadcrumbs {
        padding-bottom: 0;
    }
    .breadcrumbs__item {
        padding-bottom: 30px;
    } */

    .title-bottom--column {
        margin-bottom: 18px;
    }

    .tabs-table {
        flex-wrap: wrap;
    }

    .tabs-table--left {
        margin-right: 0;
        margin-bottom: 40px;
    }

    .tabs-table--left,
    .tabs-table--right {
        width: 100%;
    }

    .complects__card {
        max-width: 738px;
    }

    .complects__card-item {
        width: 246px;
    }

    .complects__card-img img {
        max-width: 89%;
    }

    .complects__card-item::after {
        right: -27px;
    }

    .complects__card-item .buy__item-button {
        min-width: 100%;
    }
}

@media (max-width: 768px) {
    .goods__need-help {
        display: none;
    }

    .buy__item.middle-header .phone {
        display: block;
    }

    .buy__item.middle-header .phone {
        width: 100%;
    }

    .goods__tabs-table-title .goods__tabs-button {
        left: 217px;
    }

    .goods__tabs-table-title.goods__tabs.tabs ul {
        width: 100%;
    }

    .goods__tabs-table-title .tabs__header {
        justify-content: flex-start !important;
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
        /* padding-left: 20px; */
    }

    .goods__tabs-table-title .js-tabs-underline {
        display: none;
    }

    .goods__tabs-table-title.goods__tabs {
        position: relative;
    }

    .goods__tabs-table-title .goods__tabs-button {
        top: 15px;
        display: block;
        position: absolute;
    }

    .goods__tabs-table-title .goods__tabs-button::after {
        content: url(/local/templates/.default/components/bitrix/catalog.element/catalog/images/arrow_blue_down.png);
    }

    .goods__tabs-table-title .goods__tabs-button--close::after {
        content: url(/local/templates/.default/components/bitrix/catalog.element/catalog/images/arrow_blue_up.png);
    }

    .goods__tabs-table-title .tabs__header {
        height: 52px;
    }

    .goods__tabs-table-title .tabs__header--show {
        height: 100%;
    }
}


.title-bottom__alfa {
	justify-content: left !important;
	margin-top: 12px;
	margin-bottom: -12px;
}

.title-bottom__alfa a {
	color: #000000 !important;
}

.title-bottom__alfa img {
	display: none;
}

.title-bottom__alfa p {
	font-size: 15px;
    line-height: 18px;
    color: rgb(22, 21, 21);
    font-family: AbradeMedium;
}



.mobile-show {
	display: none !important;
}

@media (max-width: 767px) {

	.goods__title-bottom .mobile-hide {
		display: none;
	}

	.mobile-show {
		display: block;
	}

    .complects__card {
        max-width: 270px;
    }

    .complects__card-item {
        width: 270px;
    }

    .complects__card-img img {
        max-width: 100%;
    }

    .complects__card-item::after {
        right: -27px;
    }

    .complects__card-item:nth-child(2),
    .complects__card-item:nth-child(3) {
        margin-top: 30px;
    }

    .complects__card-item::after {
        right: 40%;
        top: 417px;
    }

    .complects__card-item:nth-child(3)::after {
        display: block;
    }

    .complects__card--tab-2 .complects__card-item:last-child {
        margin-top: 30px;
    }
    .carousel .content .swiper-slide{margin-right: 0px;}
}

@media (max-width: 550px) {
    .breadcrumbs__item a {
        font-size: 10px;
    }

    .breadcrumbs__item:first-child a::before {
        margin-right: 13px;
    }

    .breadcrumbs__item:not(:last-child)::after {
        margin: 0 7px;
    }

    .breadcrumbs__item:nth-child(2) a::after {
        left: 49px;
        bottom: 2px;
    }

    .breadcrumbs__item:nth-child(3) a::after {
        left: 95px;
        bottom: 2px;
    }

    .breadcrumbs__item:nth-child(4) {
        margin-top: 10px;
    }

    .goods__title-title {
        font-size: 18px;
        /* margin-bottom: 5px; */
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 20px !important;
    }

    .goods__title-description {
        font-size: 12px;
    }

    .goods__breadcrumbs {
        padding: 17px 0;
    }

    .goods__title-link {
        font-size: 12px;
        margin: 13px 0 26px 0;
    }

    .description__list {
        margin-top: -14px;
    }

    .description__column--right {
        flex-wrap: wrap
    }

    .goods__top-slider-buy {
        width: 100%;
    }

    .description__list {
        width: 100%;
    }

    .goods__top-slider-buy .buy {
        width: 100%;
    }

    .buy__item-info {
        margin-left: 58px;
        display: block;
    }

    .buy__item-buy--desktop {
        display: none;
    }

    .buy__item-buy--mobile {
        display: flex !important;
    }

    .title-bottom--column {
        flex-wrap: wrap;
    }

    .title-bottom__delivery {
        width: 100%;
        margin-top: 18px;
    }

    .description__top-slider {
        max-width: 100%;
        width: 100%;
    }

    .complects__card-item-slider-button .arrow.left.complects__card-item-swiper-left,
    .complects__card-item-slider-button .arrow.right.complects__card-item-swiper-right,
    .complects__card-item-slider-button .arrow.left.complects__card-item-swiper-left--tab-2,
    .complects__card-item-slider-button .arrow.right.complects__card-item-swiper-right--tab-2 {
        display: block;
    }




    .tabs-table {
        font-size: 12px;
    }

    .tabs-table__row-column--right {
        margin-left: 20px;
    }

    .tabs-table__row {
        padding-right: 20px;
    }

    .goods__tabs-table-title .goods__tabs-button {
        left: 217px;
    }

    .goods__tabs.tabs ul {
        width: 100%;
    }

    .tabs__header {
        justify-content: flex-start !important;
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
        /* padding-left: 20px; */
    }

    .js-tabs-underline {
        display: none;
    }

    .js-tabs-underline2,
    .js-tabs-underline3 {
        display: none;
    }

    .goods__tabs {
        position: relative;
    }

    .goods__tabs-button {
        top: 15px;
        left: 98px;
        display: block;
        position: absolute;
    }

    .goods__tabs-button::after {
        content: url(/local/templates/.default/components/bitrix/catalog.element/catalog/images/arrow_blue_down.png);
    }

    .goods__tabs-button--close::after {
        content: url(/local/templates/.default/components/bitrix/catalog.element/catalog/images/arrow_blue_up.png);
    }

    .tabs__header {
        height: 52px;
    }

    .tabs__header--show {
        height: 100%;
    }

    .goods__tabs-card .goods__tabs-button {
        left: 148px;
    }
}

@media (max-width: 549px) {
    .description__top-slider-link {
        left: 20%;
        top: 57%;
    }

    .slider-nav {
        max-width: 300px !important;
    }

    .slider-nav .slick-slide, .slider-nav .slide-nav-item{
        width: 60px !important;
        height: 60px;
    }

    .slick-arrow,
    .slick__prev-arrow,
    .slick__next-arrow {
        top: 17%;
    }

    h2.is-size-3 {
        font-size: 16px !important;
    }
}

@media (max-width: 320px) {
    .goods .btn.is-primary.is-outlined {
        display: block;
    }
}


.description__item-img--container {
	display: block;
}



.set-items {
	margin-left: 0 !important;
    margin-top: 0 !important;
    list-style: none !important;
}

.set-items li {
	background: #f6f6f6;
	padding: 12px;
}

.set-items li .name {
	float: left;
	color: red;
}

.set-items li .price {
	float: right;
}




.payment-block__item {
    border-top: 1px dashed #ebebeb;
    padding-top: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
}

.payment-block__item:first-child {
    border-top: 0;
}

.payment-block__item-icon-wrapper {
    flex: 0 0 100px;
    margin-right: 20px;
}

.payment-block__item-content {
    margin: 0;
    width: 100%;
}

.payment-block__item-icon {
    width: 60px;
    height: 60px;
    margin: auto;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.complekt-img{position: relative; width: 33px; height: 33px; padding: 1px; border: 1px solid #ececec;
    float: left; margin-right: 15px;}
    .set-item .complekt-img a{text-decoration: none; border: none;}
    .set-item {
	display: block !important;
}

.set-item a{
    font: normal 13px "RobotoRegular";
    border-bottom: 1px dotted rgb(64, 132, 197);
    line-height: 110%;
}
.set-item a:hover{border-bottom-color: #fff;}

.set-item p {
    margin-bottom: 9px;
    /*padding-left: 31px;*/
}

.set-item p:last-child {
    margin-bottom: 0;
}
.content.tabs__content{padding-bottom: 50px;}

.product-package__title {
	background: #f5f5f5;
    padding:  15px 20px;
    font-size: 15px;
}

.product-package__name {
	display: inline-block;
}

.product-package__name a{
	text-decoration: none;
}

.product-package__price {
	color: #31598c;
    display: inline-block;
	float: right;
	font-weight: bold;
}

.product-package__info {
	padding: 8px;
    margin-left: 10px;
}

#delivery-and-payment>h4.payment-block__items-title {
	font-family: "AbradeBold";
	color: #fec513 !important;
	margin: 30px 0 !important;
	font-size: 22px !important;
}
#delivery-and-payment>h5.payment-block__item-title {
	font-family: "AbradeBold";
	margin: 30px 0 !important;
}

.group_props {
	margin: 10px 0px;
}

.group_props span {
	display: flex;
	padding: 10px;
	background-color: #bbbbbb;
    cursor: pointer;
	width: 100%;
	position: relative;
	font-family: RobotoBold, sans-serif;
}

.group_props span:after {
	content: "+";
	position: absolute;
    right: 10px;
    top: 9px;
    font-size: 17px;
} 

.group_props.active span:after {
	content: "-";
	position: absolute;
    right: 10px;
    top: 9px;
} 

.group_props .tabs-table__row {
	background-color: #e9e9e9 !important;
}
.drvt-m10{
	margin-top:10px;
}


.goods__tabs--wrap .tabs-table__row-column--left{
    
}

.goods__tabs--wrap .tabs-table__row-column--left .info{
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height: 1;
    border: 1px solid #000;
    margin-left: 5px;
    cursor: pointer;
    position: relative;
    font-family: RobotoRegular, sans-serif;
}
.goods__tabs--wrap .tabs-table__row-column--left .info:hover .info__inner{
    display: block;
}
.goods__tabs--wrap .tabs-table__row-column--left .info .info__inner{
    position: absolute;
    left: 100%;
    top: 0;
    padding: 10px;
    background: #e0e0e0;
    font-size: 12px;
    color: #000;
    display: none;
    width: 200px;
    line-height: 1.2;
    z-index: 1;
    transition: all 0.5s ease-out;
}
/* End */


/* Start:/local/templates/.default/css/goods-card.css?171801583435031*/
.goods {
    position: relative;
}

.goods__need-help {
    z-index: 300;
    /* position: absolute; */
    position: fixed;
    /* top: 230px; */
    /* position: sticky; */
    top: 27%;
    right: 0;
    transition: all 0.5s ease;
}

.need-help {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    position: relative;
    background-color: #ffc613;
    transition: all 0.5s ease;
    width: 130px;
    /* overflow: hidden; */
}

.need-help__title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-family: AbradeBold;
    height: 56px;
}

.need-help__title-question {
    width: max-content;

    transition: all 0.5s ease;
}

.need-help__title-question::after {
    content: '?';
    background: #154b7e;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 20px;
    margin: 0 10px;
    left: 0px;
    top: 14px;
    position: absolute;
    transition: all 0.5s ease;
}

.need-help__title-title {
    width: 80px;
    margin-top: 3px;
    margin-left: 49px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 15px;
    transition: all 0.5s ease;
    opacity: 1;
}

.need-help__triangle {
    position: absolute;
    right: 0;
    bottom: -13px;
    border: 7px solid transparent;
    border-top: 7px solid #ffc613;
    border-right: 7px solid #ffc613;
    transition: all 0.5s ease;
}

.need-help__dropdown {
    position: absolute;
    display: flex;
    flex-direction: column;
    background-color: #f9f9fb;
    width: 175px;
    top: 0;
    right: 0px;
    right: -173px;
    border: 1px solid #ebebeb;
    font-family: RobotoRegular;
    font-size: 13px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    /* display: none; */
    z-index: 10;
    visibility: hidden;
    transition: all 0.5s ease;
}

.need-help__dropdown-list {
    padding: 20px 17px;
}

.need-help__dropdown-list:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
}

.need-help__dropdown-item:not(:last-child) {
    margin-bottom: 17px;
}

.need-help__dropdown-status,
.need-help__dropdown-consultant {
    border-top: 1px solid #ebebeb;
    padding: 15px 17px;
    transition: all 0.5s ease;
}

.need-help__dropdown-status:hover,
.need-help__dropdown-consultant:hover {
    background-color: #4084c5;

}

.need-help__dropdown-status:hover span,
.need-help__dropdown-consultant:hover p {
    color: #ffffff;
}

.need-help__dropdown-status:hover img,
.need-help__dropdown-consultant:hover img {
    background-color: #ffffff;
}

.need-help__dropdown-consultant {
    color: #4084c5;
    display: flex;
    align-items: center;
}

.need-help__dropdown-consultant img {
    width: 18px;
    height: 18px;
    border: 1px solid #4084c5;
    border-radius: 30px;
    padding: 3px;
    margin-right: 7px;
}

.need-help__dropdown-status img {
    border-radius: 30px;
}

/* .need-help {
    width: 50px;
} */
/* .goods__need-help:hover {
    width: 225px;
} */
/*.goods__need-help:hover .need-help {*/
    /*overflow: visible;*/
    /*width: 225px;*/
    /*transition: all 0.5s ease;*/
/*}*/

/*.goods__need-help .need-help:hover {*/
    /*!* width: 225px;*/
    /*width: 50px; *!*/
    /*!* justify-content: flex-start; *!*/
    /*!* right: 172px; *!*/
    /*transition: all 0.5s ease;*/
/*}*/

/*.goods__need-help .need-help:hover .need-help__title {*/
    /*justify-content: flex-start;*/
/*}*/

/*.goods__need-help .need-help:hover .need-help__title-question {*/
    /*!* width: 145px; *!*/
    /*transition: all 0.5s ease;*/
/*}*/

/*.goods__need-help .need-help:hover .need-help__title-question::after {*/
    /*content: url(/local/templates/.default/css/../images/icons/need-help__title-cross.png);*/
/*}*/

/*.goods__need-help .need-help:hover .need-help__triangle {*/
    /*right: 175px;*/
    /*transition: all 0.5s ease;*/
/*}*/

/*.goods__need-help .need-help:hover .need-help__dropdown {*/
    /*height: 463px;*/
    /*right: 0;*/
    /*opacity: 1;*/
    /*visibility: visible;*/
    /*!* display: flex; *!*/
    /*transition: all 0.5s ease;*/
/*}*/

/*.goods__need-help .need-help:hover .need-help__title-title {*/
    /*opacity: 0;*/
    /*!* display: none; *!*/
/*}*/

/*.goods__need-help .need-help:hover .need-help__dropdown {*/
    /*!* right: -173px; *!*/
/*}*/




.goods__breadcrumbs {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}

.breadcrumbs__item {
    display: inline-block;
}

.breadcrumbs__item a {
    font-size: 12px;
    color: rgb(97, 97, 97);
    text-decoration: underline;
    font-family: RobotoRegular, sans-serif;
}

.breadcrumbs__item:first-child a::before {
    content: url(/local/templates/.default/css/../images/breadcrumbs__home.png);
    margin-right: 26px;
}

.breadcrumbs__item:nth-child(2) a {
    text-transform: uppercase;
    position: relative;
    padding-right: 16px;
}

.breadcrumbs__item:nth-child(2) a::after {
    content: url(/local/templates/.default/css/../images/breadcrumbs__rectangle.png);
    position: absolute;
    left: 57px;
}

.breadcrumbs__item:nth-child(3) a {
    position: relative;
    padding-right: 16px;
}

.breadcrumbs__item:nth-child(3) a::after {
    content: url(/local/templates/.default/css/../images/breadcrumbs__rectangle.png);
    position: absolute;
    left: 111px;
}

.breadcrumbs__item:last-child a {
    color: #000000;
    text-decoration: none;
}

.breadcrumbs__item:not(:last-child)::after {
    content: '|';
    font-size: 11px;
    margin: 0 13px;
}

.breadcrumbs__item-dropdown {
    position: relative;
}

.breadcrumbs__item-dropdown-wrap a {
    text-transform: none !important;
    text-decoration: none !important;
    display: block;
    background-color: #f9f9fb;
    border: 1px solid #ebebeb;
    width: 180px;
    font-size: 12px;
    color: rgb(64, 132, 197);
    padding: 11px 14px;
    z-index: 10;
    transition: color .3s linear;
}

.breadcrumbs__item-dropdown-wrap a:hover {
    color: rgb(255, 255, 255);
    background-color: #3f83c5;
    border: 1px solid #ebebeb;
}

.breadcrumbs__item-dropdown-wrap a::after {
    display: none;
}

.breadcrumbs__item-dropdown-wrap {
    position: absolute;
    top: 27px;
    left: -5px;
    animation: fadeIn .3s;
}

.breadcrumbs__item-dropdown-wrap--close {
    display: none;
}

.breadcrumbs__item-dropdown-wrap--close2 {
    display: none;
}

.breadcrumbs__need-help {
    display: none;
}

.breadcrumbs__need-help a {
    border-bottom: 1px dotted rgb(64, 132, 197);
    font-size: 12px;
    color: rgb(64, 132, 197);
    position: relative;
}

.breadcrumbs__need-help a::before {
    content: url(/local/templates/.default/css/../images/need-help.png);
    position: absolute;
    left: -25px;
}

.goods__title-title {
    font-size: 32px;
    line-height: 37px;
    color: rgb(30, 30, 30);
    font-family: AbradeBold, sans-serif;
    margin-bottom: 30px;
}

.goods__title-link {
    font-size: 13px;
    color: rgb(64, 132, 197);
    margin: 10px 0 40px 0;
    display: inline-block;
}

.goods__title-link::after {
    content: url(/local/templates/.default/css/../images/goods__link-arrow.png);
    margin-left: 10px;
}

.goods__wrapper {
    display: flex;
    justify-content: space-between;
}

.goods__filter-title,
.goods__filter-close-button {
    display: none;
}

.goods__card-sort-filter {
    display: none;
}



.dropdown {
    /* position: relative; */
    display: inline-block;
}

.dropdown-inner {
    /* position: absolute; */
    opacity: 0;
    visibility: hidden;
    display: none;
    z-index: 2
}

.dropdown-hover:hover .dropdown-inner,
.dropdown-open:checked~.dropdown-inner {
    opacity: 1;
    visibility: visible;
    display: block;
}

.dropdown-hover:hover~.dropdown-overlay,
.dropdown-open:checked~.dropdown-overlay {
    display: block
}

.dropdown-overlay::after {
    content: "Показать всё";
    cursor: pointer;
}

.dropdown-open:checked~.dropdown-overlay::after {
    content: "Скрыть";
    font-size: 12px;
    line-height: 22px;
    color: rgb(140, 140, 140);
    border-bottom: 1px dotted #ebebeb;
    width: max-content;
    margin-top: 15px;
}

.goods__title-bottom {
    display: flex;
    justify-content: space-between;
}

.title-bottom {
    display: flex;
}

.title-bottom--column {
    /* width: 50%; */
    width: 535px;
    margin-bottom: 33px;
}

.title-bottom--column:nth-child(2),
.title-bottom--column:nth-child(3) {
    /* width: 25%; */
    width: 280px;
}

.title-bottom__vendor {
    font-size: 12px;
    color: rgb(10, 10, 10);
    font-family: RobotoRegular, sans-serif;
    width: 135px;
    height: 28px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #d6d6d6;
    display: flex;
    align-items: center;
    padding-left: 9px;
    margin-right: 20px;
}

.title-bottom__in {
    font-size: 12px;
    line-height: 22px;
    color: rgb(88, 176, 96);
    font-family: RobotoRegular, sans-serif;
    width: 112px;
    height: 28px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #57af5f;
    display: flex;
    align-items: center;
    padding-left: 15px;
    margin-right: 20px;
}

.title-bottom__in::before {
    content: url('/local/templates/.default/css/../images/icons/check.png');
    margin-right: 10px;
}

.title-bottom__in.is-desabled{
    color: #8c8c8c;
    border: none;
}
.title-bottom__in.is-desabled::before{
    content: url('/local/templates/.default/css/../images/icons/time.png');
    padding-top: 4px;
}

.title-bottom__delivery {
    height: 28px;
    font-size: 12px;
    color: rgb(30, 30, 30);
    font-family: RobotoRegular, sans-serif;
    display: flex;
    align-items: center;
}

.title-bottom__delivery img {
    margin-right: 15px;
}

.title-bottom__delivery span {
    color: rgb(88, 176, 96);
}

.title-bottom__guarantee {
    font-size: 12px;
    color: rgb(22, 21, 21);
    font-family: RobotoRegular, sans-serif;
    height: 28px;
    display: flex;
    align-items: center;
}

.title-bottom__guarantee img {
    margin-right: 15px;
}

.title-bottom__alfa {
    width: 100%;
    font-size: 12px;
    font-family: RobotoRegular, sans-serif;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.title-bottom__alfa img {
    margin-right: 15px;
}

.title-bottom__alfa a {
    color: rgb(64, 132, 197);
    text-decoration: underline;
}

.description__column--right {
    display: flex;
}

.description__top-slider {
    /* width: 50%; */
}

.goods__top-slider-buy {
    /* width: 25%; */
}

.goods__top-slider-descr {
    /* width: 25%; */
}

.description__list {
    margin-top: 0px !important;
    margin-right: 35px;
    width: 280px;
}

.description__item {
    padding: 0 0 25px;
	margin: 0 0 25px;
}

.description__item:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
}

.description__item-title {
    font-size: 16px;
    color: rgb(89, 97, 104);
    font-family: AbradeMedium, sans-serif;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.description__item-title img {
    margin-right: 12px;
}

.description__item-title-list {
    margin-bottom: 20px;
}

.description__item-title-list li {
    font-size: 13px;
    color: rgb(0, 0, 0);
    font-family: RobotoRegular, sans-serif;
}

.description__item li:nth-child(1) {
    margin-bottom: 10px;
}

.description__item:first-child li:nth-child(2) a {
    position: relative;
}

.description__item:first-child li:nth-child(2) a::after {
    content: url(/local/templates/.default/css/../images/icons/question.png);
    position: absolute;
    top: -2px;
    right: -27px;
}

.description__item:nth-child(3) li:nth-child(2) span {
    color: #8cc63e;
}

.description__item:last-child .description__item-title-list li {
    margin-bottom: 0;
}

.description__item-title-list li span {
    font-family: RobotoBold;
}

.description__link {
    font-size: 13px;
    color: rgb(64, 132, 197);
    border-bottom: 1px dotted rgb(64, 132, 197);
    margin-top: 20px;
    display: inline-block;
}

.description__item-img--container {
    display: flex;
}

.description__item-img {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #ebebeb;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 13px;
}

.goods__top-slider-buy .buy {
    background-color: #f9f9fb;
    border: 1px solid #ebebeb;
    width: 280px;
}

.buy__item {
    border-bottom: 1px solid #ebebeb;
    padding: 25px;
}

.buy__item-buy--mobile {
    display: none !important;
    background-color: #f9f9fb;
    border: 1px solid #ebebeb;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 7px 0;
}
.buy__item-buy--mobile:first-child {
    margin-bottom: 0;
    border-bottom: none;
}
.buy__item-buy--mobile:nth-child(2) {
    margin-top: 0;
}

.buy__item:nth-child(3) {
    background-color: #ffffff;
}

/* .buy__item:last-child {
    padding: 15px 25px;
} */
.buy__item--diff {
    padding: 0;
    /* padding: 15px 25px; */
}

.buy__item--diff .diff {
    width: 100%;
    height: 100%;
}

.buy__item-economy {
    padding: 0 10px;
    width: 165px;
    height: 25px;
    border-radius: 2px;
    background-color: #ffc513;
    font-size: 13px;
    color: rgb(30, 30, 30);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: RobotoBold, sans-serif;
}

.buy__item-price-old {
    font-family: AbradeMedium;
    font-size: 22px;
    color: #afa7a7;
    position: relative;
    display: inline-block;
    margin: 18px 0 12px;
}

.buy__item-price-old:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1.5px;
    background-color: #afa7a7;
    top: 45%;
    opacity: .5;
}

.buy__item-price-new {
    font-family: AbradeBold;
    line-height: 26px;
    font-size: 42px;
    color: #1e1e1e;
}

.buy__item-button,
.buy__item-button a {
    text-transform: none;
    font-size: 16px;
    font-family: AbradeMedium, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.buy__item-button img {
    margin-right: 15px;
}

.buy__item-button:first-child {
    margin-bottom: 15px;
}

.buy__item-info {
    font-size: 15px;
    line-height: 18px;
    color: rgb(22, 21, 21);
    font-family: AbradeMedium;
}

.buy__item-icon-speaker.icon-speaker {
    height: 38px;
    width: 38px;
    padding: 10px;
}

.buy__item.middle-header {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.buy__item-call {
    padding-left: 10px;
}

.buy__item-diff.icon-diff-big.button.tooltip.is-tooltip-bottom {
    background-color: #f9f9fb;
    border: none;
    padding: 26px 25px;
    width: 100%;
    height: 100%;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.buy__item-diff.icon-diff-big.button.tooltip.is-tooltip-bottom .icon-diff svg {
    margin-top: 7px;
}

.middle-header.buy__item--diff .diff .button.icon-diff-big .icon-diff {
    position: static;
}

.buy__item-diff-link {
    height: max-content;
    font-size: 12px;
    color: rgb(64, 132, 197);
    border-bottom: 1px dotted rgb(64, 132, 197);
    margin-left: 4px;
}

.buy__item--diff .tooltip.is-tooltip-bottom::before {
    top: 65%;
    left: 25%;
	display: none;
}

.buy__item--diff .tooltip.is-tooltip-bottom.is-tooltip-active:not(.is-loading)::after,
.buy__item--diff .tooltip.is-tooltip-bottom:focus:not(.is-loading)::after,
.buy__item--diff .tooltip.is-tooltip-bottom:hover:not(.is-loading)::after {
    top: 65%;
    left: 22.7%;
	display: none;
}

.carousel__title h2 {
    margin-bottom: 0;
}


.goods__carousel-tabs .preview-products .extends a:before {
    display: none;
    cursor: pointer;
    text-decoration: none !important;
}

.goods__carousel-tabs .preview-products .extends a:hover {
    text-decoration: none !important;
}

.goods__carousel-tabs .preview-products .extends a {
    border-bottom: 1px dotted rgb(64, 132, 197);
}

.goods__carousel-tabs .goods__carousel-tabs-diff,
.goods_carousel-analog .goods__carousel-tabs-diff {
    position: absolute;
    border-radius: 30px;
    right: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
}

.goods__carousel-tabs .goods__carousel-tabs-diff svg,
.goods_carousel-analog .goods__carousel-tabs-diff svg {
    height: 9px;
}

.goods__carousel-tabs .middle-header,
.goods_carousel-analog .middle-header {
    position: absolute;
    height: 100%;
    width: 100%;
}

.tabs-table {
    display: flex;
    font-family: RobotoRegular, sans-serif;
    font-size: 14px;
}

.tabs-table--left,
.tabs-table--right {
    width: 50%;
}

.tabs-table--left {
    margin-right: 30px;
}

.tabs-table__row {
    display: flex;
    align-items: center;
    height: auto;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 20px;
}

.tabs-table__row:nth-child(odd) {
    background-color: #f9f9fb;
}

.tabs-table__row:nth-child(even) {
    height: auto;
}

.tabs-table__row-column--left {
    width: 45%;
    color: #000000;
    font-family: RobotoBold, sans-serif;
}

.tabs-table__row-column--right {
    width: 55%;
}

.tabs-table__row-column--question a {
    position: relative;
}

.tabs-table__row-column--question a::after {
    content: url(/local/templates/.default/css/../images/icons/question.png);
    position: absolute;
    top: -1px;
    right: -30px;
}

.tabs-table__row-column--blue a {
    color: rgb(64, 132, 197);
}







/*slider*/
.description__top-slider {
    max-width: 535px;
    position: relative;
}

.description__top-slider-link {
    width: 170px;
    height: 30px;
    border-radius: 15px;
    background-color: #ffffff;
    border: 1px dashed #4083c5;
    position: absolute;
    color: #4083c5;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
    font-size: 12px;
    left: 50%;
    top: 77%;
	margin-left: -85px;
}

.description__top-slider-badges {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
}

.description__top-slider-badges .tag.is-warning {
    font-family: RobotoMedium;
    font-size: 11px;
    color: white;
    border-radius: 2px;
    text-transform: uppercase;
    line-height: 25px;
    height: auto;
    padding: 0 11px;
    margin-bottom: 0.25rem;
    background-color: #f7941d;
}

.description__top-slider-badges .tag.is-success {
    font-family: RobotoMedium;
    font-size: 11px;
    color: white;
    border-radius: 2px;
    text-transform: uppercase;
    line-height: 25px;
    height: auto;
    padding: 0 11px;
    margin-bottom: 0.25rem;
    background-color: #8dc63f;
}

.description__top-slider-badges .tag.is-danger {
    font-family: RobotoMedium;
    font-size: 11px;
    color: white;
    border-radius: 2px;
    text-transform: uppercase;
    line-height: 25px;
    height: auto;
    padding: 0 11px;
    margin-bottom: 0.25rem;
    background-color: #ea2027;
}

.slick-arrow,
.slick__prev-arrow,
.slick__next-arrow {
    position: absolute;
}

.slick-prev,
.slick__prev-arrow {
    left: -24px;
    top: 37%;
    ;
}

.slick-next,
.slick__next-arrow {
    right: -24px;
    top: 37%;
}

.product {
    margin-bottom: 80px;
    min-height: 462px !important;
    cursor: pointer;
}

.product:hover {
    box-shadow: 2.5px 4.33px 16px rgba(0, 0, 0, 0.12);
}
.product .product__link-img-2 {
    display: none;
}

.product:hover .product__link-img-2 {
    display: inline-block;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
.product .product__link-img-1 {
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
.product:hover .product__link-img-1 {
    display: none;
}

.product__consultant {
    position: absolute;
    background-color: #fff;
    /* bottom: -80px; */
    border: 1px solid #ebebeb;
    /* width: 273px; */
    /* width: 92.8% !important; */
    left: -1px;
    box-shadow: 0 12px 27px rgba(0, 0, 0, .15);
    z-index: 9;
    /* opacity: 0; */
    visibility: hidden;
    box-shadow: 2.5px 4.33px 16px rgba(0, 0, 0, 0.12);
    background-color: #f9f9fb;
    border: 1px solid #ebebeb;
    padding: 13px 0px 13px 20px;
    /* height: 52px !important; */
    /* padding: 0; */
    height: 0 !important;
    transition: .3s linear;
    overflow: hidden;
    right: -1px;
    width: auto !important;
}

.product .level.extends.is-mobile {
    position: static !important;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}

.product__consultant a {
    font-size: 13px;
    line-height: 16px;
    color: rgb(64, 132, 197);
    font-weight: bold;
    border-bottom: 1px dotted rgb(64, 132, 197);
}

.preview-products .product .info {
    margin-bottom: 25px;
}

.product__consultant .product__consultant-link {
    padding: 6px 0;
}

.product__consultant .speaker {
    height: 53px;
}

.product:hover .product__consultant {
    /* opacity: 1; */
    visibility: visible;
    height: 52px !important;
}

.carousel-news {
    padding-bottom: 10px;
}

.carousel-news .product-new-left,
.carousel-news .product-new-right {
    top: 43%;
}

.product .level-right a {
    cursor: pointer;
}

.product__comparison-tooltip {
    /* margin-top: 6px; */
}

.product__comparison .props {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product__comparison-tooltip {
    z-index: 10;
}

.product .product__comparison-tooltip.tooltip.is-tooltip-bottom::before {
    left: 96% !important;
}

.goods__carousel-complects .tabs__underline {
    width: 133px;
}

.complects__card {
    display: flex;
    justify-content: space-between;
}

.complects__card-item {
    padding: 20px;
    width: 270px;
    height: 430px;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    position: relative;
}

.complects__card-item:nth-child(4) {
    padding: 0;
}

.complects__card-item::after {
    content: url(/local/templates/.default/css/../images/icons/goods__card-plus.png);
    /* content: "+"; */
    right: -44px;
    top: 44%;
    z-index: 10;
    /* font-size: 48px;
    line-height: 58px;
    padding: 0px 12px;
    color: rgb(255,198,19);
    font-family: AbradeMedium; */
    width: 54px;
    height: 54px;
    /* border-radius: 27px;
    background-color: #ffffff;
    border: 2px solid #fbad1c; */
    position: absolute;
}

.complects__card-item:nth-child(3)::after,
.complects__card-item:nth-child(4)::after {
    content: url(/local/templates/.default/css/../images/icons/goods__card-eequally.png);
    /* content: "=";
    color: #000000;
    background-color: #fbad1c; */
}

.complects__card-item:nth-child(4)::after {
    display: none;
}

.complects__card-img {
    height: 230px;
    width: 230px;
    margin-left: auto;
    margin-right: auto;
    /* margin-top: 20px; */
}

.complects__card-description {
    font-size: 15px;
    color: rgb(0, 0, 0);
    line-height: 23px;
    margin-top: 25px;
}

.complects__card-price {
    font-size: 24px;
    line-height: 28px;
    color: rgb(30, 30, 30);
    font-family: AbradeBold;
    margin-top: 35px;
}

.complects__card-item .buy__item {
    height: 50%;
}

.complects__card-item .buy__item:nth-child(2) {
    border: none;
    background-color: #f9f9fb;
}

.complects__card-item .buy__item-description {
    font-size: 12px;
    line-height: 16px;
    color: rgb(0, 0, 0);
    margin-top: 15px;
}

.complects__card-item .buy__item-price-old {
    margin-top: 6px;
}

.complects__card-item .buy__item-title {
    font-size: 18px;
    line-height: 24px;
    color: rgb(22, 21, 21);
    font-family: AbradeMedium;
    margin: 21px 0 13px;
}

.complects__card-item .buy__item-title-sub {
    font-size: 13px;
    color: rgb(0, 0, 0);
}

.complects__card-item .buy__item-title-sub span {
    font-family: RobotoBold;
}

.complects__card-item .buy__item-price-new {
    font-size: 36px;
}

.complects__card-item .buy__item-button {
    margin-top: 20px;
}

.complects__card-item-slider-button--container {
    /* position: relative;
    height: 100%;
    width: 100%; */
}

.complects__card-item-slider-button .arrow.left.complects__card-item-swiper-left,
.complects__card-item-slider-button .arrow.left.complects__card-item-swiper-left--tab-2 {
    background-image: url(/local/templates/.default/css/../images/icons/goods__review-slider-button-left.png) !important;
    width: 35px;
    height: 35px;
    position: absolute;
    /* left: -4px !important; */
    top: 27%;
}

.complects__card-item-slider-button .arrow.right.complects__card-item-swiper-right,
.complects__card-item-slider-button .arrow.right.complects__card-item-swiper-right--tab-2 {
    background-image: url(/local/templates/.default/css/../images/icons/goods__review-slider-button-right.png) !important;
    width: 35px;
    height: 35px;
    position: absolute;
    /* left: 36px; */
    top: 27%;
}

.complects__card-item-slider-button .arrow.right.complects__card-item-swiper-right:hover,
.complects__card-item-slider-button .arrow.right.complects__card-item-swiper-right--tab-2:hover {
    background-color: #3f83c5;
    background-image: url(/local/templates/.default/css/../images/icons/goods__review-slider-button-right--active.png) !important;
}

.complects__card-item-slider-button .arrow.left.complects__card-item-swiper-left:hover,
.complects__card-item-slider-button .arrow.left.complects__card-item-swiper-left--tab-2:hover {
    background-color: #3f83c5;
    background-image: url(/local/templates/.default/css/../images/icons/goods__review-slider-button-left--active.png) !important;
}

.complects__card--tab-2 {
    flex-wrap: wrap;
    max-width: 870px;
    /* margin-left: auto;
    margin-right: auto; */
}

.complects__card--tab-2 .complects__card-item:nth-child(2)::after {
    content: url(/local/templates/.default/css/../images/icons/goods__card-eequally.png);
}

.complects__card--tab-2 .complects__card-item:last-child::after {
    display: none;
}

.complects__card--tab-2 .complects__card-item:last-child {
    padding: 0 !important;
}

/* .swiper-container-hit5 .carousel .arrow {
    top: 45%;
} */
#tab-goods-5 {
    margin-bottom: 1.5rem;
}



.goods__benefits {
    background-color: #f9fafc;
    padding-bottom: 24px;
    padding-top: 54px;
}




.goods_carousel-analog {
    background-color: #fff;
}

.goods_carousel-analog .preview-products .extends a:before {
    display: none;
}

.goods_carousel-analog .preview-products .extends a {
    border-bottom: 1px dotted rgb(64, 132, 197);
}
.goods__carousel-tabs .middle-header, .goods_carousel-analog .middle-header {
    position: absolute;
    height: auto;
    width: 100%;
}
#open-more .modal-content {
    width: 1170px;
    display: flex;
    padding: 60px;
}
#open-more .media-container {
    flex: 1;
}
#open-more .media-container .media-container__item {
    border: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-bottom: 30px;
    position: relative;
}
#open-more .media-container .media-container__item:last-child {
    margin-bottom: 60px;
}
#open-more .media-container .media-container__item img{
    max-width: 100%;
    height: auto;
    max-height: 100%;
    width: auto;
}
#open-more .media-container .media-container__item--video {
    min-height: 400px;
}
#open-more .media-container .media-container__item .media-container__frame {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}
#open-more .aside {
    width: 280px;
    margin-left: 55px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
#open-more .aside .aside__title {
    font-size: 18px;
    line-height: 22px;
    color: #1e1e1e;
    font-weight: bold;
    padding: 30px 0;
    border-top: 2px solid #ebebeb;
}
#open-more .aside .buy__item {
    padding: 20px;
    border: 1px solid #ebebeb;
}
#open-more .aside .buy__item-diff {
    padding: 0;
}
#open-more .close {
    top: -40px;
    right: -40px;
}
#open-more .modal-content a {
    text-decoration: none;
}

.description__top-slider .slider-nav .slick-slide {
    cursor: pointer;
}
.buy__item--bg {
    background-color: #f9fafc;
}
#open-more .aside .delivery__title {
    font-size: 16px;
    line-height: 24px;
    color: #596168;
    margin-bottom: 20px;
    font-family: AbradeMedium;
}
#open-more .aside .delivery__title img {
    vertical-align: middle;
}
#open-more .aside .delivery__dl {
    font-size: 13px;
    line-height: 22px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 20px
}
#open-more .aside .delivery a{
    text-decoration: none;
    font-size: 13px;
    border-bottom: 1px dotted rgb(64, 132, 197);
}
#open-more .aside .delivery__dt {
    width: 150px;
    display: inline-block;
}
#open-more .aside .delivery__dd {
    font-weight: bold;
    display: inline-block;
}
#open-more .aside .delivery__free {
    color: #8dc63f;
}
@media screen and (max-width: 1390px) {
    .goods__container {
        max-width: 1170px;
        width: 1170px;
    }
}

@media screen and (min-width: 1280px) {
    .goods__container {
        max-width: 1170px;
        width: 1170px;
    }
}


@media (max-width: 1199px) {
    .goods__title-bottom {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .description__column--left {
        width: 100%;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .description__column--right {
        width: 100%;
        justify-content: center;
        /* align-items: center; */
        display: flex;
        padding-top: 40px;
    }

    .title-bottom__alfa {
        justify-content: flex-start;
    }

    .buy__item-phone.phone {
        width: 100%;
    }

    .complects__card {
        /* flex-wrap: wrap; */
    }
}

@media (max-width: 1198px) {
    .complects__card {
        flex-wrap: wrap;
        max-width: 870px;
        margin-left: auto;
        margin-right: auto;
    }

    .complects__card-item:nth-child(3)::after {
        display: none;
    }

    .complects__card-item:last-child {
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .complects__card-item:last-child::after {
        display: block;
        top: -41px;
        left: 40%;

    }

    .preview-products .product .badges {
        width: 70%;
    }

    .complects__card--tab-2 .complects__card-item:last-child {
        margin: 0;
    }
}

@media (max-width: 1023px) {
    .goods__need-help {
        display: none;
    }
}

@media (max-width: 995px) {
    /* .goods__breadcrumbs {
        padding-bottom: 0;
    }
    .breadcrumbs__item {
        padding-bottom: 30px;
    } */

    .title-bottom--column {
        margin-bottom: 18px;
    }

    .tabs-table {
        flex-wrap: wrap;
    }

    .tabs-table--left {
        margin-right: 0;
        margin-bottom: -10px;
    }

    .tabs-table--left,
    .tabs-table--right {
        width: 100%;
    }

    .complects__card {
        max-width: 738px;
    }

    .complects__card-item {
        width: 246px;
    }

    .complects__card-img img {
        max-width: 89%;
    }

    .complects__card-item::after {
        right: -27px;
    }

    .complects__card-item .buy__item-button {
        min-width: 100%;
    }
}

@media (max-width: 768px) {
    .goods__need-help {
        display: none;
    }

    .buy__item.middle-header .phone {
        display: block;
    }

    .buy__item.middle-header .phone {
        width: 100%;
    }

    #open-more .modal-content {
        padding: 10px;
    }
    #open-more .aside {
        margin-left: 10px;
    }
    #open-more .media-container .media-container__item {
        height: 420px;
    }
    #open-more .aside .aside__title {
        padding: 15px 0;
        font-size: 16px;
    }
    #open-more .close {
        top: 0px;
        right: 0px;
    }
}


@media (max-width: 767px) {
    #open-more {
        display: none;
    }
    .complects__card {
        max-width: 270px;
    }

    .complects__card-item {
        width: 270px;
    }

    .complects__card-img img {
        max-width: 100%;
    }

    .complects__card-item::after {
        right: -27px;
    }

    .complects__card-item:nth-child(2),
    .complects__card-item:nth-child(3) {
        margin-top: 30px;
    }

    .complects__card-item::after {
        right: 40%;
        top: 417px;
    }

    .complects__card-item:nth-child(3)::after {
        display: block;
    }

    .complects__card--tab-2 .complects__card-item:last-child {
        margin-top: 30px;
    }
}

@media (max-width: 550px) {
    .breadcrumbs__item a {
        font-size: 10px;
    }

    .breadcrumbs__item:first-child a::before {
        margin-right: 13px;
    }

    .breadcrumbs__item:not(:last-child)::after {
        margin: 0 7px;
    }

    .breadcrumbs__item:nth-child(2) a::after {
        left: 49px;
        bottom: 2px;
    }

    .breadcrumbs__item:nth-child(3) a::after {
        left: 95px;
        bottom: 2px;
    }

    .breadcrumbs__item:nth-child(4) {
        margin-top: 10px;
    }

    .goods__title-title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px !important;
    }

    .goods__breadcrumbs {
        padding: 17px 0;
    }

    .goods__title-link {
        font-size: 12px;
        margin: 13px 0 26px 0;
    }

    .description__list {
        margin-top: -14px;
    }

    .description__column--right {
        flex-wrap: wrap;
        padding-top: 0px;
    }

    .goods__top-slider-buy {
        width: 100%;
    }

    .description__list {
        width: 100%;
    }

    .goods__top-slider-buy .buy {
        width: 100%;
    }

    .buy__item-info {
        margin-left: 58px;
        display: block;
    }

    .buy__item-buy--desktop {
        display: none;
    }

    .buy__item-buy--mobile {
        display: flex !important;
    }

    .title-bottom--column {
        flex-wrap: wrap;
    }

    .title-bottom__delivery {
        width: 100%;
        margin-top: 18px;
    }

    .description__top-slider {
        max-width: 100%;
        width: 100%;
    }

    .complects__card-item-slider-button .arrow.left.complects__card-item-swiper-left,
    .complects__card-item-slider-button .arrow.right.complects__card-item-swiper-right,
    .complects__card-item-slider-button .arrow.left.complects__card-item-swiper-left--tab-2,
    .complects__card-item-slider-button .arrow.right.complects__card-item-swiper-right--tab-2 {
        display: block;
    }




    .tabs-table {
        font-size: 12px;
    }

    .tabs-table__row-column--right {
        margin-left: 20px;
    }

    .tabs-table__row {
        padding-right: 20px;
		height: auto;
		padding: 15px 10px;
    }

    .product__consultant {
        padding: 3px 0px 3px 5px;
    }
    .product__consultant .speaker {
        width: auto;
        height: auto;
        margin-bottom: 20px;
        margin-right: 5px;
    }
    .product__consultant .speaker .icon-speaker {
        padding: 4px;
        margin: 2px;
    }
}

@media (max-width: 549px) {
    .description__top-slider-link {
		/*
        left: 20%;
        top: 57%;
		*/
    }

    .slider-nav {
        max-width: 100%;
		height: 70px;
    }

    .slider-nav .slick-slide {
        width: 60px !important;
        height: 60px;
    }

    .slick-arrow,
    .slick__prev-arrow,
    .slick__next-arrow {
        top: 17%;
    }

    h2.is-size-3 {
        font-size: 16px !important;
    }
}

@media (max-width: 320px) {
    .goods .btn.is-primary.is-outlined {
        display: block;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.auth.form/custom_popup/style.min.css?157538229284*/
.user-error{display:none;color:red;padding-top:20px;margin-bottom:-48px;height:36px}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.item/product/style.css?16589127127872*/
button:disabled {
    background-color: #8184a1 !important;
 }
 .btn-grey{background-color: #8184a1 !important;}
.info ul {
    list-style: none !important;
}
.rubl{font-size: 14px;}
.product {
    /* margin-bottom: 80px; */
    min-height: 490px;
    border: #ebebeb solid 1px;
    background: white;
    position: relative;
    cursor: pointer;
	transition: .3s linear;
}
.product--card-cell:hover{
	z-index:2;
}
.product:hover {
    box-shadow: 2.5px 4.33px 16px rgba(0, 0, 0, 0.12);
}

.product .middle-header {
    position: absolute;
    height: auto;
    width: 100%;
}

.product .goods__carousel-tabs-diff {
    position: absolute;
    border-radius: 30px;
    padding: 0;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
}

.product .goods__carousel-tabs-diff svg {
    height: 9px;
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.product .product__link-img {
    height: 270px;
    width: 100%;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
     display: inline-block;
}

.product .product__link-img img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.product .product__link-img-1 {
    display: inline-block;
}
/*.product:hover .product__link-img-1 {
    display: none;
}

.product .product__link-img-2 {
    display: none;
}
.product:hover .product__link-img-2 {
    display: inline-block;
}
*/
.product .badges {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
}

.product .badges .tag {
    font-family: RobotoMedium;
    font-size: 11px;
    color: white;
    border-radius: 2px;
    text-transform: uppercase;
    line-height: 25px;
    height: auto;
    padding: 0 11px;
    margin-bottom: 0.25rem;
}

.product .tag.is-warning {
    background-color: #f7941d;
}

.product .tag.is-danger {
    background-color: #ea3b5c;
}

.product .tag.is-success {
    background-color: #8dc63f;
}

.product .tag.is-link {
    background-color: #154b7e;
}

.preview-products .product .badges .tag.is-gift {
    background: url('/local/templates/.default/images/ico_gift_2.png') 3px center no-repeat #fff;
    padding-left: 30px;
    border: 1px solid #984DC7;
    color: #464646;
    line-height:23px;
    position: relative;
}
.preview-products .product .badges .tag.is-gift .descr {
  position: absolute;
  border: 1px solid #874ec2;
  padding: 18px;
  background: #fff;
  z-index: 9;
  font-size: 12px;
  max-width: 222px;
  line-height: 1.2;
  top: 10px;
  left: 50%;
  display: none;
  cursor: initial;
  font-family: "RobotoRegular";
  text-transform:none;
}
.preview-products .product .badges .tag.is-gift:hover .descr {
  display: block;
}
.preview-products .product .badges .tag.is-gift .descr a {
  text-decoration: underline;
  color: #4084c5;
  font-size: 12px;
  display: block;
  margin-top: 10px;
  line-height: 1.2;
}



.product .info {
    /*margin-bottom: 25px;*/
    padding-left: 20px;
    padding-right: 20px;
}

.product .availability {
    margin-bottom: 15px;
}

.product .availability div {
    font-family: RobotoRegular;
    font-size: 12px;
    line-height: 22px;
    color: #8c8c8c;
}

.product .availability div.level-right{
    color: #58b060;
    padding-left: 15px;
    background: url(/local/templates/.default/components/bitrix/catalog.item/product/images/check.png) no-repeat left center;
}

.product .availability div.is-disabled:last-child {
    color: #8c8c8c;
    padding-left: 20px;
    background: url(/local/templates/.default/components/bitrix/catalog.item/product/images/time.png) no-repeat left center;
}

.product .info .artnum {
    display: block;
    /*max-width: 65%;*/
}
.product .info .artnum > span {
    display: block;
    widows: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.product .info p {
    margin-bottom: 20px;
    height: 60px;
    overflow: hidden;
}

.product .info a {
    font-family: RobotoRegular;
    line-height: 20px;
    font-size: 15px;
    color: #000000;
}




.product .price .buy-button {
    min-width: 90px;
    height: 44px;
    box-sizing: border-box;
}

.product .price .old {
    font-family: AbradeMedium;
    font-size: 14px;
    color: #afa7a7;
    position: relative;
}

.product .price .old:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #afa7a7;
    top: 45%;
    opacity: .5;
}

.product .price .new {
    font-family: AbradeBold;
    font-size: 24px;
    color: #1e1e1e;
}


.product .level.extends.is-mobile {
    position: static !important;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    border-top: #ebebeb solid 1px;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}



@media (max-width: 768px) {

	.product .info .artnum > span {
		display: table;
	}

	.product .product__link-img {
		width: auto;
	}

}


@media (max-width: 543px) {

	.product .level.extends.is-mobile {
		display: none;
	}

}

/* .product .props {
    display: flex;
    align-items: center;
    justify-content: center;
} */

.product .product__comparison-tooltip {
    /*z-index: 10;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    padding: 2px;
    float: left;
    width: 24px;
    margin-right: 1.5px;*/
}

.product .product__comparison-tooltip.tooltip.is-tooltip-bottom::before {
    left: 96% !important;
}


.product .extends a:before {
    display: none;
    cursor: pointer;
    text-decoration: none !important;
}

.product .extends a:hover {
    text-decoration: none !important;
}

.product .extends a {
    border-bottom: 1px dotted rgb(64, 132, 197);
    position: relative;
    font-family: RobotoRegular;
    font-size: 12px;
    color: #4084c5;
}

.product .product__consultant {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ebebeb;
    left: -1px;
    box-shadow: 0 12px 27px rgba(0, 0, 0, .15);
    z-index: 9;
    visibility: hidden;
    box-shadow: 2.5px 4.33px 16px rgba(0, 0, 0, 0.12);
    background-color: #f9f9fb;
    border: 1px solid #ebebeb;
    padding: 13px 0px 13px 20px;
    height: 0 !important;
    transition: .3s linear;
    overflow: hidden;
    right: -1px;
    width: auto !important;
}

.product .product__consultant a {
    font-size: 13px;
    line-height: 16px;
    color: rgb(64, 132, 197);
    font-weight: bold;
    border-bottom: 1px dotted rgb(64, 132, 197);
}

.product .product__consultant .product__consultant-link {
    padding: 6px 0;
}

.product .product__consultant .speaker {
    height: 53px;
}

.product:hover .product__consultant {
    visibility: visible;
    height: 80px !important;
    box-sizing: border-box;
}

.item-photos {
	text-align: center;
}


/*

.product .extends .props img {
    position: relative;
    width: 30px;
    height: 30px;
    padding: 3px;
    margin-right: 5px;
    border: #ebebeb solid 1px;
    border-radius: 50%;
} */
.product:hover .product__inner{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 1;
	box-shadow: 2.5px 4.33px 16px rgba(0, 0, 0, 0.12);
	transition: all 0.3s ease-out;
}
.swiper-slide .product:hover .product__inner{
	position:relative;
}

.swiper-slide .product .product__inner{
	height:100%;
}
.product.product__one:hover .product__inner{
	position:relative;
}
.product:hover .info .list_prop{
	display: block;
	margin-left:0;
	margin-top:0;
	height:auto;
}
.product .info .list_prop{
	display: none;
}
.product--card-cell .level.price .level-left{
	height: 54px;
}
.product:hover .info .list_prop li{
	margin-top:0;
}
.preview-products .info p {
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 60px;
}
.product--card-cell .level.price.is-mobile{
	margin-bottom:0 !important;
}
.preview-products .product .info{
	margin-bottom:0;
}
/* End */


/* Start:/local/components/monobrands/ProductPopularLinks/templates/.default/style.css?17129870681104*/
.page-block {
    padding-top: 15px;
    padding-bottom: 10px;
    position: relative;
}
.page-block__title-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-block__title {
    font-weight: bold;
    font-size: 26px;
    line-height: 150%;
    color: #404040;
    margin: 0;
    position: relative;
    padding: 0 35px 10px 0;
}
.page-block__content {
    padding: 10px 0 5px 0;
}
.tags {
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: right;
    border-bottom: solid 1px #eee;
    position: relative;
}
.tags__border-no {
    border: none;
}
.tags__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    position: relative;
    text-align: left;
    overflow: hidden;
    margin: 0 -5px 0 -5px;
}
.tags__item {
    padding: 5px;
}
.tags__link {
    color: #666666;
    background: #FFFFFF;
    font-size: 14px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 4px 8px;
    display: inline-block;
    text-decoration: none;
}
/* End */
/* /local/templates/.default/components/bitrix/catalog/.default/style.css?167232711230397 */
/* /local/templates/.default/components/custom/catalog.breadcrumbs/.default/style.css?15613775801797 */
/* /local/templates/.default/components/bitrix/catalog.element/catalog/style.css?169169682137928 */
/* /local/templates/.default/css/goods-card.css?171801583435031 */
/* /local/templates/.default/components/bitrix/system.auth.form/custom_popup/style.min.css?157538229284 */
/* /local/templates/.default/components/bitrix/catalog.item/product/style.css?16589127127872 */
/* /local/components/monobrands/ProductPopularLinks/templates/.default/style.css?17129870681104 */
