

/* Start:/local/templates/medika/css/news/news.css?17737409478243*/
.bg.button.vakancy-btn {
  margin-top: 20px;
}
.news-blocks_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px;
  margin-top: 5%;
}
.news-block {
  width: 100%;
  height: 270px;
  display: -ms-grid;
  display: grid;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
}
.vakansii-text p {
  text-indent: 30px;
}
.drop-btn_text {
  display: none;
}
.vakansii__content {
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.vakansii-lict_column {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 60px;
}
.vakansii-list_text {
  font-weight: 500;
  font-size: 22px;
}
.vakansii-list-elem {
  position: relative;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.vakansii-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.vakansii-down_text {
  font-weight: 500;
}
.vakansii-list-elem::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: -30px;
  border-radius: 100px;
  background: #844693;
}
.news-one {
  position: relative;
}
.news-one:hover a {
  opacity: 0.7;
}
.news-one a img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}
.m-news-title {
  font-size: 19px;
  font-weight: bold;
  height: 90px;
  overflow: hidden;
  color: #000000;
  padding-top: 10px;
}
a.button:hover {
  opacity: 1;
}
.m-news-date {
  font-size: 14px;
}
.news-one .button {
  margin-top: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mt50 {
  margin-top: 50px;
}
.mt180 {
  margin-top: 180px;
}
.button a {
  color: #ffffff;
}
.button a:hover {
  color: #ffffff;
}
.news-detail {
  margin-top: 5%;
  overflow-wrap: break-word;
}
.news-detail a {
  text-decoration: underline;
  color: #844693;
}
.news-detail-action {
  margin-top: 5%;
  overflow-wrap: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.news-detail-action b {
  font-weight: 600;
}
.news-detail-action li {
  list-style: disc;
  margin-left: 20px;
}
.rightimg {
  float: right;
  margin: 0 0 20px 20px;
  width: 25%;
}
.rightimg-action {
  margin: 0 0 20px 20px;
  width: 35%;
  -o-object-fit: contain;
  object-fit: contain;
}
.mt10 {
  margin-top: 20px;
}
.news-detail ul,
.news-detail ol {
  margin-left: 25px;
}
.news-detail li {
  list-style: disc;
}
.news-detail b {
  font-weight: 600;
}
.price-new {
  position: absolute;
  top: 10px;
  left: 0;
  background: rgba(230, 230, 230, 0.8);
  font-size: 24px;
  padding: 5px;
  color: #f00;
}
.price-old {
  position: absolute;
  top: 60px;
  left: 0;
  background: rgba(230, 230, 230, 0.8);
  font-size: 20px;
  padding: 5px;
  color: #565656;
  text-decoration: line-through;
}
.news-blocks_action {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 20px;
}
.mt20 {
  margin-top: 20%;
}
.new-price {
  font-weight: bold;
  font-size: 1.5rem;
  color: #fb0703;
  margin-bottom: 10px;
}
.old-price {
  font-weight: bold;
  color: #808080;
  text-decoration: line-through;
  margin-bottom: 5px;
}
.diff {
  font-weight: bold;
  margin-bottom: 5px;
}
.time {
  font-weight: bold;
  margin-bottom: 30px;
}
.record-bg {
  background: #d6c2db;
  margin-top: 150px;
  display: none;
}
.container record {
  background: #d6c2db;
  margin-top: 150px;
}
.record {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.record img {
  max-width: 45%;
}
.card__3-text .title {
  font-weight: 500;
  line-height: 1;
}
.card__3-text .card__3-btn {
  margin: 45px 0 0;
}
.card__3-subtitle {
  width: 620px;
  margin-top: 25px;
  font-size: 24px;
}
.card__3-btn {
  margin-top: 45px;
}
.warning-item__header {
  position: relative;
}
@media (max-width: 1450px) {
  .news-block {
    grid-gap: 50px;
    height: 270px;
  }
  .rightimg {
    width: 30%;
  }
}
@media (max-width: 1200px) {
  .news-blocks_row {
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }

  .news-blocks_action {
    -ms-grid-columns: 270px 20px 270px 20px 270px;
    grid-template-columns: repeat(3, 270px);
  }
}
@media (max-width: 1023px) {
  .news-blocks_row {
    grid-gap: 40px;
  }
  .vakansii-list_text {
    font-size: 18px;
  }
  .vakansii-list {
    gap: 12px;
  }
  .vakansii-list-elem {
    font-size: 16px;
  }
  .m-news-title {
    font-size: 19px;
  }
  .price-new {
    font-size: 22px;
  }
  .price-old {
    font-size: 17px;
  }
  .news-blocks_action {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 0 30px;
  }
  .rightimg-action {
    margin: 0;
    width: 100%;
  }
  .news-detail-action {
    display: block;
  }
  .container .mt10 {
    width: auto;
  }
  .record-bg {
    margin-top: 80px;
  }
  .record img {
    display: none;
  }
  .record .card__3-text {
    margin: 30px 0;
  }
  .card__3-subtitle {
    width: 100%;
    margin-top: 15px;
    font-size: 19px;
  }
  .card__3-btn {
    margin-top: 25px;
  }
}
@media (max-width: 798px) {
  .news-blocks_row {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
  .m-news-title {
    font-size: 18px;
  }
  .price-new {
    font-size: 21px;
  }
  .price-old {
    font-size: 16px;
  }
  .rightimg {
    width: 40%;
  }
}
@media (max-width: 601px) {
  .news-blocks_row {
    grid-gap: 30px;
  }
  .news-block {
    height: 210px;
  }
  .vakansii-list-elem::before {
    width: 10px;
    height: 10px;
    left: -25px;
  }
  .vakansii__content {
    gap: 16px;
  }
  .drop-btn_text {
    color: #844693;
    font-weight: 500;
    display: flex;
    font-size: 14px;
    justify-content: end;
  }
  .vakansii-lict_column {
    padding-left: 30px;
  }
  .news-one a img {
    object-fit: cover;
  }
  .vakansii-text p {
    text-indent: unset;
  }
  .vakansii__content.active {
    transition: max-height 0.5s ease;
    max-height: 10000px;
  }
  .vakansii__content {
    transition: max-height 0.5s ease;
    overflow: hidden;
    max-height: 180px;
  }
  .vakansii__content.vakansii__content-height-auto {
    max-height: unset;
  }
  .vakansii-down_text {
    margin-top: 12px;
  }
  .vakansii-list-elem {
    line-height: 18px;
  }
  .m-news-title {
    font-size: 17px;
    height: auto;
  }
  .price-new {
    font-size: 20px;
  }
  .price-old {
    font-size: 15px;
  }
  .rightimg {
    width: 50%;
  }
  .button {
    font-size: 14px;
    width: auto;
  }
}
@media (max-width: 480px) {
  .news-blocks_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 25px;
    padding: 0 30px;
  }
  .news-block {
    height: 180px;
  }
  .m-news-title {
    font-size: 16px;
  }
  .price-new {
    font-size: 19px;
  }
  .price-old {
    font-size: 14px;
  }
  .rightimg {
    float: none;
    margin: 0;
    width: 100%;
  }
  .h373 {
    height: 373px;
  }
  .rightimg-action {
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 431px) {
  .news-blocks_row {
    padding: 0 20px;
  }
  .news-detail {
    font-size: 12px;
  }
}

.news-one a {
  display: block;
}
.mt50-top-low {
  margin-top: 35px;
}

/* End */


/* Start:/local/templates/medika/components/bitrix/news/news/bitrix/news.list/.default/style.min.css?1737612150133*/
@media (max-width:1023px){.header__nav-call span{display:block !important}.header__nav-call .social_header2{display:flex !important}}
/* End */
/* /local/templates/medika/css/news/news.css?17737409478243 */
/* /local/templates/medika/components/bitrix/news/news/bitrix/news.list/.default/style.min.css?1737612150133 */
