

/* Start:/local/templates/main/components/bitrix/search.title/main-search/style.css?17715339718127*/
@media screen and (min-width: 960px){
	.inline-search-block {
		background: #fff;
		top: -200px;
		z-index: 3000;
		transition: all ease .3s;
		position: fixed;
		right: 0;
		width: 100%;	
	}
	.overlay-search {
		background: #3a3f44;
		opacity: .7;
		height: 100%;
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 2999;
		display: none;
	}
	.overlay-search.search {
		display: block;
	}
	.inline-search-block.show {
		top: 0;
		display: block;
	}
}

div.title-search-result {
	/*border:1px solid #c6c6c6;*/
	display:none;
	overflow:hidden;
	z-index:3000;
	background-color: #fff;
	height: 408px;
    overflow: auto;
}


div.title-search-result::-webkit-scrollbar {
  width: 5px;
  background: #FFFFFF;
  
}
 
div.title-search-result::-webkit-scrollbar-thumb {
	background: #EE3A43;
  border-radius: 3px;
  padding-right: 1px;
}
table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/main/components/bitrix/search.title/main-search/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}



.search-block {
	display: flex;
	align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
}
div.search-input-div {
	padding-right: 58px;
	width: 100%;
}
div.search-input-div input[type="text"] {
	padding: 0 200px 0 25px;
    font-size: 28px;
    height: 132px;
    background: 0 0;
    border: none;
    border-radius: 0;
	color: #444;
	display: block;
	line-height: 18px;
	vertical-align: top;
	width: 100%;
	outline: none;
}
.search-button-div {
	position: relative;
}
.search-button-div input[type="submit"] {
	height: 40px;
    background: #EE3A43;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 168px;
	min-width: 100px;
    font-weight: bold;
    font-size: 1em;
    line-height: 16px;
    color: #FFFFFF;
	outline: none;
	border: none;
}
.close-block.inline-search-hide {
	cursor: pointer;
	margin-left: 35px;
}
.close-block.inline-search-hide .close-icon {
	background: #222 url(/local/templates/main/components/bitrix/search.title/main-search/images/Close_mask.svg) center center no-repeat;
	min-width: 16px;
    min-height: 16px;
	line-height: 16px;
	display: block;
}

.bx_img_element {
	display: flex;
    align-items: center;
}

.bx_item_element .title-search-price {
    line-height: 20px;
    margin-top: -20px;
    /*margin-left: -7px;*/
    /*margin-bottom: 16px;*/
}

.bx_item_element .search-price-block{
	display: flex;
	flex-direction: column;
}

.bx_item_element .price {
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
    white-space: normal;
}
.bx_item_element .price.old-price{
    font-weight: 600;
    font-size: 13px;
    line-height: 22px;
    text-decoration-line: line-through;
    color: #8E8E8E;
}

.bx_item_block.all_result .bx_item_element{
	padding-left: 0;
}

.bx_searche .bx_item_element .all_result_title a {
    font-size: .933em; 
    margin: 0;
	color: #EE3A43!important;
    border: 1px solid #EE3A43;
    background: #fff;
	font-weight: bold;
	border-radius: 2px;
    padding: 7px 18px 9px;
    overflow: hidden;
    transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
	text-decoration: none;
}

.bx_searche .bx_item_element .all_result_title a:hover {
	color: #fff!important; 
    background: #EE3A43;
}

@media (max-width: 959.98px) {
	div.search-input-div {
		padding-right: 0px;
		border-left: 1px solid #00000021;
		border-top: 1px solid #00000021;
		border-bottom: 1px solid #00000021;
		border-radius: 5px 0px 0px 5px;
	}
	div.search-input-div input[type="text"] {
		padding: 5px 15px;
		font-size: 11px;
		height: 33px;
	}
	.search-button-div input[type="submit"] {
		height: 35px;
		border-radius: 0px 5px 5px 0px;
		font-size: 0px;
		min-width: 50px;
	}
	.search-button-div:after {
		content: "";
		background: url(/local/templates/main/components/bitrix/search.title/main-search/images/search-icon.svg) center center no-repeat;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 20px;
		height: 20px;
		background-size: cover;
		display: inline-block;
	}
	.close-block.inline-search-hide {
		display: none;
	}
	
	.bx_item_block{
		margin-left: 15px;
	}
	
	.bx_searche .bx_item_element > .bx_item_name {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	
	div.title-search-result .bx_searche {
		padding-right: 5px;
	}
}

.mm-slideout {
	z-index: unset;
}

.title-search-result.title-search-input {
    width: 100%!important;
    left: 0!important;
    margin-left: 0;
}

div.title-search-result .bx_searche {
   /* overflow: auto; */
    max-height: 408px;
	max-width: 1320px;
    margin: auto;
}

.bx_searche .bx_item_block {
    min-height: 80px;
    line-height: 77px;
}

.bx_searche .bx_item_block {
    position: relative;
    display: block;
    text-decoration: none;
    color: #2f383d;
    border-top: 1px solid #f6f6f6;
}

.bx_searche .bx_item_block .maxwidth-theme {
    max-width: 1350px;
}

.bx_searche .bx_item_element {
    padding-left: 25px;
    margin-left: 0;
    border-top: 1px solid transparent;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.bx_searche .bx_item_element{
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
	padding-left: 0 !important;
}

.bx_searche .bx_item_element > .bx_item_name{
	line-height: 34px;
}

.bx_searche .bx_img_element {
    width: 100px;
    height: 100px;
    line-height: 100px;
}

.bx_searche .bx_img_element {
    background: 0 0;
    float: left;
    padding: 0;
    position: static;
    text-align: center;
}

.bx_searche .bx_img_element img {
    max-width: 100%;
    max-height: 100%;
}

.price .title-search-price .price:not(.discount) {
    margin-right: 2px;
}

.cost.prices .price {
    margin-bottom: 8px;
	font-size: 18px;
    font-weight: 700;
    line-height: 15px;
    white-space: normal;
}

.bx_searche .bx_item_element {
    padding-left: 25px;
    margin-left: 0;
    border-top: 1px solid transparent;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

a.bx_item_block:hover{
	background: #fbfbfb;
}






/* End */


/* Start:/local/templates/main/styles.css?177153397113852*/
.slick-slide a img {
  margin: auto;
}
b {
  font-weight: 700 !important;
}
.footer .footer-block:first-child .title ul li {
  margin-bottom: 2px !important;
}
.footer .footer-block:first-child .title.collapsible {
  margin-bottom: -3px !important;
}
.h1 {
  color: #000 !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.footer .footer-block .title .content-menu a {
  font-weight: 700;
}
#detail-gallery .slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 9;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  padding: 9px 14px;
  background: url('/rr_images/default/arrow-prev.png') no-repeat 50% 50% #fff;
  cursor: pointer;
  width: 12px;
  height: 22px;
  box-sizing: content-box;
}
#detail-gallery .slick-prev.slick-arrow {
  left: 17px;
  content-visibility: hidden;
}
#detail-gallery .slick-next.slick-arrow {
  right: 17px;
  content-visibility: hidden;
  background: url('/rr_images/default/arrow-next.png') no-repeat 50% 50% #fff;
}
#detail-gallery button:focus {
  border: 0;
}

.texture-gallery-nav .slick-slide,
.color-gallery-nav .slick-slide {
  padding: 4px;
}
.texture-gallery-nav,
.color-gallery-nav {
  margin: 15px 25px 25px;
}
.detail-gallery-nav {
  margin: 15px 30px 25px;
}
.texture-gallery-nav img,
.color-gallery-nav img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.texture-gallery-nav .slick-arrow,
.color-gallery-nav .slick-arrow,
.detail-gallery-nav .slick-arrow {
  position: absolute;
  top: calc(50% - 22px);
  z-index: 9;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: url('/rr_images/default/arrow-prev.png') no-repeat 50% 50% #fff;
  cursor: pointer;
  width: 12px;
  height: 22px;
  box-sizing: content-box;
}
.detail-gallery-nav .slick-arrow {
  top: calc(50% - 11px);
}
#detail-page .texture-gallery p,
#detail-page .texture-gallery-nav p,
#detail-page .color-gallery p,
#detail-page .color-gallery-nav p {
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  color: #696969;
  font-weight: 400;
  white-space: nowrap;
  overflow-x: hidden;
  margin: 0;
}
#detail-page .texture-gallery p,
#detail-page .color-gallery p {
  font-size: 16px;
  margin-top: 10px;
}
.texture-gallery-nav .slick-prev.slick-arrow,
.color-gallery-nav .slick-prev.slick-arrow,
.detail-gallery-nav .slick-prev.slick-arrow {
  left: -24px;
  content-visibility: hidden;
}
.detail-gallery-nav .slick-prev.slick-arrow {
  left: -26px;
}
.texture-gallery-nav .slick-next.slick-arrow,
.color-gallery-nav .slick-next.slick-arrow,
.detail-gallery-nav .slick-next.slick-arrow {
  right: -24px;
  background: url('/rr_images/default/arrow-next.png') no-repeat 50% 50% #fff;
  content-visibility: hidden;
}
.detail-gallery-nav .slick-next.slick-arrow {
  right: -26px;
}
.slick-slide img {
  padding: 4px;
  cursor: pointer;
}

.texture-gallery,
.color-gallery {
  margin: 50px 0 0;
}
.texture-gallery .slick-slide img,
.color-gallery .slick-slide img {
  width: 100%;
  max-height: 200px;
}

.slick-slide iframe {
  margin-top: calc(50% - 115px);
}
@media (min-width: 768px) {
  .hide-desc,
  .footer .footer-block .title.collapsible a:after {
    display: none !important;
  }
}
@media (max-width: 550px) {
  .kompaniya-video {
    height: 100% !important;
  }
  .block__photos {
    max-width: 100% !important;
  }
}
/* Какие то старые стили из cvet/index.php */
.section.cvet .img-responsive {
	width: 100%;
}
.template_color_picker .center-content .title {
	margin: 0 auto;
	width: 450px;
	max-width: 450px;
	height: 106px;
	font-weight: 700;
	font-size: 42px;
	line-height: 1.2;
	letter-spacing: 0.43px;
	color: #FFFFFF;
}
.template_color_picker .center-content {
	top: 33%;
}
.template_color_picker .content {
	display: block;
	height: calc(100vw / 2.5);
	overflow: hidden;
	position: relative;
}
@media only screen and (max-width: 992px) {
.template_color_picker .center-content .title {
	font-size: 32px;
	width: 250px;
	max-width: 250px;
}
}
@media only screen and (max-width: 576px) {
.template_color_picker .center-content .title {
	color: #000;
	margin-top: 30px;
}
.template_color_picker .content {
	height: auto;
}
}
/* Стили для новой страницы цветов (Надо будет перенести) */
.color-container{
	width: 100%;
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
}
.color-collection-main{
	margin-top: 20px;
	margin-bottom: 40px;
}
#request_page:has(.color-collection-main) h1{
	/* font-size: 31.13px;
	font-weight: 700;
	line-height: 44px;
	letter-spacing: -0.05px;
	word-spacing: 1.7px;
	text-align: left;
	margin-bottom: 21px; */

	font-weight: 700;
	font-size: 31px;
	line-height: 141%;
	letter-spacing: 0.01em;
	color: #333;
	/* margin-top: 40px !important; */
	padding-top: 60px;
	margin-bottom: 0px !important;
	margin-left: auto;
	margin-right: auto;
	max-width: 1320px;
}
#request_page:has(.color-collection-main) .box{
	border: none;
}
#request_page:has(.color-collection-main) .box_content{
	padding-top: 0px;
}
.color-collection-description{
	/* font-size: 12.29px;
	font-weight: 300;
	line-height: 23px;
	letter-spacing: 0.4px;
	text-align: left; */

	font-weight: 300;
	font-size: 12px;
	line-height: 187%;
	letter-spacing: 0.03em;
	color: #696969;
	margin-bottom: 1px;
	text-wrap: pretty;
	width: 95%;
}
.color-collection-description span.description-title{
	font-weight: 700;
}
.color-collection-top{
	margin-bottom: 60px;
}
.color-collection-bottom{	
	margin-left: 0px !important;
	margin-right: 0px !important;
	gap: 20px;
}
.collection-card-top{
	margin-bottom: 20px;
}
.collection-card img{
	width: 360px;
	height: 576px;
}
.collection-card-title{
	font-weight: 700;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: 0.01em;
	color: #333;
}
.collection-card-description{
	font-size: 24px;
	line-height: 120%;
	letter-spacing: 0.01em;
	color: #333;
	font-style: italic;
	font-weight: 400;
}
.color-card{
	width: 264px;
	height: auto;
	padding: 20px;
	display: flex;
	flex-direction: column;
	font-weight: 700;
	font-size: 18px;
	line-height: 120%;
	color: #000;
	background-color: #FFF;
}
.color-card span{
	margin-top: 20px;
}
.color-cards-bg{
	background-color: #F5F7FB;
	padding: 20px;
}
.color-card .color{
	width: 100%;
	height: 200px;
	min-height: 104px;
	max-height: 200px;
}
.colors-row{
	max-width: 1400px;
	gap: 40px 20px;
	margin-left: 0px !important;
	margin-right: 0px !important;
	justify-content: center;
}
.colors-row::before{
	content: none;
}
.color-code{
	letter-spacing: 1.8px;
}
.color-detail{
	/* padding-top: 100px; */
}
.color-detail-title{
	font-weight: 700;
	font-size: 33px;
	line-height: 108%;
	letter-spacing: 1px;
	color: #333;
	padding-top: 100px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1320px;
	background-color: #FFF;
}
.color-detail .color{
	display: block;
	width: 100%;
	height: 200px;
}
.color-bottom{
	margin-top: 20px;
}
.color-bottom-left{
	font-size: 24px;
	font-weight: 700;
	line-height: 120%;
	color: #333;
}
.color-bottom-right{
	display: flex;
	align-items: center;
}
.color-bottom-right a{
	width: 170px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #E30614;
	color: #FFF;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 1.1px;
}
.color-warning{
	font-weight: 300;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.5px;
	word-spacing: 2px;
	color: #343434;
	margin-top: 10px;
}
.map-icon{
	background-image: url('/local/templates/main/images/map.png');
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	background-position: center;
	margin-left: 20px;
}
.info-icon{
	background-image: url('/local/templates/main/images/info.png');
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	background-position: center;
	margin-right: 12px;
}
.text-rgb{
	text-transform: uppercase;
	word-spacing: 10px;
}
.color-container + section.section .box_content .box_title{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.clear-filter{
	text-transform: uppercase;
	color: #343434;
	background-color: #FFF;
	border: 1px solid #343434;
	padding: 13px 16px;
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
	letter-spacing: 0.2px;
	word-spacing: 1.1px;
}

#request_page:has(.color-filter) h1{
	color: #333333;
	font-weight: 700;
	font-size: 33px;
	line-height: 108%;
	letter-spacing: 1.05px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1320px;
}
.color-filter-inner form{
	display: flex;
	justify-content: space-between;
}
.filter-options{
	display: flex;
	flex-wrap: wrap;
}
.filter-options .checkbox{
	margin: 0px;
	padding: 0px;
	width: 60px;
	height: 68px;
	margin-right: 40px;
	margin-bottom: 16px;
}
.filter-options .checkbox img{
	width: 60px;
	height: 54px;
}
.filter-options .checkbox .filter-label{
	padding-left: 0px;
	
}
.color-filter .bx-filter-popup-result {
	display: none !important;
}
.color-filter #set_filter {
	display: none !important;
}
.checkbox.checked{
	border-bottom: 4px solid #E30614;
}
.color-filter .bx-filter{
	margin-bottom: 30px;
}
.color-filter .bx-filter .bx-filter-section{
	padding-top: 20px;
	padding-right: 0px;
}
.color-filter .filter-right{
	align-self: flex-end;
}
.color-filter .filter-right .bx-filter-parameters-box-container{
	padding-bottom: 0px;
}
.box_title_detail{
	font-weight: 700;
	font-size: 33px;
	line-height: 108%;
	letter-spacing: 0.01em;
	color: #333;
	margin-top: 10px;
	margin-left: 8px;
}
.collection-container{
	/* padding-top: 100px; */
}
.pdb-25{
	padding-bottom: 25px !important;
}
.new-color-detail .template_products_grid .background-container {
    padding: 20px 20px;
}
.new-color-detail .row{
 	column-gap: 20px;
	justify-content: flex-start;
}
.new-color-detail .product_wrapper{
 	padding: 0px !important;
	max-width: 335px;
	width: 335px;
	flex: 0 0 50%;
}
.new-color-detail .product_wrapper p.product_preview_title{
	font-weight: 700 !important;
    font-size: 13px !important;
    line-height: 124% !important;
    letter-spacing: 0.04em;
    text-align: center;
    color: #000 !important;
}
.new-color-detail .product_wrapper p.product_preview_description{
	font-weight: 400 !important;
	font-size: 12px !important;
	line-height: 141% !important;
	letter-spacing: 0.05em;
	text-align: center;
	color: #000 !important;
}
.new-color-detail .background-container{
	display: flex;
	justify-content: flex-start;
}
.new-color-detail .background-container .content{
	/* max-width: 1440px; */
}
#request_page:has(.color-filter) h1.color-collection-title{
	padding-top: 100px;
}
.color-collection-title{
	font-weight: 700;
	font-size: 33px;
	line-height: 108%;
	letter-spacing: 0.01em;
	color: #333;
	max-width: 1320px;
	margin: auto;
	margin-bottom: 20px;
	padding-top: 100px;
}
.mobile-br{
	display: none;
}
@media (min-width: 1441px) {
	.new-color-detail .background-container .content{
		max-width: 100%;
		width: 100%;
	}
	.new-color-detail .content{
		padding: 0px !important;
	}
	.new-color-detail .content .row{
		margin-right: 0px !important;
		margin-left: 0px !important;
	}
	.new-color-detail .product_wrapper{
		max-width: 100%;
		width: 100%;
		flex: 0 0 calc(25% - 15px);
	}
}
@media (max-width: 1439px) {
	.collection-container {
		padding: 50px 20px 0px;
	}
	.color-detail{
		padding: 50px 20px 0px;
	}
	.new-color-detail .product_wrapper {
		flex: 0 0 calc(50% - 10px);
		max-width: 100%;
		width: 100%;
	}
	.color-detail-title{
		padding: 100px 20px 0px;
	}
	#request_page:has(.color-collection-main) h1 {
		padding: 60px 20px 0px;
	}
	#request_page:has(.color-filter) h1.color-collection-title{
		padding-top: 100px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.color-collection-title{
		margin-bottom: 0px !important;
		padding-right: 20px;
		padding-left: 20px;
	}
}
@media (max-width: 1152px) {
	.collection-card img {
		width: 230px;
		height: 367px;
	}
	.color-collection-top {
		margin-bottom: 40px;
		padding: 0px 20px;
	}
	.color-collection-main {
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.collection-container {
		padding: 20px;
		padding-bottom: 0px;
	}
	.color-filter .bx-filter {
		margin-bottom: 20px;
	}
	.color-card {
		width: 229px;
	}
	.color-card .color {
		width: 100%;
		height: 200px;
		min-height: 104px;
		max-height: 168px;
	}
	.color-detail {
		padding: 20px;
        padding-bottom: 0px;
	}
	.pdb-25 {
		padding-top: 20px;
		padding-bottom: 4px !important;
	}
	.template_editorial .box_content {
		padding: 0px 0 !important;		
	}
	.box_title_detail {
		font-weight: 700;
		font-size: 33px;
		line-height: 108%;
		letter-spacing: 0.01em;
		color: #333;
		margin-top: 0px;
		margin-left: 20px;
	}	
	#request_page:has(.color-filter) h1 {
		margin-bottom: 0px;
	}
	
}
@media (min-width: 425px) and (max-width: 767px){
	.new-color-detail .product_wrapper {
		flex: 0 0 calc(50% - 10px) !important;
		max-width: 100%;
		width: 100% !important;
	}
}
@media (max-width: 767px){
	.color-collection-main h1 {	
		margin-bottom: 20px !important;
	}
	.collection-card img {
		width: 335px;
		height: 367px;
	}
	.color-filter form{
		flex-direction: column;
	}
	#request_page:has(.color-filter) h1 {
		margin-bottom: 10px;
	}
	.color-filter .filter-right{
		width: 350px;
		margin-top: 20px;
		align-self: flex-start;
	}
	.filter-right .bx-filter-button-box{
		padding-left: 0px;
	}
	.color-card .color {		
		height: 104px;
	}
	.color-card {
		width: 157.5px;
	}
	.color-filter .bx-filter {
		margin-bottom: 30px;
	}
	.color-bottom{
		flex-direction: column;
	}
	.text-rgb {
		letter-spacing: -1.5px;
		word-spacing: 17px;
	}
	.color-code{
		letter-spacing: 1.6px;
	}
	.color-bottom-right{
		margin-top: 20px;
	}
	.new-color-detail .product_wrapper{
		flex-basis: auto;
	}
	.info-icon{
		margin-right: 10px;
	}
	.new-color-detail .template_products_grid .background-container {
		/* padding: 20px 0px; */
	}
	.new-color-detail .product_wrapper {
        width: 335px;
    }
	.mobile-br{
		display: block;
	}
}
/* End */
/* /local/templates/main/components/bitrix/search.title/main-search/style.css?17715339718127 */
/* /local/templates/main/styles.css?177153397113852 */
