

/* Start:/bitrix/templates/uplab.shop.new/components/bitrix/catalog.section/template_home/style.css?17859064824698*/

.indexPage .h1 {
    font: normal 19px/19px 'baufrasemibold';
    color: #ff141c;
    padding-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #ff141c;
    margin-bottom: 50px;
}

.catalog-sections-top_title {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: space-between;
  /* padding: 0 25px; */
  align-items: end;
}
.catalog-sections-top_title .h1 {
  font-family: var(--raleway);
font-weight: 500;
font-size: 54px;
line-height: 1.1;
letter-spacing: 0%;
margin: 0;
}
.catalog-sections-top_title .sections-top-detail {
font-weight: 500;
font-size: 16px;
line-height: 140%;
letter-spacing: 0%;
margin: 0 !important;
height: fit-content;
}
.catalog-sections-top_title .sections-top-detail span {
margin-right: 5px;
}
.catalog-sections-top_title .sections-top-detail a {
text-decoration: none;
transition: .3s;
}
.catalog-sections-top_title .sections-top-detail a:hover {
opacity: .6;
}
.catalog-sections-top {
  margin-top: 40px;
  /* padding: 0 25px; */
}
.catalog-section-name{
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: center;
}
.catalog-sections-items{
	display: flex;
gap: 5px;
}
.catalog_section-default-item {
	/* width: calc((100% - 15px)/4); */
	/*	border: 1px solid #dedede;*/
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: .3s;
	position: relative;
}
/*
.catalog_section-default-item:hover {
   box-shadow: 0 0 8px 5px rgba(0, 0, 0, .16), 0 7px 8px -4px rgba(0, 0, 0, .23);
}
*/
.catalog_section-default-item a.wishbtn.callback_link.button.buy1click {
  border: 0;
  width: max-content;
  padding: 0px;
  height: max-content !important;
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0px !important;
  z-index: 15;
  cursor: pointer;
}
.catalog_section-default-item a.wishbtn.callback_link.button.buy1click svg {
fill: none;
stroke: #313131;
transition: .3s;
}
.catalog_section-default-item a.wishbtn.callback_link.button.buy1click.in_wishlist svg {
fill: #313131;
stroke: #313131;
}

.catalog_section-default-item .product_pic{
	height: 650px;
	margin-bottom: 25px;
}
.catalog_section-default-item .product_pic.no_pic{
	padding: 0px 20px;
}
.catalog_section-default-item a{
	text-decoration: none;
}
.catalog_section-default-item .product_name{
	font-size: 16px;
	text-align: left;
  color: #313131;
font-weight: 500;
line-height: 1.4;
padding: 0;
}
.price_block{
	display: flex;
    justify-content: start;
    padding: 0;
	align-items: center;
  padding-top: 5px;
    color: #313131;
font-weight: 500;
line-height: 1.4;
}
.price_block .price{
	font-family: var(--inter)!important;
	font-size: 16px !important;
}
.catalog_section-default-item .product_pic img{
	width: 100%;
    height: 100%;
	object-fit: cover;
}
.catalog_element-default{
	text-align: center;
}
.catalog_element-default .button.buy {
    clear: left;
    width: 160px;
    height: 35px;
    background: #000;
    border: 0;
    padding-bottom: 1px;
    font: normal 10px/1px 'baufrasemibold';
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}
.description-text{
	margin-top: 25px;
}

.unavailible_btn{
	height: 35px;
	line-height: 35px;
}


.sections-top-detail a{
	border-bottom: 1px solid #dedede;
	text-decoration: none;
}
	.catalog-sections-items{
	    /* overflow: auto; */
	    margin-left: 0px;
	    margin-right: 0px;
	}


.catalog_section-default-item {
    min-width: 25%;
}


@media(max-width: 1600px){
	.price_block{
		padding: 20px 20px 30px;
	}
	.catalog_section-default-item .product_pic{
		height: 400px;
	}
}

@media(max-width: 1500px){
	.price_block{
		padding: 20px 20px 30px;
	}
	.catalog_section-default-item .product_name{
		padding: 0px 20px;
	}
	.catalog_element-default .button.buy{
		width: 125px;
	}
}

@media(max-width: 1360px){
	.price_block .price {
		font-size: 15px !important;
	}
}

@media(max-width: 1200px){
	.price_block{
		flex-wrap: wrap;
		justify-content: center;
	}
	.price_block .price{
		margin-bottom: 10px !important;
	}
	.catalog_section-default-item .product_pic{
		height: 250px;
	}
	.catalog_section-default-item .product_name{
		font-size: 15px;
	}
}
@media(max-width: 991px){

	.catalog-sections-items{
	    /* overflow: auto; */
	    margin-left: 0px;
	    margin-right: 0px;
	}

}

@media(max-width: 480px){
	.catalog_section-default-item{
		margin-left: 10px;
		margin-right: 10px;
	}
	.catalog-sections-items{
		margin-left: -10px;
		margin-right: -10px;
	}

	::-webkit-scrollbar {
	  -webkit-appearance: none;
	  width: 1px;
		height: 5px;
	}
	::-webkit-scrollbar-thumb {
	  border-radius: 4px;
	  background-color: rgba(0, 0, 0, .5);
	  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
	}
}

/* End */


/* Start:/bitrix/templates/uplab.shop.new/components/bitrix/news.list/galery_slider_new/style.css?1770553479174*/
.news_list-main_slider{position:relative;width:940px;height:400px;margin:-1px 0 60px 0;overflow:hidden}

.news_list-galery_slider .item a{
	position: static !important;
}
/* End */


/* Start:/bitrix/templates/uplab.shop.new/components/bitrix/news.list/reviews_slider/style.css?17727116002043*/
.reviews-slider-wrapper {
  margin-top: 140px;
}
.reviews-slider-wrapper h2 {
  font-family: var(--raleway);
  font-weight: 500;
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: 0%;
  margin: 0;
}
.reviews-slider-wrapper h2 a {
  text-decoration: none;
}
.owl-carousel-reviews {
  margin: 40px 0;
}
.review_title {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #313131;
  margin-top: 25px;
  display: block;
}
.preview_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
  margin-top: 15px;
}
.bottom-reviews {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #3131311a;
  align-items: center;

  border-bottom: 1px solid #3131311a;
}
.bottom-reviews .bottom-reviews-description {
  max-width: 700px;
  display: flex;
  flex-direction: column;
}
.bottom-reviews .bottom-reviews-description {
  max-width: 700px;
  display: flex;
  flex-direction: column;
}
.bottom-reviews .bottom-reviews-description .title-descr {
  font-family: var(--raleway);
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0%;
}
.bottom-reviews .bottom-reviews-description .descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-top: 15px;
}
.bottom-reviews .black-btn {
  max-width: 135px;
  height: 55px;
  opacity: 1;
  border-radius: 8px;
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-left: 20px;
  background: #313131;
  color: #fff;
  display: flex;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.bottom-reviews .black-btn:hover {
    color: #ffffff;
    opacity: 0.8;
}




@media screen and (max-width: 991px) {
  .bottom-reviews {
    flex-direction: column;
    gap: 15px;
    align-items: start;
  }
}
@media screen and (max-width: 575px) {
  .bottom-reviews .black-btn {
    max-width: unset;
    width: 100%;
  }
}

/* End */


/* Start:/bitrix/templates/uplab.shop.new/components/bitrix/news.list/news_slider/style.css?17840057691440*/
.news-slider-wrapper {
  margin-top: 140px;
  color: #313131;
}
.news-slider-wrapper h2 {
  font-family: var(--raleway);
font-weight: 500;
font-size: 54px;
line-height: 1.1;
letter-spacing: 0%;

}
.news_list_slider {
  margin-top: 40px;
}
.news_list_slider .new_title {
  margin-top: 20px;
font-weight: 500;
font-size: 16px;
line-height: 140%;
letter-spacing: 0%;
padding-left: 35px;
position: relative;
}
.news_list_slider .new_title a {
  text-decoration: none;
}
.news_list_slider .preview_text {
font-weight: 400;
font-size: 14px;
height:62px;
line-height: 140%;
letter-spacing: 0%;
margin-top: 10px;
margin-left: 35px;
border-bottom: 1px solid #3131311A;
}
.news_list_slider  .item_number {
  position: absolute;
  top: 4px;
  left: 0;
font-weight: 400;
font-size: 12px;
line-height: 140%;
letter-spacing: 0%;

}
.news_list_slider .item_img {
  display: block;
  position: relative;
  height: auto;
  width: auto;
  aspect-ratio: 4.6 / 4.2;
  overflow: hidden;
}
.news_list_slider .item_img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
}
.news-slider-wrapper .owl-prev {
    position: absolute;
    left: 10px;
    left: unset;
}

.news-slider-wrapper .owl-next {
    position: absolute;
    right: 10px;
    /* right: unset; */
}


.news-slider-wrapper .owl-prev span {/* transform: rotate(180deg); */}
.news-slider-wrapper .owl-next span {
 /* transform: rotate(180deg); */
}
/* End */
/* /bitrix/templates/uplab.shop.new/components/bitrix/catalog.section/template_home/style.css?17859064824698 */
/* /bitrix/templates/uplab.shop.new/components/bitrix/news.list/galery_slider_new/style.css?1770553479174 */
/* /bitrix/templates/uplab.shop.new/components/bitrix/news.list/reviews_slider/style.css?17727116002043 */
/* /bitrix/templates/uplab.shop.new/components/bitrix/news.list/news_slider/style.css?17840057691440 */
