.product-type-variable .variations_form {
  flex-wrap: wrap;
}

.product-type-variable .product__attributes {
  width: 100%;
}

.product-type-variable .single_variation_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.product-type-variable .product__attribute-title {
  font: 500 14px/16px 'Gilroy-Medium', sans-serif;
  color: #828282;
}

.product-type-variable .product__attribute-title+.value {
  margin-top: 12px;
  max-width: 280px;
}

.product-type-variable .product-block__row {
  display: flex;
  margin-top: 24px;
}

.product-type-variable .product-slider .slick-slide img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

.product-type-variable .product-slider_thumbnail img {
  height: 80px;
  object-fit: contain;
}

.product-type-variable .select2-container .select2-selection--single {
  height: 40px;
  border: 1px solid rgba(30, 30, 30, 0.07);
  border-radius: 24px;
}

.select2-dropdown {
  border-radius: 8px;
  border: 1px solid rgba(30, 30, 30, 0.07);
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  height: 40px;
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #232323;
  padding-right: 24px;
  padding-left: 48px;
  font: 400 14px/40px 'Gilroy-Regular', sans-serif;
}

.select2-results__option {
  font: 400 14px/20px 'Gilroy-Regular', sans-serif;
  color: #232323;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 24px;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/icon-product-type-variable-arrow-down.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: translateY(-50%) scale(1, -1);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  position: relative;
}

.select2-container--default .select2-selection--single .select2-selection__rendered:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../img/icon-product-type-variable-size.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: var(--color-secondary);
}

/* tinkoff */
.TINKOFF_BTN_YELLOW {
  margin-top: 24px;
}

/* tinkoff end */