.product-card {
  font-size: 15px;
}
.product-card-img {
	width: 100%;
}
.product-card-title-h1 {
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 20px;
}
.product-card-info {
	font-size: 15px;
}
.product-card-info-category, .product-card-info-size, .product-card-info-article {
	display: flex;
	justify-content: space-between;
}
.product-card-info-category-name, .product-card-info-size-name, .product-card-info-article-name {
	color: #c2c2c2;
	width: 76px;
}
.product-card-info-article-name-old-price {
  text-decoration: line-through;
  color: #999;
  margin-left: 8px;
}
.buy-block {
	display: flex;
	align-items: center;
	margin: 30px 0 35px 0;
}
.btn-buy {
	background: #5f817a;
	border: 0;
	color: #fff;
	font-weight: 600;
	padding: 10px 60px;
}
.btn-buy-one-click {
  cursor: pointer;
	background: transparent;
	border-bottom: 2px solid #e1e1e1;
	color: #bab8b8!important;
	padding: 0 0 2px 0;
	height: 22px;
	margin-left: 25px;
}
.scheme-text {
	padding-bottom: 20px;
}
.scheme {
  margin: 30px 0;
}
.scheme-block {
	display: flex;
	text-align: center;
}
.scheme-link {
	width: 90px;
	margin: 0 10px;
	display: block;
}
.sheme-link-img {
	height: 55px;
	width: 40px;
}
.recommended, .additionally {
	margin: 100px 0;
}
.card-img {
	object-fit: scale-down;
}
.form-card {
	margin-bottom: 100px;
}

.gallery-list__container {
  position: relative;
}
.gallery-list {
     position: relative;
    display: block;
    overflow: hidden;
}

.gallery-list__link {
  cursor: pointer;
  width: 120px;
  margin-right: 16px;
}

.gallery-list__img {
    width: 100%;
}
.gallery-list__inner {
    display: flex;
    width: auto;
}

.gallery-list__container--left:before, .gallery-list__container--right:after {
   content: "";
   display: block;
   position: absolute;
   top: 0;
   height: 100%;
   width: 48px;
   z-index: 1000; 
}
.gallery-list__container--left:before{  
    left: 0;
    background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
}
.gallery-list__container--right:after{  
    right: 0;
    background: linear-gradient(-90deg, #fff, rgba(255, 255, 255, 0));
}


.scheme-block__category {
    margin: 0 20px 0 0;
}


.scheme-block__file {
    margin: 0 16px 0 16px;
    position: relative;
}

.scheme-block__file__icon {
    width: 60px;
}

.scheme-block__file__extension {
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    top: 1px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.scheme-block__file__name {
    font-size: 12px;
    margin: 8px 0 0;
}

.product-options {
    border: 1px solid #d8d8d8;
}
.product-option__label {
    font-weight: bold;
    flex: unset;
    color: #5f817a;
    border-right: 1px solid #d8d8d8;
    padding: 12px 24px;
}


.product-option {
    margin: 0;
}
.product-option:nth-of-type(2n) {
    background: #f9f9f9;
}

.product-option__value {
    padding: 12px 24px;
}

.catalog-card .product-card-info {
	font-size: 13px;
	margin-bottom: 16px;
}
.product-card-info-price {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 8px;
}


.product-card-info-old-price {
    color: #999;
    margin-left: 4px;
    font-size: 16px;
    text-decoration: line-through;
}
.catalog-card .product-card-info-category-name, .product-card-info-size-name, .product-card-info-arcticle-name {
	margin-right: 0;
}
.product-card-info-category-name-item, .product-card-info-size-name-item, .product-card-info-article-name-item {
    width: calc(100% - 86px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
 }
.product-card-info-category-name-item {
    
}


