.press_container_right {
  background: #cdcece;
  width: calc(100% - 177px);
  overflow: hidden;
}

.press_title {
  background-image: url(/img/news/news_title_background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 11.5vw;
  position: relative;
}

.press_title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 3.7vw;
  height: 0.5vw;
  background-color: #383838;
  width: 30%;
  z-index: 0;
}

.press_title:after {
  content: '';
  position: absolute;
  left: 0;
  top: 9vw;
  height: 0.5vw;
  background-color: #383838;
  width: 80%;
  z-index: 0;
}

.press_title h1 {
  text-shadow: 0 23px 27px rgba(49, 49, 49, 0.55);
  color: white;
  font-family: 'Conv_Intro';
  font-size: 6.8vw;
  font-weight: 400;
  line-height: 8.5vw;
  text-transform: uppercase;
  padding-left: 3vw;
  padding-top: 1.4vw;
  letter-spacing: 0.2vw;
}

.contacts_strelka {
  height: 0.5vw;
  background-color: #383838;
  width: 90%;
}

strong {
  font-weight: 600;
}

.press_prewie {
  color: #36383b;
  font-family: "Conv_MyriadPro-Regular";
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 1.7vw;
  padding: 1.5vw 3vw 1.5vw;
  border: 3px dashed #4f5256;
  box-sizing: border-box;
  margin: 2vw auto;
  width: 95%;
  font-weight: 600;
  text-align: center;
}

.press_zagolovok {
  color: #36383b;
  font-family: "Conv_MyriadPro-Semibold";
  font-size: 1.6vw;
  font-weight: 400;
  height: 3.5vw;
  background-image: linear-gradient(to right, #bebdbd 0%, #bebdbd 9%, transparent 100%);
  line-height: 3.8vw;
  padding-left: 2vw;
  margin: 1vw auto;
  width: 95%;
  box-sizing: border-box;
  font-weight: 600;
}

.press_news_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 1vw auto 3vw;
  width: 95%;
}

.press_news_left {
  width: 35%;
}

.press_news_right {
  width: 62%;
  margin-left: 3%;
}

.press_news_right p {
  color: #36383b;
  font-family: "Conv_MyriadPro-Regular";
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2vw;
  padding: 0vw 0px 1vw;
}
