

/* 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.element/.default/style.css?178876434517183*/
.product__image{
    background: -webkit-gradient(linear, left bottom, left top, from(#F7F7F7), to(#F7F7F7)), #EEEFF2;
    background: -o-linear-gradient(bottom, #F7F7F7, #F7F7F7), #EEEFF2;
    background: linear-gradient(0deg, #F7F7F7, #F7F7F7), #EEEFF2;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.product__image-main img {
    display: block;
}
.product__label {
    position: absolute;
    top: 20px;
    left: 20px;
}
.product__count__price {
    color: #E00026;
    font-size: 16px;
    line-height: 26px;
    margin-left: 20px;
    font-weight: bold;
}
.product__label-discount {
    background: #14634B;
    border-radius: 15px 5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    padding: 8px 9px;
}
.swiper-slide.video {
    position: relative;
}
.video img {
    height: 66px;
    -o-object-fit: cover;
    object-fit: cover;
}
.video_play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 33px;
    height: 32px;
}
.main_video iframe {
    width: 100%;
    height: 100%;
}
.main_video {
    width: 100%;
    height: 564px;
}
.product__size {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0 10px;
    border: 0.846667px solid #E7E7E9;
    border-radius: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #0C1329;
}
.product__size-height,
.product__size-width{
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 17px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.product__size-width{
    background-image: url(/local/templates/cvetochek/components/bitrix/catalog.element/.default/images/width.svg);
    border-right: 1px solid #E7E7E9;
    padding-right: 18px;
}
.product__size-height{
    background-image: url(/local/templates/cvetochek/components/bitrix/catalog.element/.default/images/height.svg);
    margin-left: 18px;
}
.column-left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding-right: 24px;
    min-width: 0;
}
.column-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 40px;
    min-width: 0;
}
.product__color-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #0B1126;
}
.product__color-select {
    background: #F8F8F8;
    border-radius: 12px;
    padding: 8px 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #3F4457;
}
.product__color .flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product__color-select {
    margin-left: 14px;
}
.product__color-slider{
    max-width: calc(496px - 58px);
    overflow: hidden;
    position: relative;
}

.product__color-slider .swiper-slide {
    border: 1.5px solid rgba(133, 136, 147, 0.3);
    border-radius: 100%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    padding: 5.6px;
    cursor: pointer;
    margin-right: 12px;
    height: 79px;
    width: 78px !important;
    overflow: hidden;
}
.product__color-slider .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}
.product__color-slider .swiper-slide:hover,
.product__color-slider .swiper-slide.selected{
    border-color: #F5A7B4;
}
.product__color-slider-prev,
.product__color-slider-next {
    width: 46px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    position: absolute;
    top: 0;
    bottom: calc(0px + 24px);
    margin: auto;
}

.product__color-slider-next {
    right: 0;
}
.product_slider_content {
    position: relative;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    margin-top: 21px;
    padding-bottom: 24px;
}
.product__package-item {
    border: 1px solid rgba(133, 136, 147, 0.2);
    border-radius: 12px;
    padding: 15px 16px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.product__package-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #0B1126;
    margin-bottom: 16px;
}
.product__package {
    padding: 24px 0;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.product__package > .flex{
    margin: -6px;
}
.product__package-item:hover,
.product__package-item.selected{
    background: rgba(224, 0, 38, 0.05);
    border: 1px solid #F5A7B4;
    outline: 1px solid #F5A7B4;
}
.product__package-item{
    margin: 6px;
}
.product_color_icon {
    width: 28px;
    height: 28px;
    border-radius: 100%;
}
.product__package-color-item .product_color{
    border: 1px solid #E7E7E9;
    padding: 6px;
    border-radius: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.product__package-color {
    margin-top: 16px;
}
.product_name {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #3F4457;
    opacity: 0.8;
}
.product__package-color-item.selected .product_color,
.product__package-color-item:hover .product_color{
    border-color: #F5A7B4;
}
.product__package-color-item {
    text-align: center;
    margin: 0 10px;
}
.product_name {
    margin-top: 4px;
}
.product__count-input {
    background: -webkit-gradient(linear, left bottom, left top, from(#F8F8F8), to(#F8F8F8)), #FFFFFF;
    background: -o-linear-gradient(bottom, #F8F8F8, #F8F8F8), #FFFFFF;
    background: linear-gradient(0deg, #F8F8F8, #F8F8F8), #FFFFFF;
    border: 1px solid rgba(133, 136, 147, 0.2);
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 8px;
    margin-left: 20px;
}
.product__count-input input[type="text"] {
    width: 50px;
    background: transparent;
    border: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    height: auto;
    text-align: center;
    color: #0B1126;
    padding: 0;
}
.product__count-input input[type="text"]:focus,
.product__count-input input[type="text"]:hover {
    border: none;
    outline: none;
}
.product__count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
}
.product__count-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #0B1126;
}

.product__count-minus, .product__count-plus {
    cursor: pointer;
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product__description b {
    font-size: 16px;
    line-height: 22px;
    color: #0B1126;
    margin-bottom: 8px;
    display: block;
}
.product__description p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #0B1126;
    opacity: 0.7;
    margin-bottom: 40px;
}
.product__description {
    margin-top: 40px;
}
div + .product__buy{
    margin-top: 42px;
}
.product__description .product_list::marker {
    font-size: 14px;
    color: #dd0053;
}
.product__description .product_list{
    margin-bottom: 15px;
    padding-left: 18px;
}
.product__buy {
    background: #F8F8F8;
    border-radius: 12px;
    padding: 24px;
}
.product__buy-price .new {
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    color: #0B1126;
}
.product__buy-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product__buy-price .old {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #0C1329;
    opacity: 0.3;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    margin-left: 12px;
}

.product__buy-bonus.flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 4px 0 17px;
}
a.product__buy-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #0C1329;
    opacity: 0.5;
}
.product__buy ul li:not(:last-child) {
    margin-bottom: 10px;
}

.product__buy ul li {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #0C1329;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
}
.product__buy ul {
    list-style: none;
    padding: 0;
    margin: 0 0 17px;
}
.product__buy .btn {
    width: 100%;
    margin-bottom: 22px;
}
.fast_buy {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #0C1329;
    text-align: center;

}
.fast_buy span {
    border-bottom: 1px solid #0C1329;
    cursor: pointer;
}
.product__buy-bonus-count {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #E00026;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
    border-right: 1px solid rgb(133 136 147 / 20%);
    padding-right: 12px;
    margin-right: 12px;
}
.product__image-slide {

    position: relative;
}
.product__image-slide .js-product-slide{
    overflow: hidden;
    margin: 16px 50px 0;
}
.product__image-slide .swiper-slide {
    background-color: #F7F7F7;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}
.product__image-slide-prev, .product__image-slide-next {
    position: absolute;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    margin: auto;
}
.product__image-slide-prev {
    left: 0;
}
.product__image-slide-next {
    right: 0;
}
.product__image-slide img{
    display: block;
    height: 67px;
    object-fit: cover;
    width: 100%;
    object-position: center;
}
.product__season {
    background: rgba(224, 0, 38, 0.05);
    border-radius: 8px;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 40px 0;
}
.product__season span {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #0C1329;
    margin-left: 12px;
}

.image-main__navigation {
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    display: flex;
    height: 37px;
    justify-content: space-between;
    padding: 0 10px;
}
.image-main__navigation--prev svg, .image-main__navigation--next svg {
    width: 100%;
    height: 100%;
}
.image-main__navigation--prev, .image-main__navigation--next {
    cursor: pointer;
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: auto;
    width: 30px;
    height: 30px;
}
.image-main__navigation--prev {
    transform: rotate(180deg);
}

@media (max-width: 1100px) {
    .column-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 0 0 0 40px;
        min-width: 0;
    }
}

@media (max-width: 1050px) {
    .column-right {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        padding: 0;
        min-width: 0;
    }
    .column-left {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        padding-right: 0;
        min-width: 0;
    }
    .product {
        max-width: 600px;
        margin: 0 auto;
    }
    .product__color {
        margin-top: 32px;
    }
}
@media (max-width: 1020px) {
    .breadcrumbs .h1{
        display: none;
    }
    .product__image {
        max-width: 578px;
        margin: 0 auto;
    }
    .m-product__title {
        font-family: 'Raleway';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        color: #0C1329;
        margin-top: 8px;
    }
    .product__label{
        display: none;
    }
    .product__label.m-product__label {
        position: static;
        width: max-content;
        display: block;
        margin-top: 32px;
    }
}
@media (max-width: 600px) {
    .m-price_fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 9;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
        -webkit-box-shadow: 0px -4px 6px rgb(21 28 41 / 10%);
        box-shadow: 0px -4px 6px rgb(21 28 41 / 10%);
    }
    .m-price_fixed_up {
        position: relative;
        padding: 28px 0;
    }

    .m-price_fixed_up:before {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: #B1B3BA;
        border-radius: 14px;
        width: 40px;
        height: 4px;
        content: '';
        margin: auto;
    }
    .m-price__button.flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .m-price__button {
        margin: 0 16px;
    }

    .m-price__button {
        margin: 0 16px 20px;
    }

    .m-price__button > .btn {
        width: 100%;
        margin: 0 0 19px;
    }
    .m-price__button > .btn .btn__sum {
        border-left: 1px solid rgb(255 255 255 / 50%);
        padding-left: 12px;
        margin-left: 12px;
    }
    .m-price_fixed_hidden ul li {
        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;
        padding: 0 20px;
    }

    .m-price_fixed_hidden ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .m-price_fixed_hidden ul li {
        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;
        padding: 7px 20px;
        font-weight: 500;
        font-size: 14px;
        line-height: 26px;
        color: #0C1329;
    }
    .m-price_fixed_hidden ul li.m-price__bonus {
        background-color: #f8f8f8;
    }
    .m-price_fixed_hidden ul li.m-price__bonus span:last-child {
        background-image: url(/local/templates/cvetochek/components/bitrix/catalog.element/.default/images/icon/m_bonus.svg);
        background-repeat: no-repeat;
        padding-left: 32px;
        background-position: left center;
    }

}
@media (max-width: 550px) {
    .product__image-slide-prev, .product__image-slide-next,
    .product__color-slider-prev, .product__color-slider-next{
        display: none;
    }
    .product__image-slide .js-product-slide{
        margin: 16px 0 0;
    }
    .product__color-slider .swiper-slide img{
        width: 100%;
        height: 100%;
    }
    .product > .container{
        padding: 0;
    }
}

@media (max-width: 480px) {
    .product__count {
        flex-wrap: wrap;
    }
    .product__count-title {
        flex: 0 0 100%;
        margin-bottom: 10px;
    }
    .product__count-input {
        margin-left: 0;
    }
}
@media (max-width: 430px) {

    .product__buy {
        margin-top: 20px;
    }
    .product__description {
        margin-top: 32px;
    }
    ul.breadcrumbs__list li:last-child {
        display: none;
    }
}

@media (min-width: 1020px) {
    .product__label.m-product__label,
    .m-product__title{
        display: none !important;

    }

}
/* End */


/* Start:/local/components/vokuev/trade.offers.v2/templates/.default/style.min.css?165904597043*/
[data-load-offer].loading{filter:blur(5px)}
/* End */
/* /local/templates/cvetochek/components/bitrix/catalog/main/style.css?16686838533426 */
/* /local/templates/cvetochek/components/bitrix/catalog.element/.default/style.css?178876434517183 */
/* /local/components/vokuev/trade.offers.v2/templates/.default/style.min.css?165904597043 */
