

/* Start:/local/templates/fuzailov/components/bitrix/news.detail/collection/style.css?17724458653773*/
.head-hero.section {
	padding-top: 0px;
}

.head-hero__wrap {
	position: relative;
}

.head-hero__wrap::after {
	content: '';
	background: linear-gradient(359deg, #ffffff, transparent);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.head-hero__title {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-family: 'Forum';
	font-size: 5rem;
    text-transform: uppercase;
	z-index: 20;
	text-align: center;
}

.collection-page {
	padding-top: 40px;
	padding-bottom: 60px;
}

/* -- */

.collection-page__head {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-bottom: 40px;
}

@media (min-width: 991px) {
	.collection-page__head.has-preview {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem;
	}
}


.collection-page__preview-picture {
	display: flex;
	width: 100%;
	height: 100%;
}
.head-hero__picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.collection-page__preview-picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (min-width: 991px) {
	.collection-page__preview-picture {
		width: 100%;
		height: 100%;
		min-height: 544px;
	}
}

.collection-page__descr {
	text-align: center;
}

@media (min-width: 991px) {
	.collection-page__descr {
		text-align: left;
	}
}

.collection-page__trailer {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.collection-page__descr h2,
.collection-page__descr h3, 
.collection-page__descr h4,
.collection-page__descr h5 {
	font-family: Forum;
	color: #333333;
	font-size: 24px;
	text-align: center;
}

@media (min-width: 991px) {
	.collection-page__descr h2,
	.collection-page__descr h3, 
	.collection-page__descr h4,
	.collection-page__descr h5 {
		font-size: 30px;
		text-align: left;
	}
}

.collection-page__subtitle {
	position: relative;
    display: flex;
    justify-content: center;
    font-size: 18px;
	margin-bottom: 40px;
}

.collection-page__subtitle p {
	color: #333333;
	font-size: 18px;
	line-height: 150%;
}

.collection-page__subtitle::before {
	content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #DCDBDB;
    z-index: 10;
}

/* -- */


.collection-page__subtitle p {
	margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 27px;
    background-color: #F5F5F5;
    z-index: 20;
}

.collection-page__grid {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

@media (min-width: 991px) {
	.collection-page__grid {
		gap: 2rem;
	}
}

.collection-page__grid-row {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

@media (min-width: 991px) {
	.collection-page__grid-row {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem;
	}
}

.collection-page__grid-row.has-imagery {
  grid-template-columns: repeat(1, 1fr);
}

@media (max-width: 991px) {
  .collection-page__grid-row:nth-of-type(2n) {
	flex-direction: column-reverse;
  }
}

.collection-page__grid-box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
}

.collection-page__grid-box.has-imagery {
	grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 991px) {
	.collection-page__grid-box {
		gap: 2rem;
	}
}

@media (max-width: 475px) {
    .head-hero__title {
		font-size: 51px;
	}
}

.collection-page__grid-row_fullwidth {
    grid-template-columns: repeat(1, 1fr);
}

.collection-page__grid-row_fullwidth .collection-page__grid-box {
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 991px) {
	.collection-page__grid-row_fullwidth .collection-page__grid-box {
    	grid-template-columns: repeat(2, 1fr);
    }
}
.collection_link_wrap {
	margin-top: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* End */


/* Start:/local/templates/fuzailov/components/bitrix/catalog.element/product/style.css?17569754112102*/
.product-card {
	display: grid;
	align-content: start;
	gap: 1.5rem 2rem;
	position: relative;
	font-size: 14px;
	align-content: stretch;
	grid-template-rows: auto 1fr auto
}

.product__pictures {
	position: relative;
	display: flex;
	flex-direction: column
}

.product__picture {
	background: #f5f5f5;
	opacity: 0;
	transition: .3s ease-in-out
}

.product__picture img {
	width: 100%;
	height: auto
}

.product__picture+.product__picture {
	position: absolute;
	width: 100%
}

.product__picture._active {
	opacity: 1
}

.product__title {
	color: #333;
	font-weight: 500;
	padding: 0;
	margin: 0;
	font-size: inherit
}

.product__title-link {
	color: inherit;
	text-decoration: none
}

.product__title-link:hover {
	color: #011CA9;
}

.product__price {
	color: rgba(51, 51, 51, .5);
	white-space: nowrap
}

.product__price--old {
	color: #919191;
	text-decoration: line-through;
	font-size: 14px;
}

.product__actions {
	position: absolute;
	top: 1.25rem;
	left: 1.25rem;
	z-index: 1;
}

.product__favourites {
	padding: 0;
	background: 0 0;
	border: 0;
	cursor: pointer;
	transition: .3s transform;
}

.product__favourites.active svg path {
	fill: #011CA9;
}

.product__favourites:hover {
	transform: scale(1.05);
	transition: .3s transform;
}

.product__favourites svg {
	width: 1.62rem;
	height: 1.62rem;
	color: transparent;
	transition: .5s ease
}

.product__favourites._active svg {
	color: #011CA9
}

.product__label {
	font-size: 1rem;
	color: rgba(51, 51, 51, .5);
	position: absolute;
	z-index: 2;
	top: 1.12rem;
	right: 1.75rem
}

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

.product-new-controls {
	display: flex;
	gap: 12px;
}

.product-new-controls .product__actions {
	position: relative;
	top: 0;
	left: 0;
	z-index: unset;
}

.product-new-controls .product__actions span {
	display: none;
}

.product-new-controls .product__actions:hover span {
	display: block;
	position: absolute;
	top: 0;
	right: calc(100% - 12.5px);
	transform: translateY(-50%);
	padding: 5px 10px;
	border: 1px solid #DCDBDB;
	background-color: #FFFFFF;
	font-size: 13px;
	z-index: 1;
}
/* End */


/* Start:/local/templates/fuzailov/components/bitrix/catalog.element/fashion/style.css?1748351137895*/
/* item_detail_v2 */
.fashion-card {
	position: relative;
	width: 100%;
	height: 100%;
}


  
.fashion {
	position: relative;
	display: flex;
	justify-content: center;
	height: 100%
}

.fashion__picture,
.fashion__video {
	display: flex;
	width: 100%;
	height: 100%;
	clip-path: inset(1px 1px);
}

@media (min-width: 1200px) {
	.fashion__video {
		position: absolute;
	}
}

.fashion__picture img,
.fashion__video img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.fashion__video {
	-o-object-fit: cover;
	object-fit: cover
}

.fashion__btn {
	position: absolute;
	right: 50%;
	transform: translate(50%, 0%);
	bottom: 1.4rem;
	white-space: nowrap;
	color: #011CA9
}

@media (min-width: 1200px) {
	.fashion__btn {
		position: absolute;
		right: 3.13rem;
		bottom: 3.13rem;
		color: #011CA9;
		transform: translate(0%, 0%);
	}
}

.fashion__products {
	display: none;
}
/* End */


/* Start:/local/templates/fuzailov/components/bitrix/news.list/similar-collections/style.css?17483511652257*/
.similar-collections {
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #DCDBDB;
}

@media (min-width: 991px) {
    .similar-collections {

    }
}

@media (min-width: 1400px) {
    .similar-collections {

    }
}

.similar-collections__title {
    text-align: center;
    font-family: Forum;
    line-height: 120%;
    font-size: 30px;
    color: #333333;
    margin-bottom: 24px;
}

@media (min-width: 991px) {
    .similar-collections__title {
        font-size: 45px;
        margin-bottom: 35px;
    }
}

@media (min-width: 1400px) {
    .similar-collections__title {

    }
}

.similar-collections__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

@media (min-width: 991px) {
    .similar-collections__grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 2rem;
    }
}

.collections-page__grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (min-width: 991px) {
    .collections-page__grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 2rem;
    }
}

.collection-card__picture {
    display: flex;
    width: 100%;
    height: 100%;
}

.collection-card__picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collection-card {
    position: relative;
}

.collection-card__head {
    position: relative;
    z-index: 20;
}

.collection-card__body {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: #ffffff;
    z-index: 10;
    opacity: 0;
    width: 100%;
    transition: .3s top, .3s opacity;
}

@media (min-width: 991px) {
    .collection-card__body {
        padding-left: 36px;
        padding-right: 36px;
        padding-top: 20px;
        padding-bottom: 24px;
    }
}

.collection-card:hover .collection-card__body{
    opacity: 1;
    z-index: 20;
    transition: .3s top, .3s opacity;
}

.collection-card__title {
    margin-bottom: 0;
    font-family: Forum;
    font-size: 22px;
    text-align: center;
    color: #333333;
}
/* End */
/* /local/templates/fuzailov/components/bitrix/news.detail/collection/style.css?17724458653773 */
/* /local/templates/fuzailov/components/bitrix/catalog.element/product/style.css?17569754112102 */
/* /local/templates/fuzailov/components/bitrix/catalog.element/fashion/style.css?1748351137895 */
/* /local/templates/fuzailov/components/bitrix/news.list/similar-collections/style.css?17483511652257 */
