.pt-40 {
    padding-top: 8.75rem;
}

.is-underline {
	position: relative;
}

.is-underline:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: -1px;
	width: 0;
	height: 1px;
	background-color: #3B4256;
	transition: width 0.2s;
}

.is-underline:hover:after {
	content: '';
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 1px;
	background-color: #3B4256;
	transition: width 0.2s;
}

.product-header {
	display: flex;
	padding-bottom: 64px;
	border-bottom: 1px solid #EDEEF0;
	margin-bottom: 32px;
}

.product-media {
	margin-right: 64px;
	flex: 0 0 calc( 50% - 64px );
	max-width: calc( 50% - 64px );
}

.product-picture {
	padding: 20px;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}

.product-picture .slider-wrapper {
	align-items: center;
}

.product-pictures-slides {
	padding: 0 40px;
	position: relative;
}

.product-slide {
	text-align: center;
}

.product-pictures-slides .product-slide:not( .swiper-slide-thumb-active ) {
	cursor: pointer;
}

.product-slide.swiper-slide-thumb-active {
	opacity: .4;
}

.product-info {
	flex: 0 0 50%;
	max-width: 50%;
}

.product-info-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}

.product-logo img {
	transition: transform .3s;
}

.product-logo img:hover {
	transform: scale( 1.05 );
}

.product-actions a:not( :last-child ) svg {
	margin-right: 8px;
}

.product-actions svg {
	fill: #878787;
	transition: fill .5s;
}

.product-actions svg:hover {
	fill: #FD5A4A;
}

.product-info h1 {
	margin-bottom: 4px;
	font-weight: 500;
}

.product-article {
	margin-bottom: 8px;
	color: #b0b7c9;
}

.product-status {
	margin-bottom: 8px;
	color: #FD5A4A;
	text-transform: uppercase;
}

.product-status.is-green {
	color: #3CB98B;
}

.product-status.is-gray {
	color: #b0b7c9;
}

.label--outline-success {
	border-width: 1px;
	border-style: solid;
	border-radius: 6.25rem;
	padding: 0.1875rem 0.375rem;
	border-color: #3CB98B;
	color: #3CB98B;
}

.product-prices {
	display: flex;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 8px;
}

.product-price-old {
	color: #C5C7CD;
	margin-right: 32px;
	text-decoration: line-through;
}

.product-cheaper {
	font-size: 14px;
	margin-bottom: 16px;
}

.product-characteristic {
	display: flex;
}

.product-characteristic:not( :last-child ) {
	margin-bottom: 8px;
}

.product-characteristic-name {
	color: #a7a9b1;
	font-size: 14px;
	padding-right: 16px;
}

.product-characteristic-name,
.product-characteristic-value {
	flex: 0 0 50%;
}

.question {
	display: inline-block;
	width: 18px;
	height: 18px;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	border: 1px solid #3b4256;
	border-radius: 9px;
	cursor: pointer;
	margin: 0 8px;
	transition: border-color .5s, background-color .5s, color .5s;
}

.question:hover {
	border-color: #FD5A4A;
	background-color: #FD5A4A;
	color: #ffffff;
}

.product-pay-delivery {
	font-size: 13px;
	margin-top: 32px;
}

.product-pay-delivery li {
	padding-left: 32px;
	background: no-repeat left center;
}

.product-pay-delivery li:not( :last-child ) {
	margin-bottom: 4px;
}

.product-pay-delivery li.is-sber {
	background-image: url( images/sber.svg );
	margin-bottom: 16px;
}

.product-pay-delivery li.is-deferred {
	background-image: url( images/deferred.svg );
	margin-bottom: 16px;
}

.product-pay-delivery .is-delivery {
	background-image: url( images/delivery.svg );
}

.product-pay-delivery span:not( .question ) {
	font-weight: 600;
	border-bottom: 1px dotted;
}

.product-body {
	display: flex;
	margin-bottom: 64px;
}

.product-body-description {
	flex: 0 0 calc( 55% - 64px );
	max-width: calc( 55% - 64px );
	margin-right: 64px;
}

.tabs-buttons {
	margin-bottom: 32px;
	overflow-x: auto;
	white-space: nowrap;
}

.tabs-buttons input {
	display: none;
}

.tabs-buttons input:checked + label {
	color: #FD5A4A;
	cursor: auto;
}

.tabs-buttons label {
	text-transform: uppercase;
	cursor: pointer;
	white-space: nowrap;
}

.tabs-buttons label:not( :last-child ) {
	margin-right: 16px;
}

.tabs-sections section {
	display: none;
}

.tabs-counter {
	display: inline-block;
	width: 24px;
	height: 24px;
	text-align: center;
	font-size: 14px;
	border-radius: 12px;
	cursor: pointer;
	margin: 0 8px;
	font-weight: 700;
	color: #FFFFFF;
	background-color: #FD5A4A;
}

.product-more {
	flex: 1 0 45%;
	max-width: 45%;
}

.product-more .swiper-slide:not( :last-child ) .product-more-list {
	margin-bottom: 16px;
}

.product-more-slide {
	margin-bottom: 32px;
}

.swiper-more {
	flex-direction: column;
}

.product-more-link {
	color: inherit;
	display: block;
}

.product-more-link:hover .product-more-price {
	color: #3b4256;
}

.product-more-link + .product-more-link {
	margin-top: 16px;
}

.product-more-item {
	border: 1px solid #cececf;
	display: flex;
	align-items: center;
}

.product-more-item > div:not( :last-child ) {
	margin-right: 32px;
}

.product-more-picture {
	width: 78px;
	min-width: 78px;
	height: 78px;
	padding: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-more-body {
	flex-grow: 1;
}

.product-more-section {
	font-size: 11px;
	line-height: 15px;
	color: #a7a9b1;
	margin-bottom: 4px;
	font-weight: 500;
}

.product-more-content {
	display: flex;
	justify-content: space-between;
	font-weight: 500;
}

.product-more-price {
	padding: 0 16px;
	flex: 0 0 110px;
	line-height: 20px;
}

.product-more-price > .is-old {
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	text-decoration: line-through;
}

.product-more-discount {
	color: #FD5A4A;
}

.product-parameters {
	display: flex;
	flex-wrap: wrap;
	margin-left: -16px;
}

.product-parameters-item-wrapper {
	flex: 0 0 50%;
	max-width: 50%;
	margin-bottom: 16px;
	padding-left: 16px;
}

.product-parameters-item {
	padding: 12px 12px 12px 68px;
	background: no-repeat left 32px center #F0F1F2;
	height: 100%;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 2px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.product-parameters-item.is-guarantee {
	background-image: url( images/product-parameters-1.svg );
}

.product-parameters-item.is-made-in {
	background-image: url( images/product-parameters-2.svg );
}

.product-parameters-item.is-code {
	background-image: url( images/product-parameters-3.svg );
}

.product-parameters-item.is-dimensions {
	background-image: url( images/product-parameters-4.svg );
}

.product-parameters-item.is-manual {
	background-image: url( images/product-parameters-5.svg );
}

.product-parameters-item span {
	display: block;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
}

@media ( max-width: 1023px ) {

	.product-header {
		flex-direction: column;
		padding-bottom: 32px;
	}

	.product-media {
		margin-right: 0;
		margin-bottom: 64px;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.product-info {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.product-body {
		flex-direction: column;
	}

	.product-body-description {
		flex: 0 0 100%;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 32px;
	}

	.product-more {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.swiper-more {
		flex-direction: row;
	}

	.product-more .swiper-slide:not( :last-child ) .product-more-list {
		margin-bottom: 40px;
	}

}

@media ( max-width: 767px ) {

	.product-info h1 {
		font-size: 26px;
		line-height: 34px;
	}

	.product-article {
		margin-bottom: 8px;
	}

	.product-prices {
		font-size: 28px;
		line-height: 36px;
	}

	.product-price-old {
		margin-right: 16px;
	}

}

@media ( max-width:  575px ) {

	.product-media {
		margin-bottom: 32px;
	}

	.product-pay-delivery {
		margin-top: 16px;
	}

	.product-pay-delivery li:not( :last-child ) {
		margin-bottom: 8px;
	}

	.product-more-list {
		margin-bottom: 16px;
	}

	.product-more-item + .product-more-item {
		margin-top: 8px;
	}

	.product-more-slide {
		margin-bottom: 16px;
	}

	.product-more-slide .product-more-list {
		margin-bottom: 24px;
	}

	.product-parameters-item-wrapper {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.product-more-item > div:not( :last-child ) {
		margin-right: 16px;
	}

}