

/* Start:/local/templates/bs_theme_2023/components/bitrix/breadcrumb/breadcrumb_catalog/style.css?1768996386949*/
.breadcrumbs {
        display: flex;
		flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        margin: 20px 0;
    }

    .breadcrumbs__link a {
        position: relative;
        margin-right: 20px;
        display: block;
    }

.breadcrumbs__link a:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    right: -14px;
    width: 8px;
    height: 1px;
    background: var(--secondary-color);
    transform: rotate(35deg);
}
.breadcrumbs__link a:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: -14px;
    width: 8px;
    height: 1px;
    background: var(--secondary-color);
    transform: rotate(-35deg);
}

.breadcrumbs__link--current {
    color: var(--secondary-color);
}

.breadcrumbs__link:last-of-type {
    max-width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* End */


/* Start:/local/templates/bs_theme_2023/components/bitrix/catalog/holiday/style.css?16976157653190*/
.article .container {
	max-width: 880px;
}
.category-catalog-item {
    display: flex;
    border: 1px solid var(--border);
    padding: 20px;
    margin-bottom: 30px;
}

.category-catalog-item__left {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-right: 3%;
    width: 25%;
}

.category-catalog-item__country {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 50%;
}

.category-catalog-item__right {
    width: 72%;
}

.category-catalog-item__sku {
    color: #696969;
    font-size: 14px;
}

.category-catalog-item__title {
    font-family: 'Literata', serif;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
}

.category-catalog-item__img {
    max-height: 300px;
    width: auto;
}

.category-catalog-item__property {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.category-catalog-item__property-name {
    width: 30%;
    color: var(--secondary-color);
}

.category-catalog-item__property-value.has-link {
    text-decoration: underline;
    font-style: italic;
}

.category-catalog-item__buy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.category-catalog-item__price {
    font-family: 'Literata', serif;
    font-size: 28px;
    font-weight: 500;
}

.category-catalog-item__actions {
    display: flex;
    align-items: center;
}

.category-catalog-item__quantity {
    position: relative;
    display: none;
    font-family: 'Literata', serif;
}

.category-catalog-item__quantity span {
    position: absolute;
    left: 50%;
    bottom: 2px;
    transform: translateX(-50%);
    font-size: 14px;
    color: #fff;
}

.category-catalog-item__qty-value {
    font-size: 16px;
    text-align: center;
    border-radius: 0;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: #fff;
    width: 191px;
    height: 50px;
    padding: 0;
    padding-bottom: 10px;
    font-family: 'Literata', serif;
}

.category-catalog-item__btn {
    position: absolute;
    top: 0;
    border: none;
    height: 50px;
    width: 50px;
    background: transparent;
    cursor: pointer;
    fill: #fff;
}

.category-catalog-item__btn .cru-icon {
    width: 24px;
    height: 24px;
}

.category-catalog-item__btn.category-catalog-item__minus {
    left: 0;
    border-right: 1px solid var(--border);
}

.category-catalog-item__btn.category-catalog-item__plus {
    right: 0px;
    border-left: 1px solid var(--border);
}

.product__basket span {
    pointer-events: none;
}

.category-catalog-item__note {
    font-size: 14px;
    margin-top: 10px;
    text-align: end;
    color: var(--fourth-color);
}

.category-catalog-item__favourite {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 1;
    cursor: pointer;
}

.category-catalog-item__favourite .cru-icon {
    width: 24px;
    height: 24px;
    pointer-events: none;
}

.category-catalog-item__favourite .heart-border {
    fill: #999;
    transition: .3s ease-in-out;
}

.category-catalog-item__favourite:hover .heart-border {
    fill: var(--primary-color);
}
/* End */


/* Start:/local/templates/bs_theme_2023/components/bitrix/news.detail/article-holiday/style.css?17125843602292*/
.article {
    margin-bottom: 80px;
    position: relative;
}

.article::before,
.article::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.article::before {
    background-image: url(/local/templates/bs_theme/assets/images/content-helper-img3.png);
    left: 0;
    top: 15%;
    width: 13vw;
    height: 16vw;
}

.article::after {
    background-image: url(/bitrix/templates/upfly/css/../images/content-imgs/content-helper-img1.png);
    right: 5%;
    bottom: 5%;
    width: 12vw;
    height: 21vw;
}

.article .section-main-title {
    text-align: center;
    margin-bottom: 20px;
}

.article-container {
    max-width: 880px;
    padding: 0 20px;
    margin: 0 auto;
}

.article p {
    margin: 20px 0;
}

.article-image-author, .article-image-text {
    color: var(--ui-color-palette-gray-60);
}

blockquote {
    border: 1px solid var(--border);
    padding: 10px 20px;
    position: relative;
    font-style: italic;
    margin: 40px 0;
}

blockquote:before {
    content: url(/local/templates/bs_theme/assets/images/svg_quote.svg);
    position: absolute;
    left: 0;
    top: -19px;
    z-index: 10;
    width: 86px;
    height: 38px;
    background: #fff;
    text-align: center;
}


.article__img-content {
    width: 45%;
    display: inline-block;
}

/*.article__img {
    padding: 20px;
    border: 1px solid var(--border);
}

.article__img img {
    display: block;
    width: auto;
    margin: 0 auto;
}*/

.article .article-container img {
    padding: 20px;
    border: 1px solid var(--border);
}

.article .article-container img[align="left"] {
    margin-right: 20px;
    margin-bottom: 20px;
}

.article .article-container img[align="right"] {
    margin-left: 20px;
    margin-bottom: 20px;
}

.article .article-container img[align="middle"], 
.article .article-container img[align="top"], 
.article .article-container img[align="bottom"], 
.article .article-container img:not([align]) {
    display: block;
    width: 100%;
    margin: 0 auto;
}


@media (max-width: 768px) {

    .article::before,
    .article::after {
        content: none;
    }
}
/* End */


/* Start:/local/templates/bs_theme_2023/components/bitrix/news.detail/author/style.css?17125841741447*/
.author {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: var(--fourth-color);
    font-size: 14px;
    position: relative;
    cursor: pointer;
}
.author-avatar-preview {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.author-article-date{
    font-size: 13px;
    font-weight: 400;
    color: #87755d;
    margin-left: 6px;
}
.author-wrapper {
    padding-top: 24px;
    position: absolute;
    left: 0;
    top: 8px;
    z-index: 1;
    width: 400px;
    display: none;
}
.author:hover .author-wrapper {
    display: block;
}
.author-bg {
    width: 100%;
    height: 102px;
    background-size: cover;
}
.author-bg {
    width: 100%;
    height: 102px;
    background-size: cover;
    background-position: center;
}
.author-content {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.author-avatar {
    height: 32px;
}
.author-avatar img {
    border-radius: 50%;
    border: 3px solid #fff;
    position: absolute;
    top: 64px;
    left: 20px;
}
.author-name {
    padding: 20px;
    color: var(--black);
    font-weight: 400;
}
.author-nick {
    font-size: 20px;
    margin-bottom: 3px;
}
.author-position {
    font-size: 14px;
    margin-bottom: 10px;
}
@media (max-width: 576px) {
    .author-wrapper {
        width: 100%;
    }
}

/* End */


/* Start:/local/templates/bs_theme_2023/components/bitrix/system.pagenavigation/.default/style.css?17689855131980*/
.category-catalog-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.category-catalog-bottom__observer {
    font-size: 14px;
    color: #696969;
}

.category-catalog-bottom__load {
    display: flex;
    align-items: center;
    color: var(--secondary-color);
    stroke: var(--secondary-color);
    cursor: pointer;
    transition: .3s ease-in-out;
}

.category-catalog-bottom__load .cru-icon {
    width: 16px;
    height: 16px;
    margin-left: 10px;
}

.category-catalog-bottom__load:hover {
    color: var(--primary-color);
    stroke: var(--primary-color);
}

.pagination__list {
    display: flex;
    align-items: center;
}

.pagination__item {
    color: var(--secondary-color);
    margin-left: 20px;
}

.pagination__item.active {
    color: #696969;
    position: relative;
    margin-right: 3px;
    font-weight: 700;
}

.pagination__item.active::after {
    content: "";
    background: #696969;
    position: absolute;
    top: 50%;
    left: 20px;
    height: 0px;
    width: 0px;
}

.pagination__item.last-page.active {
    margin-right: 0;
    /*margin-left: 80px;*/
}
.pagination__item.last-page.active:after {
    left: -60px;
}

.cru-icon.pagination-arrow {
    stroke: var(--secondary-color);
    transform: rotate(270deg);
    width: 12px;
    height: 12px;
}

.cru-icon.pagination-double-arrow {
    stroke: var(--secondary-color);
    width: 12px;
    height: 12px;
}

.cru-icon.pagination-arrow.prev-page {
    transform: rotate(90deg);
}
.cru-icon.pagination-double-arrow.first-page {
    transform: rotate(180deg);
}

@media (max-width: 1024px) {
    .category-catalog-bottom__observer {
        display: none;
    }

    .category-catalog-bottom {
        flex-direction: column;
    }

    .category-catalog-bottom__load {
        margin-bottom: 20px;
    }
    .pagination {
        margin: 20px 0;
    }
}
/* End */


/* Start:/local/templates/bs_theme_2023/components/bitrix/catalog.section/cat-viewed3/style.css?16976157654627*/
.catalog-products-viewed-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}
.product-viewed {
	margin: 120px 0;
}

.product-viewed .section-main-title {
	text-align: center;
	margin-bottom: 40px;
}

.product-viewed__container {
	overflow: hidden;
	position: relative;
}

.product-viewed__item {
	width: 20%;
	max-width: 264px;
	margin-right: 20px;
	padding: 20px;
	border: 1px solid var(--border);
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.product-viewed__img {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.product-viewed__slide {
	display: flex;
	align-items: stretch;
	transition: 0.5s ease-in-out;
}

.product-viewed__title {
	font-family: 'Literata', serif;
	font-weight: 600;
	margin: 10px 0;
}

.product-viewed__price {
	font-size: 18px;
	font-weight: bold;
}

.product-viewed__actions {
	display: flex;
	align-items: center;
}

.product-viewed__actions .primary-btn {
	margin-top: 10px;
	padding: 8px 16px;
}

.product-viewed__quantity {
	display: none;
	position: relative;
}

.product-viewed__btn {
	position: absolute;
	top: 10px;
	border: none;
	height: 40px;
	width: 40px;
	background: var(--border);
	cursor: pointer;
	fill: var(--secondary-color);
}

.product-viewed__btn.product-viewed__minus {
	left: 0;
}

.product-viewed__quantity span {
	display: none;
}

.product-viewed__qty-value {
	margin-top: 10px;
	padding: 10px;
	margin-right: 10px;
	font-size: 16px;
	text-align: center;
	border-radius: 0;
	border: 1px solid var(--border);
	width: 160px;
	height: 42px;
	font-family: 'Literata', serif;
}

.product-viewed__btn.product-viewed__plus {
	right: 10px;
}

.product-viewed__country {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	border-radius: 50%;
}

.product-viewed__favourite {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	cursor: pointer;
}

.product-viewed__favourite:hover .heart-border {
	fill: var(--primary-color);
}

.product-viewed__favourite .heart-border {
	fill: #999;
	transition: .3s ease-in-out;
}

.product-viewed-slide__btn {
	background: var(--primary-color);
	box-shadow: 0 0 12px rgb(147 3 3 / 30%);
	width: 40px;
	height: 40px;
	position: absolute;
	top: calc(50% - 20px);
	border-radius: 50%;
	stroke: #fff;
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.product-viewed__prev {
	transform: rotate(90deg);
	left: 0px;
}

.product-viewed__next {
	right: 0;
	transform: rotate(270deg);
}
.product .category-catalog-item__quantity {
	position: relative;
	display: none;
	font-family: 'Literata', serif;
}
.product .category-catalog-item__quantity span {
	display: none;
}

.product .category-catalog-item__qty-value {
	padding: 14px;
	font-size: 16px;
	text-align: center;
	border-radius: 0;
	border: 1px solid var(--primary-color);
	background: var(--primary-color);
	color: #fff;
	width: 160px;
	height: 42px;
	font-family: 'Literata', serif;
}
.product-viewed__actions .category-catalog-item__qty-value {
	padding: 11px;
	margin-top: 10px;
}
.product .category-catalog-item__btn {
	position: absolute;
	top: 0;
	border: none;
	height: 48px;
	width: 48px;
	background: transparent;
	cursor: pointer;
	fill: #fff;
}
.product-viewed__actions .category-catalog-item__plus {
	height: 42px;
	width: 42px;
	top: 10px;
	right: 0;
	border-left: 1px solid var(--border);
}
.product-viewed__actions .category-catalog-item__minus {
	height: 42px;
	width: 42px;
	left: 0;
	top: 10px;
	border-right: 1px solid var(--border);
}
.category-catalog-item__btn .cru-icon {
	width: 24px;
	height: 24px;
}

.product__basket span {
	pointer-events: none;
}
.category-catalog-item__price-wrapper {
    display: flex;
    align-items: flex-end;
}
.old-price {
    margin-left: 12px;
    font-size: 20px;
    font-family: 'Literata', serif;
    color: #696969;
    text-decoration: line-through;
}

.section-main-title.title-with-link a {
    font-size: 18px;
    margin-left: 10px;
    font-style: italic;
    font-weight: 400;
    text-decoration: underline;
    color: var(--secondary-color);
	font-family: "IBM Plex Sans", sans-serif;
	white-space: nowrap;
}

@media (max-width: 1024px) {
	.product-viewed__item {
		width: 28%;
	}
}

@media (max-width: 768px) {
	.product-viewed__item {
		width: 45%;
	}
}

@media (max-width: 576px) {
	.product-viewed {
		margin: 60px 0;
	}
	.section-main-title.title-with-link a {
		font-size: 14px;
	}
	.product-viewed__item {
		width: 70%;
	}
	.product-viewed__slide {
		overflow: scroll;
	}
}
/* End */


/* Start:/local/templates/bs_theme_2023/components/bitrix/catalog.item/viewed-card4/style.css?17556779793495*/

.catalog-products-viewed-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}
.product-viewed {
	margin: 120px 0;
}

.product-viewed .section-main-title {
	text-align: center;
	margin-bottom: 40px;
}

.product-viewed__container {
	overflow: hidden;
	position: relative;
}

.product-viewed__item {
	width: 20%;
	max-width: 264px;
	margin-right: 20px;
	padding: 20px;
	border: 1px solid var(--border);
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.product-viewed__img {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.product-viewed__slide {
	display: flex;
	align-items: stretch;
	transition: 0.5s ease-in-out;
}

.product-viewed__title {
	font-family: 'Literata', serif;
	font-weight: 600;
	margin: 10px 0;
}

.product-viewed__price {
	font-size: 18px;
	font-weight: bold;
}

.product-viewed__actions {
	display: flex;
	align-items: center;
}

.product-viewed__actions .primary-btn {
	margin-top: 10px;
	padding: 8px 16px;
}

.product-viewed__quantity {
	display: none;
	position: relative;
}

.product-viewed__btn {
	position: absolute;
	top: 10px;
	border: none;
	height: 40px;
	width: 40px;
	background: var(--border);
	cursor: pointer;
	fill: var(--secondary-color);
}

.product-viewed__btn.product-viewed__minus {
	left: 0;
}

.product-viewed__quantity span {
	display: none;
}

.product-viewed__qty-value {
	margin-top: 10px;
	padding: 10px;
	margin-right: 10px;
	font-size: 16px;
	text-align: center;
	border-radius: 0;
	border: 1px solid var(--border);
	width: 160px;
}

.product-viewed__btn.product-viewed__plus {
	right: 10px;
}

.product-viewed__country {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	border-radius: 50%;
}

.product-viewed__favourite {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	cursor: pointer;
}

.product-viewed__favourite:hover .heart-border {
	fill: var(--primary-color);
}

.product-viewed__favourite .heart-border {
	fill: #999;
	transition: .3s ease-in-out;
}

.cru-icon.product-viewed-slide__btn {
    background: #fff;
    box-shadow: 0 0 12px rgb(0 0 0 / 15%);
    width: 36px;
    height: 36px;
    position: absolute;
    top: calc(50% - 20px);
    border-radius: 50%;
    stroke: var(--primary-color);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product-viewed__prev {
	transform: rotate(90deg);
	left: 0px;
}

.product-viewed__next {
	right: 0;
	transform: rotate(270deg);
}

@media (max-width: 1024px) {
	.product-viewed__item {
		width: 28%;
	}
}

@media (max-width: 768px) {
	.product-viewed__item {
		width: 45%;
	}
}

@media (max-width: 576px) {
	.product-viewed__item {
		width: 70%;
	}
}


.product-properties-desc {
  margin-left: 12px;
  cursor: pointer;
  position: relative;
}

.product-properties-desc svg {
  width: 20px;
  height: 20px;
}

.product-properties-desc__info {
  display: none;
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 1;
  width: 240px;
  max-height: 200px;
  background: #fff;
  border: 1px solid var(--border);
  padding: 10px;
  overflow-y: scroll;
  overflow-x: none;
}

.product-properties-desc:hover .product-properties-desc__info {
  display: block;
}

.product-properties-desc__title {
  color: var(--secondary-color);
  font-size: 14px;
  margin-top: 8px;
}

.product-properties-desc__text {
  font-size: 12px;
}
/* End */


/* Start:/local/templates/bs_theme_2023/components/bitrix/catalog.section/cat-viewed3/themes/blue/style.css?1697615765833*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-products-viewed-header{border-color:#006cc0;}
/* End */
/* /local/templates/bs_theme_2023/components/bitrix/breadcrumb/breadcrumb_catalog/style.css?1768996386949 */
/* /local/templates/bs_theme_2023/components/bitrix/catalog/holiday/style.css?16976157653190 */
/* /local/templates/bs_theme_2023/components/bitrix/news.detail/article-holiday/style.css?17125843602292 */
/* /local/templates/bs_theme_2023/components/bitrix/news.detail/author/style.css?17125841741447 */
/* /local/templates/bs_theme_2023/components/bitrix/system.pagenavigation/.default/style.css?17689855131980 */
/* /local/templates/bs_theme_2023/components/bitrix/catalog.section/cat-viewed3/style.css?16976157654627 */
/* /local/templates/bs_theme_2023/components/bitrix/catalog.item/viewed-card4/style.css?17556779793495 */
/* /local/templates/bs_theme_2023/components/bitrix/catalog.section/cat-viewed3/themes/blue/style.css?1697615765833 */
