.vystavka {
  padding: 0;
  margin: 60px 0;
}

.vystavka-descr__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.vystavka-descr__p {
  font: 500 12px var(--title-font);
  line-height: 130%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--dark-grey-color);
  margin-bottom: 15px;
}

.vystavka-descr__title {
  font: 600 21px var(--title-font);
  color: var(--text-color);
  margin-bottom: 22px;
}

.vystavka-descr__buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.vystavka-descr__buy p {
  font: 600 16px var(--title-font);
  line-height: 1;
  color: var(--text-color);
  margin-right: 25px;
}

.vystavka-descr__buy .buy-link {
  font: 400 14px var(--text-font);
  color: var(--title-color);
}

.vystavka-descr__buy .buy-link span {
  border-bottom: 1px solid var(--title-color);
  line-height: 1;
  display: inline-block;
}

.vystavka-descr__buy .buy-link:hover span {
  border-bottom: 1px solid transparent;
}

.vystavka-descr__properties {
  background: var(--lk-background);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*height: 35px;*/
  width: fit-content;
}

.vystavka-descr__properties-item {
  font: 400 14px var(--text-font);
  font-family: var(--text-font);
  line-height: 150%;
  text-align: center;
  color: var(--title-color);
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 7px 10px;
  position: relative;
}

.vystavka-descr__properties-item::after {
  background: var(--border-color);
  width: 1px;
  height: 18px;
  content: '';
  position: absolute;
  top:7px;
  right: -1px;
}

.vystavka-descr__properties-item:last-of-type::after {
  display: none;
}

.vystavka-descr__text {
  font: 400 16px var(--text-font);
  line-height: 150%;
  color: var(--text-color);
  margin: 25px 0 0 0;  /*20*/
}

.vystavka .btn-link_red {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px 29px;
  margin-top: 30px;
  margin-bottom: 39px;
  background: var(--main-color);
  border-radius: 4px;
  border: 1px solid var(--main-color);
  color: var(--background);
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font: 500 12px var(--text-font);
}

.vystavka .btn-link_red:hover {
  border: 1px solid var(--main-color);
  background-color: var(--background);
  color: var(--main-color);
}

.vystavka-img__container {
  font-size: 0;
}

.vystavka-img__container img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 768px) {
  .vystavka {
    margin: 80px 0;
  }

  .vystavka .vystavka-descr__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: calc(35% - 20px);
    margin-right: 20px;
    margin-left: -1px;
  }

  .vystavka-descr__p {
    margin-bottom: 15px;
  }

  .vystavka-descr__title {
    font-size: 21px;
    margin-bottom: 21px;
  }

  .vystavka-descr__properties-item {
    padding: 7px 10px;
  }
  .vystavka-descr__text {
    margin: 30px 0 30px;
  }

  .vystavka .btn-link_red {
    margin-bottom: 0;
  }

  .vystavka-descr__container {
    width: calc(50% - 20px);
    margin-right: 30px;
  }

  .vystavka-descr__buy {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
  }
}

@media (min-width: 1100px) {
  .vystavka {
    margin: 120px 0;
  }
  .vystavka-descr__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vystavka-descr__title {
    margin-bottom: 17px;
  }
  .vystavka-descr__text {
    font-size: 16px;
    margin: 30px 0 40px;
  }

  .vystavka-descr__buy p {
    font-size: 18px;
  }

  .vystavka-img__container img {
    height: 100%;
  }
}

@media (min-width: 1400px) {

  .vystavka-descr__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(35% - 20px);
    margin-right: 20px;
  }
}

.vystavka .vystavka-descr__text:not(:last-of-type) {
  margin-bottom: 20px;
}

.vystavka .vystavka-descr__text:last-of-type {
  margin: 0;
}

.vystavka-descr__text button {
  font: 400 16px var(--text-font);
  line-height: 150%;
  color: var(--text-color);
  border-bottom: 1px solid var(--text-color);
  display: inline-block;
  line-height: 1;
}

.vystavka-descr__text button:hover {
  border-bottom: 1px solid transparent;
}

@media (min-width: 768px) {
  .vystavka > .wrapper {
    /* width: calc(100% - 60px); */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .vystavka .vystavka-descr__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: normal;
    flex-direction: row;
    width: 100%;
    margin-bottom: 41px;
  }

  .vystavka-descr__text-left {
    width: calc(50% - 30px);
    margin-right: 30px;
  }

  .vystavka-descr__text-right {
    width: calc(51% - 6px);
  }

  .vystavka .btn-link_red {
    margin-top: 30px;
  }

  .vystavka .vystavka-descr__text:not(:last-of-type) {
    margin-top: 0px;
  }
}

@media (min-width: 1100px) {
  .vystavka-descr__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .vystavka-descr__properties-item {
    padding: 7px 16px;
  }

  .vystavka .vystavka-descr__text:last-of-type {
    max-width: 80%;
  }

  .vystavka .vystavka-descr__text:not(:last-of-type) {
    margin-top: 20px;
    max-width: 100%;
  }

  .vystavka .btn-link_red {
    margin-top: 40px;
  }

  .vystavka .vystavka-img__container img {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 1230px) {
  .vystavka > .wrapper {
    /* width: calc(100% - 40px); */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .vystavka .vystavka-descr__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 0;
  }

  .vystavka-descr__text-left {
    width: 100%;
    margin-right: 0;
    margin-top: -2px;
  }

  .vystavka-descr__text-right {
    width: 100%;
  }

  .vystavka .vystavka-descr__title {
    font-size: 30px;
  }

  .vystavka .evystavka-descr__text:not(:last-of-type) {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .vystavka .btn-link_red {
    width: 220px;
    padding: 10px 0 9px 10px;
  }
}

@media (min-width: 1400px) {
  .vystavka .vystavka-descr__properties {
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
  }

  .vystavka .vystavka-descr__container {
    width: calc(35% - 20px);
    margin-right: 20px;
  }
}

/* конец блок Выставка */
