

/* Start:/local/templates/apgs_v10/components/bitrix/catalog.element/product/style.css?178595098727447*/
00.catalog-product-title h1 {
	color: #000;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.15px;
}

.catalog-product-wrapper {
	max-width: 1053px;
	margin: auto;
}

.catalog-product-box {
    border: 1px solid #E3E3E3;
    border-bottom: none;
	border-radius:0.5rem;
    display: flex;
    flex-direction: row;
    position: relative;
    margin-top: 0px;
    /*align-items: center;*/
	padding-bottom: 16px;
	background-color: #fff;
}

.catalog-product-box-img {
  width: 340px;
  height: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  overflow: hidden;
  flex-flow: column;
}


.catalog-product-box-img img {
	height: 100%;
}

.catalog-product-box-artnumber {
    position: absolute;
	color: #636363;
	font-size: 16px; font-weight: bold; 
	color: var(--black);
	line-height: 130%;
    left: 87%;
    top: 17px;
}

.catalog-product-box-content {
    margin-left: 15px;
	margin-right: 15px;
    padding-top: 20px;
	padding-bottom: 10px;
	width: calc(66% - 360px);
}

.catalog-product-box-kit li {
	padding-bottom:0.33rem;
}

.catalog-product-tab-content tr {
	border:0px !important;
}

.catalog-product-box-title,
.catalog-product-tab-title,
.catalog-product-box-title h2 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.21px;
	margin-bottom: 17px;
    padding-top: 16px;
}

.catalog-product-box-title, .catalog-product-box-title h2 {
	margin-top: 25px;
}


.catalog-product-box-title:after,
.catalog-product-tab-title:after {
    content: '';
    display: block;
    border-bottom: 3px solid #1E2459;
    width: 57px;
    margin-top: 10px;
    /* margin-left: 1px; */
}

.catalog-product-box-diameters {
	display: flex;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
	margin-bottom: 23px;
}

.catalog-product-box-diameters a {
	display: block;
    color: #444;
    text-align: center;
    font-size: 15px;
	font-weight: bold;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    border-radius: 4px;
    border: 2px solid #444;
    padding: 4px 8px;
    min-width: 11rem;
	margin: 8px 4px;
}

.catalog-product-box-diameters a.current,
.catalog-product-box-diameters a:hover {
	color: var(--primary);
	border: 2px solid var(--primary);
	text-decoration: none;
}

.catalog-product-box-diameters a span {
	font-size: 12px;
	margin-top: 4px;
}

.catalog-product-box-kit {
	display: flex;
	flex-direction: column;
	color: #282828;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: 0.28px;
}
.catalog-product-box-kit h3 {
  display: flex;
  flex-direction: column;
  color: #282828;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.28px;
  margin-bottom: 3px;
}
.catalog-product-box-quantity {
    display: flex;
    align-items: center;
	margin-bottom: 25px;
}

.catalog-product-box-quantity-desc {
    color: #007004;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    margin-left: 16px;
    letter-spacing: 0.3px;
}

.catalog-product-box-quantity-input {
    display: flex;
    align-items: center;
	position:relative;
	width: 162px;
	
}

.catalog-product-box-quantity-input input {
	border: 1px solid #E3E3E3;
	background: #FBFBFB;
	color: #282828;
	text-align: center;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 130%;
	width: 100%;
	height: 40px;
	border-radius: 24px;
	padding-left: 15px;
	outline: none;
}

.catalog-product-box-quantity-input button {
	border-radius: 100%;
	border: 1px solid #B8B8B8;
	width: 40px;
	height: 40px;
	display: flex;
    align-items: center;
    justify-content: center;
	/*z-index: 2;*/
	position: absolute;
}

.catalog-product-box-quantity-input button.active {
	border: none;
  	background-color: var(--black);
}

.catalog-product-box-quantity-input button.active:hover {
	opacity: 0.8;
}


.catalog-product-box-quantity-input button svg {
	fill: #B8B8B8;
}
.catalog-product-box-quantity-input button.active svg {
	fill: var(--white);
  	background-color: var(--black);
}

.js-product-quantity-minus {
	left: 0;
}

.js-product-quantity-plus {
	right: 0;
}

.catalog-product-box-price-value {
	color: var(--black);
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-right: 29px;
}

.catalog-product-box-price-note {
	color: #282828;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 130%; 
	padding-top: 5px;
    letter-spacing: 0.3px;
}

.catalog-product-box-price-wrapper {
	display: flex;
	align-items: center;
}

.catalog-product-box-price {
	display: flex;
}
.catalog-product-box-buy-wrapper {
	position: relative;
	margin-left: 90px;
}
.catalog-product-box-buy-wrapper:hover {
	opacity: 0.85;
}
.catalog-product-box-buy-wrapper:before {
    /*content: '';
    background: url(/img/shop-cart.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 21px;
    height: 20px;
    display: block;
    position: absolute;
    right: 42px;
    top: 29%;*/
}
.catalog-product-box-buy-wrapper input, .catalog-product-box-buy-wrapper a.btn {
	float: left;
	width: calc(50% - 10px);
	/*height: 48px;*/
	border-radius: 7px;
	background: #df1d3b;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1; 
	border: none;
    outline: none;
    letter-spacing: 0.3px;
	padding: 1.2rem 0;

}
.catalog-product-box-buy-wrapper a.btn {
	display: inline-block;

}


.catalog-product-tabs-buttons {
    display: flex;
	flex-wrap: wrap;
    border-bottom: 1px solid #E3E3E3;
    justify-content: space-between;
}

.catalog-product-tabs-button {
	width: 162px;
    height: 45px;
    border: 1px solid #E3E3E3;
    background: #FBFBFB;
    display: flex;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.2px;
    align-items: center;
    justify-content: center;
	padding-bottom: 1px;
	cursor: pointer;
	    -webkit-transition: all .1s cubic-bezier(0.4, 0, 0.21, 1.1);
    -o-transition: all .1s cubic-bezier(0.4, 0, 0.21, 1.1);
    transition: all .1s cubic-bezier(0.4, 0, 0.21, 1.1);
}

.catalog-product-tabs-button:not(.active):hover {
	border-bottom: 3px solid #df1d3b;
}


.catalog-product-tabs-button.active {
	border-bottom: 2px solid #1E2459;
	font-weight: 400;
}


.catalog-product-tab {
    margin-top: 0px;
	display: none;
}

.catalog-product-tab.active-tab {
	display: block;
	background-color: #fff;
    padding: 20px 20px;
}

.catalog-product-tab-content {
    margin-top: 26px;
}

.catalog-product-tab-characteristics .catalog-product-tab-content ul {
	list-style: none;
	display: flex;
	flex-direction: row;
	
}
.catalog-product-tab-characteristics .catalog-product-tab-content ul li {
	color: #282828;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 130%;
	letter-spacing: 0.3px;
	margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
}

.catalog-product-tab-materials .catalog-product-tab-content {
	display: flex;
	justify-content: space-between;
}

.catalog-product-tab-materials .catalog-product-tab-content td {
	color: #282828;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 130%;
	letter-spacing: 0.3px;
}

.catalog-product-tab-description table table td:first-child {
	color: #1E2459;
	padding-left: 4px;
	padding-right: 4px;
}

.catalog-product-tab-materials .catalog-product-tab-content td:first-child {
	color: #1E2459;
	padding-left: 16px;
}

.catalog-product-tab-materials .catalog-product-tab-content td:nth-child(2) {
	padding-left: 4px;
}

.catalog-product-tab-materials .catalog-product-tab-content td:last-child {
	padding-right: 14px;
	text-align: right;
}


.catalog-product-tab-materials .catalog-product-tab-content table,
.catalog-product-tab-description table table {
  border-collapse: collapse;
  width: 518px;
}

.catalog-product-tab-materials .catalog-product-tab-content tr,
.catalog-product-tab-description table table tr {
  border: 1px solid #E3E3E3;
  height: 40.5px;
  
  
  
}

.catalog-product-tab-materials .catalog-product-tab-content tr:nth-child(2n),
.catalog-product-tab-description table table tr:nth-child(2n) {
	background: #FBFBFB;
}

.catalog-product-tab-description table table td {
	border: none;
}


.catalog-product-tab-description p {
  color: #282828;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  text-shadow: none;
  letter-spacing: 0.28px;
}



.catalog-product-tab-recomended .catalog-product-tab-content  {
	position: relative;
}

.catalog-product-recomended-slider {
	overflow: hidden;
}
	
.catalog-product-recomended-slide {
	width: 251px;
	height: 312px;
	border: 1px solid #E3E3E3;
	background: #FBFBFB;
}

.catalog-product-recomended-img a {
    border: 1px solid #E3E3E3;
    width: 100%;
    height: 162px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 2px;
}

.catalog-product-recomended-img img {
	height: 100%;
}

.catalog-product-recomended-header {
    display: flex;
    justify-content: space-between;
    padding: 13px 15px 8px;
}

.catalog-product-recomended-artnumber {
	color: #636363;
	font-size: 11px;
	font-style: normal;
	font-weight: 300;
	line-height: 130%;
	letter-spacing: 0.3px;
}


.catalog-product-recomended-quantity {
	color: #636363;
	font-size: 11px;
	font-style: normal;
	font-weight: 300;
	line-height: 130%;
}

.catalog-product-recomended-quantity.available {
	color: #007004;
}
.catalog-product-recomended-name {
	color: #000;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	height: 57px;
	padding-left: 16px;
	padding-right: 16px;
}

.catalog-product-recomended-name a {
	color: #000;
}
.catalog-product-recomended-name a:hover {
	color: #1d2358;
	text-decoration: none;
}
.catalog-product-recomended-buy {
	display: flex;
	justify-content: space-between;
    align-items: center;
	padding-left: 16px;
	padding-right: 16px;
	
}
.catalog-product-recomended-price {
	color: #1E2459;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.catalog-product-recomended-buy-button input {
	width: 40px;
	height: 40px;
	outline: none;
	border-radius: 7px;
	border: none;
	background: #1e2459;
    background-repeat: no-repeat;
    background-size: 20px;
}

.catalog-product-recomended-buy-button {
    position: relative;
    height: 40px;
}

.catalog-product-recomended-buy-button:before {
    content: '';
    background: url(/img/shop-cart.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 21px;
    height: 20px;
    display: block;
    position: absolute;
    right: 8px;
    top: 11px;
}

.catalog-product-recomended-buy-button:hover {
	opacity:  0.8;
}


.catalog-product-recomended-slider .swiper-button-next:after, 
.catalog-product-recomended-slider .swiper-button-prev:after {
	display: none;
}

.catalog-product-recomended-slider .swiper-button-next.swiper-button-disabled svg, 
.catalog-product-recomended-slider .swiper-button-prev.swiper-button-disabled svg {
	fill: #B8B8B8;
}

.catalog-product-recomended-slider .swiper-button-next svg, 
.catalog-product-recomended-slider .swiper-button-prev svg {
	fill: #1E2459;
	width: 40px;
	height: 40px;
}

.catalog-product-recomended-slider .swiper-button-prev:not(.swiper-button-disabled):hover,
.catalog-product-recomended-slider .swiper-button-next:not(.swiper-button-disabled):hover {
	fill: #df1d3b;
}
.catalog-product-recomended-slider .swiper-button-prev {
	width: 40px;
    height: 40px;
    left: -61px;
    top: 51.9%;
}

.catalog-product-recomended-slider .swiper-button-next {
	width: 40px;
    height: 40px;
    right: -61px;
    top: 51.9%;
}
    


.catalog-product-tab-payment-container {
	display: flex;
    justify-content: space-between;
	align-items: center;
}

.catalog-product-tab-payment-desc {
	max-width: 538px;
    margin-right: 122px;
    color: #282828;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: 0.2px;
}

.catalog-product-tab-payment-img {
	width: 340px;
}
.catalog-product-tab-payment-img img {
	width: 100%;
}

.catalog-product-tab-delivery-container {
    padding-top: 6px;
}

.catalog-product-tab-delivery-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	margin-bottom: 23px;
}

.catalog-product-tab-delivery-item-title,
.catalog-product-tab-description h2 {
	color: #1E2459;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 100%;
	margin-bottom: 16px;
}

.catalog-product-tab-description h2 {
	margin-top: 16px;
}

.catalog-product-tab-delivery-item-box {
	width: 251px;
	height: 98px;
	
	color:  #282828;
	font-size: 13px;
	font-style: normal;
	font-weight: 300;
	line-height: 130%;
	
	border: 1px solid #E3E3E3;
	padding: 10px 16px;
	
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	
	margin-right: 16px;
	width: calc(25% - 12px);
}



.catalog-product-tab-delivery-item-box:last-child {
	margin-right: 0;
}

.catalog-product-tab-delivery-main .catalog-product-tab-delivery-item-box:last-child {
	font-size: 11px;
	color: #636363;
}

.catalog-product-tab-delivery-main .catalog-product-tab-delivery-item-box b {
	color: #282828;
}

.catalog-product-tab-delivery-item-note {
	color:  #636363;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 130%;
	width: 100%;
	margin-bottom: 15px;
}

.catalog-product-certificates-slider {
	overflow: hidden;
}


.catalog-product-certificates-note {
    color: #282828;
    font-size: 14px;
    letter-spacing: 0.31px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    margin-bottom: 23px;
}

.catalog-product-certificates-img {
	width: 251px;
	height: 355px;
	
}

.catalog-product-certificates-img img {
	width: 100%
}

.catalog-product-certificates-slider .swiper-button-next-2.swiper-button-disabled svg, 
.catalog-product-certificates-slider .swiper-button-prev-2.swiper-button-disabled svg {
	fill: #B8B8B8;
}

.catalog-product-certificates-slider .swiper-button-next-2 svg, 
.catalog-product-certificates-slider .swiper-button-prev-2 svg {
	fill: #1E2459;
	width: 40px;
	height: 40px;
}

.catalog-product-certificates-slider .swiper-button-prev-2:not(.swiper-button-disabled):hover,
.catalog-product-certificates-slider .swiper-button-next-2:not(.swiper-button-disabled):hover {
	fill: #df1d3b;
}
.catalog-product-certificates-slider .swiper-button-prev-2 {
	width: 40px;
    height: 40px;
    left: -36px;
    top: 64%;
	position: absolute;
}

.catalog-product-certificates-slider .swiper-button-next-2 {
	width: 40px;
    height: 40px;
    right: -36px;
    top: 64%;
	position: absolute;
}

.catalog-product-tab-certificates {
		position: relative;
	}

.lightbox {
	position: fixed !important;
}

.lightbox .lb-data .lb-number {
	display: none !important;
}

.diams {
  display: flex !important;
  flex-flow: column;
}
.diams span {
  font-size: .9rem;
  line-height: 1;
}

.product-alert {
	margin: 1.5rem;
	padding: .5rem;
	font-size: 1rem;
	color: #686868;
	height: 150px;
	line-height: 1;
	border: 1px solid #686868;
	border-radius: 1rem;
	display: flex;
	gap: 8px;
}
.actuality {
  font-size: 1.2rem;
  line-height: 2;
  color: #b8b8b8;
}
.actuality span {
  color: #1e2459;
  font-size: 1.4rem;
  font-weight: 600;
}
@media (min-width: 1175px) {
	.catalog-product-wrapper {
		margin-left: 24px;
	}
	
	.catalog-product-box-quantity {
		margin-top: -1px;
	}
	
	.catalog-product-tabs-button {
		border-bottom: none;
	}
	
	.catalog-product-tab-characteristics .catalog-product-tab-content ul {
		/*height: 154px;*/
		flex-wrap: wrap;
		/* column-gap: 92px; */
		align-content: space-between;
	}
	
	.catalog-product-tab-characteristics .catalog-product-tab-content ul li {
		width: 49.6%;
	}
	
	.catalog-product-tab-characteristics .catalog-product-tab-content ul li:nth-child(n+6) {
		width: 49.6%;
		padding-left: 4px;
	}
	
	.catalog-product-tab-materials .catalog-product-tab-content > img {
		width: 468px!important;
	}
	
	.catalog-product-tab-materials .catalog-product-tab-content {
		align-items: flex-start;
	}
	
	.catalog-product-tab-materials .catalog-product-tab-content table {
		margin-top: 0px;
		background-color: #fff;
		padding: 4rem;
	}
	
	.catalog-product-tab-description .catalog-product-tab-content .catalog-product-tab-description-text {
		column-count: 2;
    	grid-gap: 25px;
	}
	
	.catalog-product-recomended-slider {
		margin-top: -2px;
		overflow: hidden;
	}
	
	.catalog-product-tab-delivery .catalog-product-tab-content {
		margin-top: 0;
	}
	
	.catalog-product-tab-payment-container {
		margin-top: 14px;
		margin-bottom: 32px;
	}
	
	.catalog-product-tab-delivery-item-note {
		margin-top: -6px;
	}
	.catalog-product-certificates-note {
		margin-top: -8px;
	}
	
	.catalog-product-tabs-buttons {
		justify-content: flex-start;
		border-right: 1px solid #E3E3E3;
		background-color: #fff;

	}
	
	.catalog-product-tabs-button:not(:last-child) {
		margin-right: 16px;
	}
	
}


@media screen and (min-width: 900px) {
	.catalog-product-buy-container {
		position: absolute;
		top: 16px;
		left: 66%;
	}
	
	.catalog-product-box-price-value {
		margin-right: 9px;
	}
	
	.catalog-product-box-buy-wrapper {
		margin-left: 0;
		margin-top: 20px;
	}
	
	.catalog-product-box-price {
		flex-direction: column;
	}
	
	.catalog-product-box-kit {
		/*max-width: 42%;*/
	}
}

@media screen and (min-width: 900px) and (max-width: 1175px) {
	.catalog-product-buy-container {
		top: 330px;
		left: 55%;
	}
	
	.catalog-product-box-kit {
		max-width: 45%;
	}
}
@media screen and (max-width: 1175px) {
	.catalog-product-box {
		flex-direction: column;
	}
	
	.catalog-product-tab-materials .catalog-product-tab-content {
		flex-direction: column;
		align-items: center;
	}
	
	.catalog-product-tab-materials .catalog-product-tab-content img {
		max-width: 400px;
	}
}

@media screen and (max-width: 1020px) and (min-width: 740px) {
	.catalog-product-recomended-slide {
		width: 216px;
	}
	
	.catalog-product-tab-delivery-item-box {
		width: 100%;
		margin-bottom: 6px;
	}
	
	.catalog-product-certificates-slider .swiper-button-prev-2,
	.catalog-product-certificates-slider .swiper-button-next-2 {
		z-index: 10;
	}
	
	.catalog-product-certificates-slider .swiper-button-next-2 {
		right: 0;
	}
	.catalog-product-certificates-slider .swiper-button-prev-2 {
		left: 0;
	}
	
	.catalog-product-certificates-img {
		width: 220px;
		height: 355px;
	}
	
	.catalog-product-tabs-button {
		width: unset;
		padding-left: 6px;
		padding-right: 6px;
	}
	
	.catalog-product-tabs-buttons {
		border-right: 1px solid #E3E3E3;
	}
}


@media screen and (max-width: 740px) {
	
	.catalog-product-wrapper {
		padding: 0 6px;
	}
	
	.catalog-product-title {
		margin-bottom: 15px;
	}

	.catalog-product-title h1 {
		color: #282828;
		font-size: 15px;
		letter-spacing: 0;
	}
	
	.catalog-product-box {
		margin-top: 8px;
	}
	
	.catalog-product-box-artnumber {
		left: 19px;
		top: 10px;
		font-size: 10px;
	}
	
	.catalog-product-box-title {
		color: #000;
		font-size: 14px;
		margin-bottom: 11px;
		letter-spacing: 0;
	}
	.catalog-product-box-title:after {
		width: 50px;
	}
	
	.catalog-product-box-diameters {
		flex-wrap: wrap;
		margin-left: -4px;
		margin-right: -4px;
		margin-bottom: 20px;
	}
	.catalog-product-box-diameters a {
		font-size: 12px;
		min-width: 46px;
		padding: 4px 7px;
		margin: 4px;
	}
	
	.catalog-product-box-price-wrapper {
		justify-content: space-between;
	}
	
	.catalog-product-box-price-value {
		font-size: 25px;
		margin-right: 0;
	}
	
	.catalog-product-box-price-note {
		font-size: 14px;
		letter-spacing: 0px;
	}
	
	.catalog-product-box-img {
		width: 100%;
		margin-top: 15px;
		overflow: hidden;
	}
	.catalog-product-box-img a {
		height: 100%;
	}
	
	.catalog-product-box-kit {
		font-size: 12px;
		flex-direction: row;
		flex-wrap: wrap;
		letter-spacing: 0;
		padding-right: 5px;
		margin-bottom: 20px;
	}
	.catalog-product-box-kit span {
		width: 45%;
	}
	.catalog-product-box-title:after, .catalog-product-tab-title:after {
		border-bottom: 2px solid #1E2459;
		margin-top: 7px;
	}
	
	.catalog-product-box-quantity-desc {
		font-size: 12px;
		letter-spacing: 0;
		white-space: nowrap;
	}
	
	.catalog-product-box-quantity {
		justify-content: space-between;
		margin-bottom: 28px;
	}
	
	.catalog-product-box-price {
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}
	
	.catalog-product-tabs-buttons {
		border-bottom: none;
	}
	
	.catalog-product-tabs-button {
		font-size: 12px;
		width: 150px;
		height: 40px;
		letter-spacing: 0;
		margin-bottom: 15px;
		padding-bottom: 2px;
	}
	
	.catalog-product-tabs-button {
		font-size: 12px;
		width: 150px;
		height: 40px;
	}
	
	.catalog-product-tabs-button.active {
		border: 1px solid #1E2459;
		font-weight: 400;
	}
	
	.catalog-product-box-buy-wrapper {
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		margin-left: 0;
		border-radius: 0px 0px 7px 7px;
	}
	
	.catalog-product-box {
		padding-bottom: 90px;
		border-radius: 0px 0px 7px 7px;
		margin-bottom: 20px;
	}
	
	.catalog-product-box-buy-wrapper input {
		width: 100%;
		height: 60px;
		border-radius: 0px 0px 7px 7px;
		padding-right: 34px;
		padding-top: 2px;
		font-size: 18px;
		letter-spacing: 0;
	}
	
	.catalog-product-box-buy-wrapper:before {
		width: 27px;
		height: 23px;
		right: 53px;
		top: 31%;
	}
	
	.catalog-product-certificates-img {
		width: 150px;
		height: 212px;
	}
	
	.catalog-product-box-content {
		margin-left: 0;
		padding: 0 19px;
		width: 100%;
	}
	
	.catalog-product-box-kit span:nth-child(2n) {
		text-align: right;
	}
	
	.catalog-product-box-quantity-input {
		width: 150px;
	}
	
	.catalog-product-box-quantity-input input {
		padding-left: 1px;
	}
	
	.catalog-product-tab-title {
		font-size: 15px;
		letter-spacing: 0;
	}
	
	.catalog-product-tab {
		margin-top: 15px;
	}
	
	.catalog-product-tab-title:after {
		width: 70px;
	}
	
	
	.catalog-product-tab-characteristics .catalog-product-tab-content ul li {
		font-size: 12px;
		letter-spacing: 0;
		margin-bottom: 0px;
		min-height: 33px;
	}
	
	.catalog-product-tab-characteristics .catalog-product-tab-content ul li span:first-child {
		white-space: nowrap;
		margin-right: 13px;
	}
	
	.catalog-product-tab-characteristics .catalog-product-tab-content ul li span:last-child {
		text-align: right;
	}
	.catalog-product-tab-content {
		 margin-top: 0;
	}
	
	.catalog-product-tab-materials .catalog-product-tab-content img {
		width: 100%;
	}
	   
	.catalog-product-tab-materials .catalog-product-tab-content td {
		font-size: 12px;
		letter-spacing: 0;	 
	}		
	
	.catalog-product-tab-materials .catalog-product-tab-content table {
		width: 100%;
		margin-top: 9px;
	}
	
	.catalog-product-tab-materials .catalog-product-tab-content td:nth-child(2) {
		padding-left: 29px;
	}
	
	.catalog-product-tab-materials .catalog-product-tab-content tr {
		height: 40px;
	}
	
	.catalog-product-tab-description p {
		margin-bottom: 13px;
	}
	
	.catalog-product-recomended-slider {
		margin-top: -2px;
	}
	
	.catalog-product-recomended-slider .swiper-wrapper {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.catalog-product-recomended-slider .swiper-wrapper .swiper-slide {
		height: 120px;
		margin-bottom: 10px;
	}
	
	.catalog-product-recomended-slide {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.catalog-product-recomended-img {
		width: 120px;
		height: 120px;
		padding-top: 18px;
		padding-bottom: 12px;
		border: none;
		border-right: 1px solid #E3E3E3;
	}
	
	.catalog-product-recomended-header {
		padding: 10px 14px 10px;
		width: calc(100% - 120px);
	}
	
	.catalog-product-recomended-artnumber,
	.catalog-product-recomended-quantity {
		font-size: 10px;
		letter-spacing: 0;
	}
	
	.catalog-product-recomended-name {
		width: calc(100% - 120px);
		font-size: 12px;
		padding-left: 14px;
		padding-right: 14px;
		height: 47px;
		overflow: hidden;
	}
	
	.catalog-product-recomended-buy-button {
		position: relative;
		height: 30px;
	}
	
	.catalog-product-recomended-buy-button input {
		width: 30px;
		height: 30px;
		border-radius: 5px;
	}
	
	.catalog-product-recomended-buy-button:before {
		width: 20px;
		height: 20px;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	
	.catalog-product-recomended-buy {
		padding-left: 14px;
		padding-right: 14px;
	}
	
	.catalog-product-recomended-price {
		font-size: 18px;
		padding-top: 1px;
	}
	
	.catalog-product-tab-payment-container {
		flex-direction: column;
	}
	
	.catalog-product-tab-payment-desc {
		margin-right: 0;
		letter-spacing: 0;
		margin-bottom: 19px;
	}
	
	.catalog-product-tab-payment-img {
		width: 100%;
		max-width: 340px;
		margin-bottom: 15px;
	}
	
	.catalog-product-tab-delivery-container {
		padding-top: 0;
		margin-top: -2px;
	}
	
	.catalog-product-tab-delivery-item-title,
	.catalog-product-tab-description h2
	{
		font-size: 14px;
		margin-bottom: 15px;
	}
	
	
	
	.catalog-product-tab-delivery-main {
	    justify-content: space-between;
		margin-bottom: 10px;
	}
	
	.catalog-product-tab-delivery-item {
		margin-bottom: 9px;
	}
	
	.catalog-product-tab-delivery-item-box {
		width: 100%;
		margin-bottom: 10px;
		
		min-height: 50px;
		height: unset;
		line-height: 122%;
		
		font-size: 12px;
		padding: 10px;
		padding: 7px 10px 10px;
	}
	
	
	.catalog-product-tab-delivery-main .catalog-product-tab-delivery-item-box {
		line-height: 130%;
		padding: 10px;
	}
		    
	
	.catalog-product-tab-delivery-main .catalog-product-tab-delivery-item-box,
	.catalog-product-tab-delivery-main .catalog-product-tab-delivery-item-title {
		width: calc(50% - 10px);
		margin-right: 0;
		margin-bottom: 10px;
		height: 85px !important;
	}
	
	.catalog-product-tab-delivery-main .catalog-product-tab-delivery-item-title {
		padding-top: 22px;
		padding-right: 70px;
	}
	
	.catalog-product-tab-delivery-main .catalog-product-tab-delivery-item-box:last-child {
		font-size: 12px;
	}
	
	
	.catalog-product-tab-delivery-main .catalog-product-tab-delivery-item-box:last-child {
		width: 100%;
	}
	
	.catalog-product-tab-delivery-item:last-child .catalog-product-tab-delivery-item-title {
		margin-bottom: 12px;
	}
	
	.catalog-product-tab-delivery-item:last-child .catalog-product-tab-delivery-item-box:last-child {
		padding: 10px;
	}
	
	.catalog-product-certificates-note {
		letter-spacing: 0;
		margin-bottom: 19px;
	}
	
	.catalog-product-certificates-slider .swiper-button-prev-2,
	.catalog-product-certificates-slider .swiper-button-next-2 {
		top: 61%;
		z-index: 10;
	}
	.catalog-product-certificates-slider .swiper-button-next-2 {
		right: -35px;
	}
	.catalog-product-certificates-slider .swiper-button-prev-2 {
		left: -20px;
	}
	.catalog-product-certificates-slider .swiper-button-next-2 svg, .catalog-product-certificates-slider .swiper-button-prev-2 svg {
		width: 25px;
		height: 25px;
	}
	
}

@media screen and (max-width: 500px) {
	.catalog-product-tab-characteristics .catalog-product-tab-content ul {
	display: block;
	}
	.catalog-product-box-diameters a {

    min-width: 10rem;
    padding: 4px 7px;
  }

}
/* End */
/* /local/templates/apgs_v10/components/bitrix/catalog.element/product/style.css?178595098727447 */
