

/* Start:/local/templates/.default/components/imedia/blog.detail/.default/style.css?17479792203155*/


.view-content .article__left {
	width: 91rem;
	margin-right: 5rem;
}
.view-content .category__figures-mini {
	transform: revert;
	margin-top: 10rem;
}
.view-content .block-title {
	font-size: 36px;
}
.view-content .block-section {
	background-color: #f5f0eb; /* фоновый цвет-заглушка */
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.view-content .decor-left,
.view-content .decor-right {
	position: absolute;
	z-index: 1;
}

.view-content .decor-left {
	left: 0;
	bottom: 0;
	height: 200px;
}

.view-content .decor-right {
	right: 0;
	top: 0;
	height: 200px;
}

.view-content .content {
	position: relative;
	z-index: 2;
	max-width: 700px;
	margin: 0 auto;
}

.view-content .images {
	display: flex;
	justify-content: center;
	gap: 16px;
	margin-bottom: 24px;
}

.view-content .images img {
	width: 160px;
	height: auto;
	object-fit: cover;
}

.view-content .highlight {
	color: #c5b197; /* светло-золотой оттенок */
}

.view-content .block-text {
	margin-top: 12px;
	font-size: 16px;
	color: #333;
}
.view-content .watch-container {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	max-width: 1509px;
	margin: 50px auto;
	flex-wrap: wrap;
}

.view-content .watch-item {
	text-align: center;
	width: 18%; /* 5 в ряд */
}

.view-content .watch-item img {
	max-height: 250px;
	width: auto;
	place-self: anchor-center;
}

.view-content .watch-title {
	margin-top: 10px;
	font-size: 14px;
}

.view-content .watch-price {
	margin-top: 5px;
	font-size: 14px;
	color: #000;
}

.view-content .watch-price .old-price {
	text-decoration: line-through;
	color: grey;
	font-size: 13px;
	margin-left: 5px;
}
.view-content .page-top__right {
	width: 56%;
}
.view-content .article__head-right {
	width: 56%;
}

.view-content-1 .article__right{
    font-size: 24px;
	line-height: 25px;
	align-content: center;
	text-align: center;
}

.view-content-1 p, .view-content-2 p{
	font-size: 16px;
}


.view-content-2 .article__left{
    font-size: 24px;
	line-height: 25px;
	align-content: center;
	text-align: center;
}

.view-content-3 .article__section-box{
	display: block;
	justify-items: center;
}
.view-content-3 h2{
	margin-bottom: 3rem;
}
.view-content-3 p{
	font-size: 16px;text-align: center;
}
.view-content-5 .article__right{
	font-size: 24px;
	line-height: 25px;
}
.article__section .article__right{
	width:50%;
}
.article__section .article__head-right{
	width:50%;
}

@media screen and (max-width: 900px) {
	.view-content .article__left {
		width: 100%;
	}
	.view-content .article__head-right {
		width: 100%;
	}
	.view-content .mini__list {
		display: ruby;
	}
	.view-content .mini__body {
		text-align: center;
	}
	.view-content .block-section {
		padding: 215px 24px;
	}
	.view-content .block-title {
		font-size: 26px;
	}
	.view-content .watch-item {
		width: 45%;
	}
	.view-content .watch-item img {
		max-height: 190px;
	}
	.view-content .page-top__right {
		width: 100%;
	}
	.view-content .article {
		margin: 60px 0 70px;
	}
	.view-content .article__img-main img {
		height: 32rem;
		object-fit: cover;
	}
}

/* End */


/* Start:/local/templates/.default/components/imedia/product.list/.default/style.css?17484388432494*/
.product-card__item-tags {display: flex;}
.product-card__item-tags {
    display: flex
}

.product-card__tags {
    display: flex;
    flex-direction: column;
    gap: 0!important;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.product-card__tag {
    display: flex;
    align-items: center;
    max-width: 34px;
    min-width: 34px;
    height: 34px;
    overflow: hidden;
    /* background-color: #3c3c3c; */
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    white-space: nowrap;
    transition: all 0.3s ease;
    cursor: default;
    justify-content: flex-start!important;
    border-radius: 0!important;
}

.product-card__tag:hover {
    font-size: 10px;
    width: fit-content;
    max-width: fit-content;
}

.product-card__tag-icon {
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 6px;
    flex-shrink: 0;
}

.product-card__tag:hover .product-card__tag-icon {
    margin-right: 6px;
}

.product-card__tag span {
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

.product-card__tag:hover span {
    opacity: 1;
    transform: translateX(0);
}

.is-action {
    background-color: #DEDE2B!important;
    color: #000;
    min-width: 4rem;
}
.is-action .product-card__tag-icon {
    display: none;
}
.is-action span {
    opacity: 1;
    transform: translateX(0);
    font-size: 12px;
}
/* .is-favoritItem { background-color: #CBBBA7!important; }
.is-new { background-color: #DEDE2B; color: #000; }
.is-tempus { background-color: #E7E1DB; color: #000; }
.is-japan { background-color: #3C3C3C!important; }
.is-swiss { background-color: #3C3C3C!important; }
.product-card__tag.is-new { background:#FFFFFF!important; color:white!important; }
.product-card__tag.is-new:hover { background:#CBBBA7!important; } */
.is-swiss { background-color: unset!important; }
.is-swiss:hover { background-color: #3C3C3C!important; }
.is-japan { background-color: unset!important; }
.is-japan .product-card__tag-icon { border: 1px solid #c8bfbf!important;
  border-radius: 100%!important; }
.is-japan:hover { background-color: #3C3C3C!important; }
.is-japan:hover .product-card__tag-icon { border: 0px solid #c8bfbf!important;
  border-radius: 100%!important; }
.product-card__tag.is-new { background:#FFFFFF!important; }
.product-card__tag.is-new:hover { background:#dbf507!important; color:black!important;}

/* End */


/* Start:/local/templates/.default/components/imedia/social.feed/.default/style.css?17447891621989*/
.my-wrapper {
    margin: 0 auto;
    display: flex;
    gap: 40px;
    align-items: flex-start;
    flex-wrap: inherit;
}
.intro-section {
    flex: 1 1 300px;
    max-width: 30vw;
}
.intro-header {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 27px;
}
.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.social-links a {
    display: inline-grid;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #000;
    transition: transform 0.3s ease;
    text-align: center;
}
.social-links a:hover {
    transform: scale(1.05);
    color: #555;
}
.social-links i {
    font-size: 24px;
}

.gallery-section {
    flex: 2 1 600px;
    width: 100%;
}

.slider-wrapper {
    position: relative;
    overflow: hidden;
    width: 60vw;
}
.slider-track {
    display: flex;
    transition: transform 0.5s ease;
}
.slider-item {
    flex-shrink: 0;
    padding: 5px;
}
.slider-item img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.slider-item img:hover {
    transform: scale(1.05);
}

/* Навигационные стрелки */
.slider-prev,
.slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.8);
    border: none;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
}
.slider-prev {
    left: 10px;
}
.slider-next {
    right: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .my-wrapper {
        flex-direction: column;
    }
    .intro-section {
        flex: 1 1 100%;
        max-width: 100vw;
    }
    .slider-wrapper {
        width: 100%;
    }
    .gallery-section {
        flex: 2 1 100%;
        width: 100%;
    }
    .slider-item img {
        height: 18rem;
    }
}
@media (max-width: 480px) {
    .social-links a {
        font-size: 15px;
    }
}
.social {
    margin-bottom: 5rem;
}
/* End */
/* /local/templates/.default/components/imedia/blog.detail/.default/style.css?17479792203155 */
/* /local/templates/.default/components/imedia/product.list/.default/style.css?17484388432494 */
/* /local/templates/.default/components/imedia/social.feed/.default/style.css?17447891621989 */
