

/* Start:/local/templates/ritmo/components/bitrix/catalog/.default/style.css?17738474703025*/
.grid {}

.grid .bx_content_section {
	margin-bottom: 15px;
}

.grid .bx_sidebar {
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1 {}

.grid2x1 .bx_content_section {
	float: left;
	width: 66%;
	margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	box-sizing: border-box;
}

@media (max-width: 960px) {
	.grid2x1 .bx_sidebar {
		padding-left: 4%;
	}
}

@media (max-width: 640px) {

	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar {
		width: 100%;
		float: none;
	}

	.grid2x1 .bx_sidebar {
		padding-left: 3%;
	}
}

@media (max-width: 479px) {
	.grid2x1 .bx_sidebar {
		padding-left: 1%;
	}
}

.catalog-block-header {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 2px solid #d9dee6;
	border-bottom-color: var(--primary);
	color: #000;
}

/*Каталог RITMO*/

.catalog-section-list-tile-img-container {
	margin-bottom: 22px;
}

.catalog-section-list-item .catalog-section-list-item-inner .catalog-section-list-item-title .catalog-section-list-item-link {
	font-size: 24px;
	font-weight: 600;
	line-height: 29px;
	text-transform: lowercase;
	color: #4C4B5E;
}

.catalog-section-list-tile-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	row-gap: 32px;
	column-gap: 20px
}

@media (max-width: 1200px) {
	.catalog-section-list-tile-list {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 991px) {
	.catalog-section-list-tile-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 536px) {
	.catalog-section-list-tile-list {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 768px) {
	.catalog-section-list-tile-list .col-md-2 {
		max-width: 20%;
		flex: 0 0 20%;
	}
}

/*описание Каталог RITMO*/
.catalog--descr {
	margin-bottom: 40px;
}


.catalog--descr__text {
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	color: #4C4B5E;
}

.catalog_wrapper {
	width: 100%;
}



.top_tags {
	position: relative;
}

.top_tags_back {
	display: none;
	position: absolute;
	left: 0;
	top: 2px;
	z-index: 2;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border: 1px solid #ddd;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	box-shadow: 2px 0 8px rgba(0, 0, 0, 0.08);
	transition: opacity 0.2s;
}

.top_tags_back.visible {
	display: flex;
}

@media screen and (max-width:768px) {
	.top_tags_lst {
		display: flex;
		gap: 8px;
		flex-wrap: nowrap;
		overflow-x: scroll;
	}

	.top_tags_lst_itm {
		padding: 6px 16px;
		white-space: nowrap;
		border: 1px solid #4c4b5e;
		border-radius: 99px;
		font-size: 14px;
		margin-right: 0px;
	}
}

.top_tags_lst {
	scrollbar-width: none;
	/* Firefox */
	-ms-overflow-style: none;
	/* IE */
}

.top_tags_lst::-webkit-scrollbar {
	display: none;
	/* Chrome, Safari */
}
/* End */


/* Start:/local/templates/ritmo/components/bitrix/catalog.element/.default/style.css?17125700727669*/
.page-element {
    position: relative;
    max-width: -webkit-fill-available;
}
.buy_oneclick_custom {
    font-weight: 600;
    font-size: 14px;
    line-height: 190%;
    display: block;
    text-align: center;
    color: #704D9F;
}


/*region SCU */
.product-item-scu-container-title {
	color: #a5a5a5;
	font-size: 12px;
}

.product-item-scu-block { }

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
	vertical-align: middle;
}

.product-item-scu-item-text-container { min-width: 36px; }

.product-item-scu-item-color-container {
	max-width: 40px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block { transition: outline 200ms ease; }

.bx-retina .product-item-scu-item-color-block { outline-width: .5px; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline: 1px solid #D7A0D7; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 1px; }

.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
	position: relative;
	padding: 5px;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block { transition: outline 300ms ease; }

.bx-retina .product-item-scu-item-text-block { outline-width: .5px; }

.product-item-scu-item-text-block:hover,
.product-item-scu-item-color-block:hover,
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline: 1px solid #D7A0D7; }

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block { outline-width: 1px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { outline-width: 1px; }

.product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	overflow: hidden;
	outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
	content: "";
}

.product-item-selected-scu-container { word-spacing: 1px }

.product-item-selected-scu {
	display: inline-block;
	overflow: hidden;
	padding: 0 5px;
	min-width: 22px;
	height: 22px;
	outline: 1px solid #c0cfda;
	outline-color: var(--theme-color-primary);
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 22px;
}

.bx-retina .product-item-selected-scu { outline-width: .5px; }

.product-item-selected-scu-color {
	background-position: center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

/*endregion*/
.block_desc_goods_materials .item_mat { display: flex; margin-bottom: 17px; }
.block_desc_goods_materials .item_mat_img { width: 106px; flex-shrink: 0;}
.block_desc_goods_materials .item_mat_img_wrap { display: flex; justify-content: center; align-items: center; width: 106px; height: 106px; overflow: hidden; border-radius: 50%; }
.block_desc_goods_materials .item_mat_img_wrap img { width: auto; height: auto; min-width: 100%; min-height: 100%; }
.block_desc_goods_materials .item_mat_dscr { width: 100%; flex-shrink: 0; }
.block_desc_goods_materials .item_mat_dscr_hd { font-style: normal; font-weight: 600; font-size: 18px;line-height: 22px; color: #4C4B5E; margin-bottom: 8px; }
.block_desc_goods_materials .item_mat_dscr_txt { font-style: normal; font-weight: 400; font-size: 14px; line-height: 20px; color: #4C4B5E; }
.block_desc_goods_materials .item_mat_img + .item_mat_dscr { width: calc(100% - 106px); padding-left: 20px; }
.block_desc_goods_materials .item_mat.item_mat_mob { display: none; margin-bottom: 26px; }
.block_desc_goods_materials .item_mat_dscr_txt_rm { display: none; font-weight: 500; font-size: 14px; line-height: 15px; color: #704D9F; text-align: right; padding-top: 8px; }
@media (max-width: 767px){
	.tab-content #materials { border-top: none; }
	.block_desc_goods_materials {  }
	.block_desc_goods_materials .item_mat { margin-bottom: 20px; }
	.block_desc_goods_materials .item_mat_img { padding-top: 0; width: 68px; }
	.block_desc_goods_materials .item_mat_img_wrap { width: 68px; height: 68px; }
	.block_desc_goods_materials .item_mat_img + .item_mat_dscr { width: calc(100% - 68px); padding-left: 12px; }
	.block_desc_goods_materials .item_mat_dscr { min-height: 68px; display: flex; flex-direction: column; justify-content: center; }
	.block_desc_goods_materials .item_mat_dscr_hd { font-weight: 500; font-size: 18px; line-height: 20px; margin-bottom: 0; }
	.block_desc_goods_materials .item_mat_dscr_txt { display: none; font-weight: 300; font-size: 16px; line-height: 20px; }
	.block_desc_goods_materials .item_mat.item_mat_mob { display: block; }
	.block_desc_goods_materials .item_mat.item_mat_mob .item_mat_dscr_txt { display: block; }
	.block_desc_goods_materials .item_mat.item_mat_mob .item_mat_dscr_txt.hide { position: relative; max-height: 60px; overflow: hidden; }
	.block_desc_goods_materials .item_mat.item_mat_mob .item_mat_dscr_txt.hide::after { display: block; content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 20px;
		background: -moz-linear-gradient(top, transparent 0%, #ffffff 100%); background: -webkit-linear-gradient(top, transparent 0%,#ffffff 100%);
		background: linear-gradient(to bottom, transparent 0%,#ffffff 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#ffffff',GradientType=0 );
	}
	.block_desc_goods_materials .item_mat.item_mat_mob .item_mat_dscr_txt.hide + .item_mat_dscr_txt_rm { display: block; }
	.block_desc_goods_materials .item_mat.item_mat_mob .item_mat_dscr_txt.hide + .item_mat_dscr_txt_rm span { display: inline-block; }
}



.action_note { font-style: normal; font-weight: 400; font-size: 14px; line-height: 1.2; color: #704D9F; position: relative; margin-bottom: 8px; }
.action_note a { color: inherit; }
@media (max-width: 1199px) {
	.action_note { margin-bottom: 24px; }
}


.block_bn { display: flex; justify-content: center; margin-bottom: 16px; }
.block_bn img { width: auto; height: auto; max-width: 100%; }
/* End */


/* Start:/local/templates/ritmo/components/bitrix/catalog.section/slider/style.css?17125700721070*/
.slider_goods .slick-list.draggable {
    overflow: initial;
    z-index: 2;
}
.slider_goods .slick-next,
.slider_goods .slick-next {
    z-index: 3;
}
.slider_goods .slick-dots {
    z-index: 1;
    position: relative !important;
}
.slider_goods .slick-slide {
    transition: 0.5s linear;
}
.slider_goods .slick-slide,
.slider_goods.slick-initialized .slick-slide {
    opacity: 0;
}
.slider_goods .slick-slide.slick-active {
    opacity: 1;
}
.tabs-list_goods {
    position: relative;
    height: auto;
}
.tabs-list_goods .tab-pane:last-child .slick-slider {
    border-bottom: none !important;
}
.tabs-list_goods .tab-pane {
    position: relative;
}
.tabs-list_goods .tab-pane:nth-child(1) {
    z-index: 30;
}
.tabs-list_goods .tab-pane:nth-child(2) {
    z-index: 20;
}
.tabs-list_goods .tab-pane:nth-child(3) {
    z-index: 10;
}
@media (min-width: 536px) {
    .tabs-list_goods.tab-content > .tab-pane {
        visibility: visible;
        height: auto;
    }
}
@media (max-width: 767px) {
    .block_full_tabs.d-xl-none {
        margin-bottom: 15px;
    }
}
/* End */


/* Start:/local/templates/ritmo/components/bitrix/catalog.item/ritmo/style.css?17125700723595*/
.block_one_dp .btn.buy_oneclick_custom {
    font-size: 16px;
}
.btn.buy_oneclick_custom {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: block;
    text-align: center;
    color: #704D9F;
    border-radius: 0;
    padding: 7px;
    border: 1px solid #704D9F;
}
.block_picture > img {
    display: block !important;
}
@media (max-width: 767px){
    .catalog_items.table_view a.block_picture {
        width: 100%;
    }
    .select_custom {
        text-align: left;
    }
    .block_add_card {
        width: 50%;
        display: block !important;
        float: right;
        text-align: right;
    }
    .block_add_card .add_card {
        display: flex;
    }
    .block_add_card .buy_oneclick_custom {
        margin-bottom: 0;
        display: flex;
        justify-content: center;
    }
    .product-item-info-container.product-item-hidden .block_param_item.d-md-none {
        width: 100%;
        justify-content: left;
        flex-direction: column;
        align-items: baseline;
    }
    .product-item-info-container.product-item-hidden .block_param_item.d-md-none .name_param {
        text-align: left;
        margin-bottom: 5px;
    }
    .nselect__list {
        min-width: 85px;
    }
    #OneClickBuy input,
    #OneClickBuy textarea {
        max-width: 100%;
    }
    .popup-window.popup-window-content-white.popup-window-with-titlebar.bx-green {
        background: transparent;
        left: 0 !important;
        right: 0 !important;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .popup-window.popup-window-content-white.popup-window-with-titlebar.bx-green .popup-window-titlebar,
    .popup-window.popup-window-content-white.popup-window-with-titlebar.bx-green .popup-window-content,
    .popup-window.popup-window-content-white.popup-window-with-titlebar.bx-green .popup-window-close-icon.popup-window-titlebar-close-icon,
    .popup-window.popup-window-content-white.popup-window-with-titlebar.bx-green .popup-window-buttons {}
}

.item-scu-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
    text-align: left;
}

.item-scu-color-container {
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
}

.item-scu-color-container {
	/* max-width: 38px; */
	/* width: 25%; */
}

.item-scu-color-block {
	/* position: relative; */
	/* padding-top: 100%; */
	cursor: pointer;
}

.item-scu-color {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.item-scu-color-block:hover,
.item-scu-color-container.selected .item-scu-color-block { outline: 1px solid #D7A0D7; }



.block_card_item_bg { display: flex; flex-direction: column; align-items: flex-start; position: absolute; z-index: 1; }
.block_card_item_bg_itm { margin-top: 8px; padding: 5px 12px; background-color: #9DAA62; font-size: 12px; line-height: 1.3; color: #FFFFFF; border-radius: 6px; text-transform: uppercase; font-weight: 600; }
.block_card_item_bg_itm.bb_act { background-color: #984298; }
.block_card_item_bg_itm.bb_hit { background-color: #C9BD3E; }
.block_card_item_bg_itm.bb_new { background-color: #ABC23C; }



.block_card_item .block_param_item.block_param_item_oneLine {  }
.block_card_item .block_param_item.block_param_item_oneLine > .name_param { display: none; }
.block_card_item .block_param_item.block_param_item_oneLine > .value_param { width: 100%; flex-shrink: 0; }



/* End */
/* /local/templates/ritmo/components/bitrix/catalog/.default/style.css?17738474703025 */
/* /local/templates/ritmo/components/bitrix/catalog.element/.default/style.css?17125700727669 */
/* /local/templates/ritmo/components/bitrix/catalog.section/slider/style.css?17125700721070 */
/* /local/templates/ritmo/components/bitrix/catalog.item/ritmo/style.css?17125700723595 */
