.files-block {
  width: 238px;
  min-width: 238px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  padding: 16px;
  height: min-content;
  margin-top: 10px; }
  @media screen and (max-width: 991px) {
    .files-block {
      width: 100%;
      margin-right: 0;
      margin-bottom: 26px; } }
  .files-block__title {
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    justify-content: space-between;
    padding-bottom: 13px; }
    .files-block__title .name {
      font-weight: 500; }
  .files-block__title-2 {
    margin-top: 18px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px; }
  .files-block__img {
    margin-right: 8px; }
  .files-block__link {
    display: flex;
    align-items: center;
    margin-top: 10px; }

.goods-list__name {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px; }

.goods-list__unit-price {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px; }

.goods-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  margin-bottom: 16px;
  padding: 24px;
  position: relative;
  flex-wrap: wrap;
  height: auto; }
  .goods-list__item .delay-btn {
    position: absolute;
    right: 24px;
    top: 24px; }
  @media screen and (max-width: 991px) {
    .goods-list__item {
      height: 284px;
      flex-wrap: wrap;
      align-items: flex-start; } }

.goods-list__avail {
  margin-top: 34px;
  font-size: 14px; }
  @media screen and (max-width: 991px) {
    .goods-list__avail {
      margin-top: 4px; } }
  .goods-list__avail.is-red {
    color: #DF0008; }
  .goods-list__avail.is-green {
    color: #4DB45F; }
  .goods-list__avail.is-orange {
    color: #F79E1B; }

.goods-list__label:not(:first-child) {
  margin-top: 5px; }

.goods-list__cnt .biqValue {
  display: flex;
  align-items: center; }
  .goods-list__cnt .biqValue input[type="text"] {
    border-color: transparent;
    text-align: center; }

.goods-list__btn {
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
  font-size: 16px;
  border-radius: 3px;
  height: 38px; }

.goods-list__unit {
  font-size: 12px;
  line-height: 24px;
  color: #A8A8A8; }

.goods-list__side:not(:last-child) {
  margin-right: 16px; }

.goods-list__side._type-1 {
  width: 300px; }

.goods-list__side._type-2 {
  min-width: 140px;
  width: 140px; }
  @media screen and (max-width: 991px) {
    .goods-list__side._type-2 {
      display: none; } }

@media screen and (max-width: 991px) {
  .goods-list__side._type-3 {
    width: 100%;
    margin-top: 20px; } }

.product-detail-container .files-block {
  width: 100%;
  max-width: 386px;
  margin-bottom: 22px; }

.product-detail-container .goods-list {
  margin-top: 30px; }

@media screen and (max-width: 991px) {
  .product-detail-container .constructors-list .item img {
    min-height: 220px;
    max-width: 150%; } }

@media screen and (max-width: 991px) {
  .product-detail-container .constructors-list .item .text > a {
    position: static;
    margin-top: 20px; } }
