.main-article-img {
  display: none !important; }

.goods-item .row {
  align-items: center; }

.goods-item img {
  width: 100%;
  max-width: 800px !important; }

.gorsovet-bgd {
  width: auto;
  max-width: 100%;
  flex-direction: column;
  justify-content: space-around;
  font-weight: 400;
  align-items: center;
  margin-bottom: 40px; }
  .gorsovet-bgd h2 {
    font-size: 4vw; }
    @media only screen and (max-width: 900px) {
      .gorsovet-bgd h2 {
        font-size: 7vw; } }
    @media only screen and (max-width: 530px) {
      .gorsovet-bgd h2 {
        font-size: 10vw; } }
    .gorsovet-bgd h2 span {
      font-weight: 800; }
  .gorsovet-bgd .hint {
    font-size: 14px; }
  .gorsovet-bgd .money-number {
    font-size: 4vw; }
    @media only screen and (max-width: 900px) {
      .gorsovet-bgd .money-number {
        font-size: 7vw; } }
    @media only screen and (max-width: 530px) {
      .gorsovet-bgd .money-number {
        font-size: 10vw; } }
  .gorsovet-bgd .select {
    position: relative;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 30px 17px;
    font-size: 2vw;
    font-weight: 700;
    width: 100%;
    max-width: 400px;
    margin: 40px auto 20px auto; }
    @media only screen and (max-width: 900px) {
      .gorsovet-bgd .select {
        font-size: 5vw; } }
    @media only screen and (max-width: 530px) {
      .gorsovet-bgd .select {
        font-size: 7vw; } }
  .gorsovet-bgd .select.is-active .select__body {
    display: block;
    max-width: 400px; }
  .gorsovet-bgd .select__header {
    position: relative;
    cursor: pointer;
    padding-right: 60px; }
  .gorsovet-bgd .select__current {
    display: block;
    color: #000000;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .gorsovet-bgd .select__icon {
    color: #000000;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%); }
  .gorsovet-bgd .select.is-active .select__icon {
    transform: rotate(180deg) translateY(50%); }
  .gorsovet-bgd .select__body {
    position: absolute;
    display: none;
    top: 85px;
    right: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
    color: #16325c;
    border: 1px solid #000000;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    z-index: 5; }
  .gorsovet-bgd .select__item {
    cursor: pointer;
    padding: 16px;
    font-size: 2vw;
    color: #000; }
    @media only screen and (max-width: 900px) {
      .gorsovet-bgd .select__item {
        font-size: 5vw; } }
    @media only screen and (max-width: 530px) {
      .gorsovet-bgd .select__item {
        font-size: 7vw; } }
  .gorsovet-bgd .select__item:hover {
    background-color: rgba(0, 0, 0, 0.3); }

.money-wrap {
  text-align: center;
  line-height: normal; }

.goods-number {
  font-size: 35px;
  line-height: 35px; }

.goods-title {
  font-size: 20px; }

.art-content .row {
  margin-bottom: 30px; }

