

/* Start:/bitrix/templates/trobotx/components/bitrix/news/catalog/bitrix/news.detail/main/style.css?17808511605538*/
.tab__content h2 {
    font-family: Open Sans;
    font-size: 28px;
    font-weight: 700;
    line-height: 32.42px;
    margin-bottom: 35px;
}

.tab__content .sfery_list:not(:last-child) {
    margin-bottom: 50px;
}

html .content .page_title {
    color: var(--main-font-color);
    font-family: Roboto Flex;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 115.8%;
    text-transform: initial;
}

.product-detail__detail-text {
    max-width: 800px;
    color: var(--main-font-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150.8%;
}

.product-detail__detail-text b {
    font-weight: 600;
    line-height: 125.8%;
}

.product-detail__detail-text table {
    margin-top: 30px;
    text-align: center;
}

.product-detail__detail-text table td {
    padding: 12px;
    border: 1px solid var(--gray-border);
}

.product-detail__detail-text table tr:first-child td {
    color: var(--gray-text);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 150.8%;
    padding: 13px 35px;
    min-width: 173px;
}

.product-detail__list-file {
    margin-top: 16px;
}

.product-detail-header__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    margin-bottom: 100px;
}

.product-detail__photo img {
	max-width: 100%;
    width: 500px;
    max-height: 356px;
    object-fit: contain;
    object-position: center;
}

.product-detail__btn-container>* {
    margin-bottom: 10px;
}

.product-detail__btn-container {
    margin-bottom: 34px;
}

.product-detail__price {
    color: var(--main-font-color);
    font-size: 36px;
    font-weight: 600;
    line-height: 125.8%;
    margin-bottom: 16px;
}

.product-detail__btn-wrapper {
    max-width: 274px;
}

.product-detail__list-item span {
    color: var(--gray-text);
}

.product-detail__list-item {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 300;
    line-height: 150.8%;
}

.product-detail__list-item a {
    text-decoration: none;
}

.tab__content .list-tb {
    padding-bottom: 0px;
}

.manufacturer-detail__product {
    padding-bottom: 75px;
}

.manufacturer__btn {
    padding-top: 30px;
}

.tab__content-item--property table {
    margin-top: 30px;
    text-align: center;
}

.tab__content-item--property table td {
    padding: 12px;
    border: 1px solid var(--gray-border);
    font-weight: 300;
}

.tab__content-item--property table td:first-child {
    text-align: left;
}

.product-detail__photo.product-detail__photo--mini {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    max-width: 480px;
}

.swiper.swiper-main {
    width: 500px;
    margin: 0px;    
	max-width: calc(100% - 98px);
}

.swiper.swiper-main img {
    width: 100%;
    max-height: 356px;
	object-fit: contain;
    object-position: center;
}

.swiper.product-detail__photo-list {
    width: 75px;
    height: 100%;
    margin: 0px 23px 0px 0px;
    max-height: 356px;
    cursor: pointer;
}

.swiper.product-detail__photo-list img {
    height: 75px;
    object-fit: cover;
    object-position: center;
}

.product-detail__photo-list-item img {
    width: 100%;
}

.swiper.swiper-main.swiper-b .swiper-pagination {
    display: none;
}

.product-detail__info {
    max-width: 350px;
}

@media (max-width: 1400px) {
	.product-detail__photo.product-detail__photo--mini {
		max-width: 520px;
	}
	.swiper.swiper-main img {
		max-height: 307px;
	}
	.swiper.product-detail__photo-list {
		max-height: 307px;
	}
}

@media (max-width: 1200px) {
	.swiper.product-detail__photo-list {
		display: none;
	}
	.swiper.swiper-main.swiper-b .swiper-pagination {
		display: flex;
	}
	.swiper.swiper-main {
		max-width: 100%;
	}
	.product-detail__btn-container {
		margin-bottom: 16px;
	}
	.product-detail__price {
		font-size: 28px;
	}
	.product-detail__btn-wrapper {
		max-width: 230px;
	}
	.product-detail__photo.product-detail__photo--mini {
		max-width: 420px;
	}
	.product-detail__btn-wrapper .baseText {
		font-size: 12px;
	}
}

@media (max-width: 992px) {
	.product-detail__photo.product-detail__photo--mini {
		max-width: 100%;
		width: 100%;
		margin-bottom: 28px;
	}
	.swiper.swiper-main {
		width: 100%;
	}
	.product-detail-header__wrapper {
		margin-bottom: 27px;
	}
	.product-detail__info {
		width: 100%;
		max-width: calc(100% - 270px);
	}

}

@media (max-width: 767px) {
	.tab__content h2 {
		margin-bottom: 24px;
		font-size: 20px;
		line-height: 1.5;
	}
	.tab__content-item--property table {
		margin-top: 16px;
		font-size: 14px;
	}
	.product-detail__detail-text table {
		margin-top: 16px;
	}
	.product-detail__detail-text table tr:first-child td {
		padding: 12px;
		min-width: initial;
	}
	.product-detail__detail-text {
		font-size: 14px;
		line-height: 140%;
	}
	.product-detail__list-item {
		font-size: 14px;
	}
	.product-detail__btn-container>* {
		margin-bottom: 8px;
	}
    html .content .page_title {
        font-size: 20px;
    }
	.product-detail__btn-wrapper {
		width: 100%;
		max-width: 100%;
		order: 2;
	}
	.product-detail__photo.product-detail__photo--mini {
		order: 1;
	}
	.product-detail__info {
		order: 3;
		max-width: 100%;
		margin-top: 16px;
	}
	.product-detail__price {
		margin-bottom: 12px;
	}
	#nav-tab {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #nav-tab .tab__item {
    flex: 0 0 auto;
    white-space: nowrap;
	padding: 6px 8px; 
  	font-size: 12px; 
  }
}
/* End */
/* /bitrix/templates/trobotx/components/bitrix/news/catalog/bitrix/news.detail/main/style.css?17808511605538 */
