

/* Start:/local/templates/technobearing/components/bitrix/catalog/main-catalog/style.css?16849365601204*/
.KDsets{
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 0 0 30px;
    position: relative;
    border: 1px solid #d7d7d7;
}
.KDset_composition{
    display: flex;
    margin-bottom: 10px;
    flex-wrap: wrap;
    position: relative;
}
.KDsets.close{
    margin-bottom: 50px;
}
.KDsets.close .SetsBlock{
    max-height: 66px;
    overflow: hidden;
}
.KDsets .showMore{
    display: block;
    padding: 6px 20px;
    cursor: pointer;
    color: #1893d4;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 0 0 4px 4px;
    border: 1px solid #d7d7d7;
    border-top: none;
}
.KDSET_item{
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
    padding: 6px 12px;
    background: linear-gradient(to bottom, #fff 0%, #f1f1f1 100%);
    border: 1px solid #ddd;
    color: #000;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.KDset_title{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
/* End */


/* Start:/local/templates/technobearing/components/bitrix/catalog/main-catalog/bitrix/catalog.element/.default/style.css?17509360835783*/
.tabshome_box.on-load {
  position: relative;
  min-height: 150px;
}

.tabshome_box.on-load:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
  z-index: 99;
  background: #fff url(/local/templates/technobearing/components/bitrix/catalog/main-catalog/bitrix/catalog.element/.default/images/loader.gif) no-repeat center;
}

.gallery__wrapper {
  min-width: 420px;
  /* max-height: 420px; */
  overflow: hidden;
}
.number__wrapper {
  min-height: 40px;
  /* max-height: 30px; */
  overflow: hidden;
}
#hits_slider:not(.slick-initialized) {
  max-height: 366px;
  overflow: hidden;
}
#gallerybig:not(.slick-initialized) {
  min-height: 260px;
  max-height: 260px;
  overflow: hidden;
}
#gallery_thumbs:not(.slick-initialized) {
  min-height: 80px;
  max-height: 80px;
  overflow: hidden;
}
.sidebanners:not(.slick-initialized) {
  overflow: hidden;
  max-height: 295px;
}

.recentshow .slick-track {
  margin-left: 0;
}

.adds_info {
  font-size: 12px;
  line-height: 14px;
  color: #999;
}

.adds_count {
  display: flex;
}
.adds_price {
  margin-left: 15px;
  line-height: 30px;
}

.charact-chip-detail {
  z-index: 1;
  /* position: absolute; */
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 8px;
  padding: 2px 8px;
  border-radius: 4px;
  background: #e2e2e2;
  border: 1px solid #e2e2e2;
}
.charact-chip-detail svg path {
  fill: #1893d4;
}
.charact-chip-detail a {
  color: #1893d4;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  text-decoration: none;
}

.product_element__flex {
  display: flex;
  gap: 28px;
}
.product_element__flex .module_product {
  max-width: 682px;
}
.product_element__flex .module{
margin-bottom: 0px;
}
.product_element__flex{
  margin-bottom: 30px;
}
.product_element__flex .product_buy_block {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* width: 320;
	height: 585; */
  border-radius: 4px;
  border-width: 1px;
  padding: 20px;
  gap: 28px;
  background: #ffffff;
  border: 1px solid #f44646;
}
.product_element__flex .product_buy_block .row.flex{
    justify-content: space-between;
	position: relative;
}
.product_element__flex .product_buy_block .row.flex .nds{
	position: absolute;
    right: 0;
    top: 0;
border-radius: 4px;
padding: 4px 6px;
font-size: 12px;
background: #F7F7F7;
border: 1px solid #DDDDDD
}

.product_element__flex .product_buy_block .prod_block .row {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.product_element__flex .product_buy_block .prod_block .row .grid7 {
  width: 100%;
}

.row.flex {
  display: flex;
  margin: 0;
}

.one_click {
  display: flex!important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  gap: 10px;
  padding: 12px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0%;
}
.infomr_block{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.infomr_block__item{
	display: flex;
    align-items: center;
    gap: 10px;
}
.infomr_block__item .infomr_block__title{
	color:#999999;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0%;
}

.infomr_block__item .infomr_block__text{
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;
	color: #333333;
}

.infomr_block__item .infomr_block__text a{
		color: #333333;
}
.infomr_block__item .infomr_block_info{
	display: flex;
	flex-direction: column;
    gap: 10px;
}

.best_price{
	border-radius: 4px;
	padding: 12px 20px;
	background: linear-gradient(180deg, #09A526 0%, #098720 100%);
	border: 1px solid linear-gradient(0deg, #D7D7D7, #D7D7D7);
	color:#FFFFFF;
	font-weight: 400;
	line-height: 16px;
}

.best_price:hover{
	background: linear-gradient(180deg, #098720 0%, #07772b 100%);
	text-decoration: none;
}

.best_price div:first-child{
	font-size: 16px;
	margin-bottom: 10px;
}
.best_price div{
	font-size: 12px;
}
.product_price_all{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product_price{
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0%;
}
.product_price .new-price{
	font-size: 28px;
}
.product_price .old-price{
	color: #999999;
}
.product_price .main-price{
	color: #333333;
  font-size: 28px;
  font-weight: 500;
}

.dimensions{
	display: flex;
	flex-direction: column;
	gap: 4px;
	border-radius: 4px;
	padding: 10px 20px;
	border: 1px solid #D7D7D7;
	background: #FFFFFF;
}

.dimensions .dimensions_h{
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0%;
	color: #999999;
}

.dimensions .dimensions_items{
	display: flex;
	gap: 20px;
}

.dimensions .dimensions_items .dimensions_item{
	display: flex;
	gap: 5px;
}

.dop_info_block{
	display: flex;
	flex-direction: column;
	gap: 20px;
	order: 1;
	width: 50%;
}

.tagblock_all{
display: flex;
gap: 10px;
    position: absolute;
    top: 0;
    left: 0;
}
.tagblock_all .tagblock ,.tagblock_all .tagbox{
  position: relative;
  left: auto;
}
@media (max-width: 1400px){
.product_element__flex .module_product {
    max-width: 645px;
}
.sm-hidden.prod_block{
	display: block!important;
}
}
@media (max-width: 1300px){
.dop_info_block{
	padding: 0 6px;
	order: 1;
	width: 100%;
	margin-bottom: 20px;
}
.product_element__flex{
	margin-bottom: 20px;
}
.product_element__flex{
	flex-direction: column;
}
.prod_block, .best_price{
	max-width: 278px;
}
.product_element__flex .product_buy_block {
	    width: -webkit-fill-available;
}
}

@media (max-width: 620px){
.module_product .row.flex{
	flex-direction: column;
}
.product_element__flex .grid7{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 20px;
}
.gallery__wrapper{
	min-width: auto;
}
}
@media (max-width: 375px){
.product_element__flex .grid7{
  grid-template-columns: repeat(2, auto);
}
}
/* End */


/* Start:/local/templates/technobearing/components/bitrix/news.list/review-element/style.css?1600674704150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/technobearing/components/bitrix/catalog.top/home-page-block/section/style.css?1739879401568*/
.charact-chip {
  z-index: 1;
  position: absolute;
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 4px;
  padding: 2px 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #E2E2E2;
  left: 0;
  bottom: 0;
  border: 1px solid #E2E2E2
}
.charact-chip svg{
  width: 10px;
  height: 10px;
}
.charact-chip path {
  fill: #1893d4;
}
.charact-chip a {
  color: #1893D4;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0%;
  text-decoration: none;
}
.charact-chip:hover path {
  fill: #1893d4;
}
/* End */


/* Start:/local/templates/technobearing/components/bitrix/catalog.top/home-page-block/section/themes/blue/style.min.css?1582039909702*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-top-header{border-color:#006cc0}
/* End */
/* /local/templates/technobearing/components/bitrix/catalog/main-catalog/style.css?16849365601204 */
/* /local/templates/technobearing/components/bitrix/catalog/main-catalog/bitrix/catalog.element/.default/style.css?17509360835783 */
/* /local/templates/technobearing/components/bitrix/news.list/review-element/style.css?1600674704150 */
/* /local/templates/technobearing/components/bitrix/catalog.top/home-page-block/section/style.css?1739879401568 */
/* /local/templates/technobearing/components/bitrix/catalog.top/home-page-block/section/themes/blue/style.min.css?1582039909702 */
