

/* Start:/local/templates/cvetochek/components/bitrix/catalog/main/style.css?16686838533426*/
.catalog__list {
	grid-template-columns: repeat(auto-fit, minmax(140px, 276px));
	gap: 24px;
}
.catalog__item {
	background: #F8F8F8;
	border-radius: 20px;
	padding: 24px;
	position: relative;
	overflow: hidden;
	height: 276px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.catalog__item-image {
	position: absolute;
	bottom: -20px;
	right: -20px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.catalog__item:hover {
	-webkit-box-shadow: 0 0 20px #d2d2d2;
	box-shadow: 0 0 20px #d2d2d2;
}
.catalog__item:hover .catalog__item-image {
	bottom: -5px;
	right: 0;
}

.catalog__item-title {
	font-weight: 600;
	font-size: 20.146px;
	line-height: 26px;
	color: #fff;
	position: relative;
	z-index: 1;
}
.catalog__item:hover .catalog__item-title {
	color: #dc005b;
}
.catalog__category{
	margin-top: 136px;
}
.catalog__category .h1{
	margin-bottom: 36px;
}
.category{
	margin: 0 !important;
}

.product__description-title {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 42px;
	color: #0C1329;
}
.product__description-text p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #3F4457;
	margin-top: 24px;
}
.product__description {
	max-width: 770px;
	margin-bottom: 105px;
}
.product__description-text a{
	color: #E00026;
	text-decoration: underline;
}
.button.link-more.ajax_load_btn {
	display:none !important;
}

.product__category__items__list {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.product__category__items__list a:hover {
	border-color: #E00026;
}
.product__category__items__list a {
	border: 1px solid #CBCCD1;
	border-radius: 12px;
	padding: 10px 16px 10px;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	display: block;
	margin: 0 5px 10px;
	transition: all .2s linear;
}
.product__category__items {
	overflow: hidden;
	transition: all .2s linear;
	height: 100px;
}
.product__category {
	margin-bottom: 52px;
}
.product__category__more {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	cursor: pointer;
	margin-top: 18px;
	transition: all .2s linear;
}
.product__category__more:hover{
	color: #E00026;
}

@media (max-width: 1200px) {
	.catalog__list {
		grid-template-columns: repeat(auto-fit, minmax(276px, 1fr));
		gap: 8px;
	}
}
@media (max-width: 650px) {
	.catalog__list {
		grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
		gap: 8px;
	}
	.catalog > .container {
		padding: 0;
	}
	.catalog__item {
		padding: 12px;
		height: 150px;
	}
	.catalog__item-title {
		font-weight: 600;
		font-size: 12px;
		line-height: 14px;
		color: #0C1329;
		position: relative;
		z-index: 1;
	}
	.catalog__category .h1 {
		margin-bottom: 32px;
		font-size: 24px;
		line-height: 30px;
	}
	.catalog__category {
		margin-top: 40px;
	}
}
@media (max-width: 500px) {
	.catalog__item-image{
		position: static;
	}
	.catalog__item-title {
		margin-bottom: 8px;
	}
	.catalog__item {
		height: auto;
	}
}
@media (max-width: 400px) {
	.product__category__items__list a {
		border: 1px solid #CBCCD1;
		border-radius: 12px;
		padding: 7px 10px 7px;
		font-weight: 400;
		font-size: 14px;
		line-height: 22px;
		display: block;
		margin: 0 5px 10px;
		transition: all .2s linear;
	}
	.product__category__items {
		overflow: hidden;
		transition: all .2s linear;
		height: 95px;
	}
}
/* End */


/* Start:/local/templates/cvetochek/components/bitrix/catalog.smart.filter/.default/style.css?166608996610588*/
.filter {
	margin: 12px 0 52px;
}

.filter__item {
	position: relative;
}
.filter__item-result {
	border: 1px solid #CBCCD1;
	border-radius: 12px;
	padding: 10px 16px 10px;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #0C1329;
	position: relative;
	cursor: pointer;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.filter__item-result {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.filter__item-result:focus,
.filter__item-result:hover{
	border: 1px solid #F5A7B4;
	outline: #F5A7B4 solid 1px;
}
.filter__item-result::after{
	content: '';
	width: 12px;
	height: 7px;
	background-image: url(/local/templates/cvetochek/static/blocks/filter/img/arrow.svg);
	background-repeat: no-repeat;
	background-position: center;

	position: absolute;
	top: 0;
	bottom: 0;
	right: 19px;
	margin: auto;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.filter__item-result.open::after{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.filter__item-block {
	position: absolute;
	z-index: 11;
	background: #fff;
	padding: 20px;
	-webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
	border-radius: 20px;
	top: calc(100% + 12px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.filter__item-block .btn {
	width: 100%;
	padding: 10px 0;
	margin: 15px 0;
}
.filter__item-block input {
	border: 1px solid #CBCCD1;
	border-radius: 12px;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #0C1329;
}
.filter__item-block label {
	position: relative;
	padding: 0 6px;
	width: 137px;
}
.filter__item-block label span {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #0C1329;
	opacity: 0.45;
	position: absolute;
	left: 16px;
	top: 0;
	height: 22px;
	bottom: 0;
	margin: auto;
}
.filter__item-block input[type="text"] {
	border: 1px solid #CBCCD1;
	border-radius: 12px;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #0C1329;
	padding: 11px 16px 11px 40px;
	width: 100%;
}
.filter__item-block .flex {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin: 0 -6px;
}
.filter__item-reset {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #1C1C1C;
}
.filter .column-left {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
}
.filter .column-left .flex {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.filter > .container > .flex {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.filter__item-block .checkbox label{
	width: 100%;

}
.filter__item-block .checkbox label > span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.filter__item-block .checkbox label span {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #1C1C1C;
	opacity: 1;
	position: static;
	height: auto;
}
.filter__item-block .checkbox label {
	width: 180px;
}
.filter__item.filter_color .checkbox:not(:last-child) {
	margin-bottom: 20px;
}
.filter__item-block .checkbox label span span {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	display: block;
	background-repeat: no-repeat;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	background-position: center;
	background-size: 20px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 0 auto;
}

.filter__item-result span + span {
	position: absolute;
	right: 0;
	width: 44px;
	top: 0;
	bottom: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 9;
	border-left: 1px solid #F5A7B4;
	background-color: #F6EBED;
}

.filter__item-result.active span + span {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.filter__item-result.active {
	background: #F6EBED;
	border: 1px solid #F5A7B4;
	overflow: hidden;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #E00026;
}
.filter > .flex.filter_button{
	margin-top: 10px;
}
.filter_sort {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #0C1329;
	cursor: pointer;
	position: relative;
	padding-right: 20px;
}
.filter_sort span {
	border-bottom: 1px dashed #0C1329;
}
.filter_sort:after, .filter_sort:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 7px;
	height: 1.6px;
	background-color: #0C1329;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: -webkit-transform .2s linear;
	transition: -webkit-transform .2s linear;
	-o-transition: transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear, -webkit-transform .2s linear;
}

.filter_sort::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 5px;
}
.filter_sort.active:after{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.filter_sort.active:before{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.filter_clear {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #0C1329;
	margin-left: 38px;
	cursor: pointer;
	border-bottom: 1px dashed;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.grid.filter_grid {
	grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
	gap: 16px;
}
.filter_clear:hover{
	color: #E00026;
}
.filter > .flex{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;
}
label.bx-filter-param-label.uni-button-checkbox.disabled {
	opacity: .4;
}
.filter__item-block .checkbox:not(:last-child) {
	margin: 0 0 20px;
}
.filter > .flex.filter_button {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 20px;
}
.bx-filter-param-text.text {
	width: calc(100% - 20px);
}
@media (max-width: 1200px) {
	.filter .filter__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 185px;
		flex: 0 0 185px;
		position: relative;
	}
}
@media (max-width: 1000px) {
	.m-button-select {
		position: fixed;
		bottom: 0;
		display: flex;
		left: 0;
		justify-content: space-between;
		background: #fff;
		padding: 12px 20px 29px;
		box-shadow: 0px -4px 6px rgb(21 28 41 / 10%);
		z-index: 99999;
		width: 320px;
		transition: all .2s linear;
		transform: translateX(-100%);
	}
	.m-button-select > div {
		flex: 0 0 49%;
	}
	.m-button-select .btn.btn_filter {
		color: #0C1329;
		border: 1px solid rgba(11, 17, 38, 0.2);
		background: transparent;
	}

	.filter .m-filter__modal .column-left > .flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.filter .filter__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		position: relative;
	}
	.filter__item-block .checkbox label {
		width: 100%;
	}
	.m-filter__modal {
		position: fixed;
		top: 0;
		bottom: 0;
		overflow-y: auto;
		background: #fff;
		left: 0;
		z-index: 9999;
		width: 320px;
		padding: 35px 15px 100px;
		-webkit-transition: all .2s linear;
		-o-transition: all .2s linear;
		transition: all .2s linear;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	.filter_shadow {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background-color: rgb(0 0 0 / 61%);
		z-index: 9990;
		-webkit-transition: all .2s linear;
		-o-transition: all .2s linear;
		transition: all .2s linear;
		opacity: 0;
		visibility: hidden;
	}
	.filter.active {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.filter > .flex.filter_button{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.m-filter__button {
		font-weight: 400;
		font-size: 18px;
		line-height: 20px;
		color: #0C1329;
		background-image: url(/local/templates/cvetochek/static/blocks/filter/img/filter.svg);
		background-repeat: no-repeat;
		padding-left: 30px;
	}
	.filter_clear{
		display: none;
	}
	.filter__item-block {
		position: static;
		opacity: 1;
		visibility: visible;
		-webkit-box-shadow: none;
		box-shadow: none;
		z-index: 9;
		background: #fff;
		padding: 0;
		border-radius: 0;
	}
	.filter__item-block .filter__item-reset,
	.filter__item-block .btn{
		display: none;
	}
	.filter__item-result {
		border: none;
		padding: 0;
		font-weight: bold;
		margin-bottom: 24px;
	}
	.filter__item-result.active{
		padding: 10px 16px 10px;
	}
	.filter__item-result::after{
		display: none;
	}
	.filter .filter__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 0px;
		flex: 0 0 0;
		position: relative;
		margin-bottom: 24px;
	}
	.filter__item-block label {
		position: relative;
		padding: 0 6px;
		width: 50%;
	}
	.filter_close {
		width: 20px;
		height: 20px;
		position: relative;
		margin: 0 0 15px auto;
	}
	.filter_close:after,
	.filter_close:before{
		content: '';
		width: 20px;
		height: 1.6px;
		background-color: #0b1126;
		position: absolute;
		top:0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	.filter_close:after{
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.filter_close:before{
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

@media (min-width: 1001px) {
	.m-button-select{
		display: none;
	}
}
/* End */


/* Start:/local/templates/cvetochek/components/bitrix/system.pagenavigation/main/style.css?16581760891638*/
.nums.flex.flex__jc-c {
    justify-content: center;
    align-items: center;
}
.nums span.cur, .nums a.dark_link {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #0C1329;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    box-shadow: 0px 51px 74px rgb(74 99 117 / 7%), 0px 11.3915px 16.5289px rgb(74 99 117 / 4%), 0px 3.39155px 4.92108px rgb(74 99 117 / 3%);
    margin: 0 4px;
    cursor: pointer;
    transition: all .2s linear;
}
a.flex-prev:hover,
a.flex-next:hover,
.nums span.cur:hover, .nums a.dark_link:hover,
.nums span.cur {
    background: #F6EBED;
    border: 1px solid #F5A7B4;
    color: #E00026 !important;
}
a.flex-prev:hover svg path,
a.flex-next:hover svg path{
    fill: #E00026;
}
a.flex-prev,
a.flex-next {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    box-shadow: 0px 51px 74px rgb(74 99 117 / 7%), 0px 11.3915px 16.5289px rgb(74 99 117 / 4%), 0px 3.39155px 4.92108px rgb(74 99 117 / 3%);

    cursor: pointer;
}
a.flex-prev svg,
a.flex-next svg {
    width: 100%;
    height: 100%;
    max-width: 7px;
    transition: all .2s linear;
}
.flex-nav-prev,
.flex-nav-next {
    width: 30px;
    height: 30px;
    margin: 0 4px;
}
a.button.link-more.ajax_load_btn span {
    border-bottom: 1px solid;
}
a.button.link-more.ajax_load_btn {
    margin-bottom: 20px;
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #E00026;
    cursor: pointer;
}
/* End */


/* Start:/local/templates/cvetochek/components/bitrix/catalog/main/bitrix/catalog.section/.default/style.css?17556081292579*/

.category__list{
    grid-template-columns: repeat(auto-fit, minmax(306px, 275px));
    gap: 49px 25px;
}


.product-list__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-list__stock {
    background: #14634B;
    border-radius: 16px 6px;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    line-height: 26px;
    color: #FFFFFF;
}
.product-list__label {
    position: absolute;
    width: 55px;
    height: 26px;
    left: 8px;
    top: 8px;
    z-index: 1;
}
.product-list__label > div:not(:first-child) {
    margin-top: 5px;
}
.product-list__image{
    height: 275px;

}
.product-list__image img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.product-list__info {
    padding: 0 12px;
}
.product-list__name {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #0B1126;
    margin: 20px 0 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.product-list__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-list__price .new {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #0B1126;
}
.product-list__price .old {
    font-weight: 500;
    font-size: 13px;
    line-height: 26px;
    color: #0B1126;
    text-decoration: line-through;
    opacity: 0.5;
    margin-left: 8px;
}
.product-list__info .btn {
    width: 100%;
    margin: 16px 0 19px;
    border-radius: 12px;
}
.buy-1-click {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #0B1126;
    text-align: center;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto;
    border-bottom: 1px solid;
    padding-bottom: 2px;
    cursor: pointer;
}
.category .container {
    padding: 0 !important;
}
@media (max-width: 639px) {
    .category__list{
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 8px;
    }
    .product-list__image {
        height: auto;
    }
}
/* End */
/* /local/templates/cvetochek/components/bitrix/catalog/main/style.css?16686838533426 */
/* /local/templates/cvetochek/components/bitrix/catalog.smart.filter/.default/style.css?166608996610588 */
/* /local/templates/cvetochek/components/bitrix/system.pagenavigation/main/style.css?16581760891638 */
/* /local/templates/cvetochek/components/bitrix/catalog/main/bitrix/catalog.section/.default/style.css?17556081292579 */
