

/* Start:/local/templates/dextra2018/static/lib/slick/slick.css?17090092371895*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/dextra2018/static/lib/slick/slick-theme.css?17090092373612*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/dextra2018/static/lib/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/dextra2018/static/lib/slick/./fonts/slick.eot');
    src: url('/local/templates/dextra2018/static/lib/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/dextra2018/static/lib/slick/./fonts/slick.woff') format('woff'), url('/local/templates/dextra2018/static/lib/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/dextra2018/static/lib/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0 !important;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: gray;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.carouseltext-slider .slick-slide, .carousel-slider .slick-slide {
    padding-left: 3px;
    padding-right: 3px;
}
@media(max-width:426px) {
	.slick-prev {
		left: 2px;
		z-index: 10;
	}
	.slick-next {
		right: 2px;
		z-index: 10;
	}
}

/* End */


/* Start:/local/templates/dextra2018/components/bitrix/news/lotos.news/bitrix/news.detail/.default/style.css?175973938220536*/
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.news-detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.news-detail .date-news {
  order: 1;
}

.news-detail .news-detail__content {
  order: 3;
  padding-bottom: 20px;
}

.news-detail .new-btn {
  color: #ffffff!important;
}


.wis-content:after {
  content: '';
  display: table;
  clear: both;
}

.wis-content > *:first-child {
  margin-top: 0 !important;
}

.wis-content > *:last-child {
  margin-bottom: 0 !important;
}

.fancybox_img {
	cursor:pointer;
}

.cr--news--form {
	margin-top: 30px !important;
	width: 100%;
}

.cr--news--form .reception__info-text {
	margin-bottom:0px;
}
.cr--news--form .reception__info-left {
	margin-bottom:0px;
}

.cr--news--form h2 {
	margin-top: 0 !important;
	font-family: Roboto !important;
}

.cr--news--form .specialist-callback__phone {
	text-align: right;
	    margin-bottom: 24px;
}
.cr--news--form .specialist-callback__button {
	text-align: right;
}

.wis-content h1:not([class]),
.wis-content h2:not([class]),
.wis-content h3:not([class]),
.wis-content h4:not([class]),
.wis-content h5:not([class]),
.wis-content h6:not([class]) {
  color: #3f454d;
  font-family: 'Inter';
  font-weight: bold;
}

.wis-content h1:not([class]),
.wis-content h2:not([class]),
.wis-content h3:not([class]) {
  margin: 32px 0 25px;
}

@media (max-width: 767px) {
  .wis-content h1:not([class]),
  .wis-content h2:not([class]),
  .wis-content h3:not([class]) {
    margin: 24px 0 19px;
  }
	.cr--news--form .specialist-callback__phone {
		text-align: left;
	}
	.cr--news--form .specialist-callback__button {
		text-align: left;
	}
	.cr--news--form .reception__info-right {
		margin-top:15px;
	}
}

.wis-content h4:not([class]) {
  margin: 32px 0 20px;
}

@media (max-width: 767px) {
  .wis-content h4:not([class]) {
    margin: 24px 0 16px;
  }
}

.wis-content h5:not([class]) {
  margin: 32px 0 16px;
}

@media (max-width: 767px) {
  .wis-content h5:not([class]) {
    margin: 24px 0 12px;
  }
}

.wis-content h6:not([class]) {
  margin: 32px 0 10px;
}

@media (max-width: 767px) {
  .wis-content h6:not([class]) {
    margin: 24px 0 12px;
  }
}

.wis-content h1:not([class]) {
  font-weight: 900;
  font-size: 48px;
  line-height: 52px;
}

@media (max-width: 767px) {
  .wis-content h1:not([class]) {
    font-size: 28px;
    line-height: 32px;
  }
}

.wis-content h2:not([class]) {
  font-size: 32px;
  line-height: 40px;
}

@media (max-width: 767px) {
  .wis-content h2:not([class]) {
    font-size: 24px;
    line-height: 28px;
  }
}

.wis-content h3:not([class]) {
  font-size: 26px;
  line-height: 36px;
}

@media (max-width: 767px) {
  .wis-content h3:not([class]) {
    font-size: 20px;
    line-height: 28px;
  }
}

.wis-content h4:not([class]) {
  font-size: 22px;
  line-height: 32px;
}

@media (max-width: 767px) {
  .wis-content h4:not([class]) {
    font-size: 18px;
    line-height: 24px;
  }
}

.wis-content h5:not([class]) {
  font-size: 20px;
  line-height: 28px;
}

@media (max-width: 767px) {
  .wis-content h5:not([class]) {
    font-size: 16px;
    line-height: 24px;
  }
}

.wis-content h6:not([class]) {
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 767px) {
  .wis-content h6:not([class]) {
    font-size: 15px;
    line-height: 24px;
  }
}

.wis-content p:not([class]) {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  color: #3f454d;
  margin: 0 0 28px;
}

@media (max-width: 767px) {
  .wis-content p:not([class]) {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 24px;
  }
}

.wis-content figure:not([class]) {
  margin: 32px 0 28px;
}

@media (max-width: 767px) {
  .wis-content figure:not([class]) {
    margin: 24px 0 16px;
  }
}

.wis-content figure:not([class]) img:not([class]) {
  margin: 0;
}

.wis-content figcaption:not([class]) {
  font-size: 16px;
  line-height: 24px;
  color: #4e667e;
  text-align: center;
  margin: 16px 0 0;
}

@media (max-width: 767px) {
  .wis-content figcaption:not([class]) {
    margin-top: 16px;
    font-size: 15px;
    line-height: 24px;
  }
}

.wis-content img:not([class]) {
  max-width: 100%;
  margin: 32px 0 28px;
}

@media (max-width: 767px) {
  .wis-content img:not([class]) {
    margin: 24px 0 16px;
  }
}

.wis-content ul:not([class]),
.wis-content ol:not([class]) {
  margin: 32px 0;
  padding: 0;
}

@media (max-width: 767px) {
  .wis-content ul:not([class]),
  .wis-content ol:not([class]) {
    margin: 24px 0;
  }
}

.wis-content ul:not([class]) li,
.wis-content ol:not([class]) li {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  color: #3f454d;
  margin: 0 0 16px;
}

@media (max-width: 767px) {
  .wis-content ul:not([class]) li,
  .wis-content ol:not([class]) li {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}

.wis-content ul:not([class]) ul:not([class]),
.wis-content ol:not([class]) ul:not([class]),
.wis-content ul:not([class]) ol:not([class]),
.wis-content ol:not([class]) ol:not([class]) {
  margin: 16px 0 0;
}

@media (max-width: 767px) {
  .wis-content ul:not([class]) ul:not([class]),
  .wis-content ol:not([class]) ul:not([class]),
  .wis-content ul:not([class]) ol:not([class]),
  .wis-content ol:not([class]) ol:not([class]) {
    margin-top: 12px;
  }
}

.wis-content ul:not([class]) ul:not([class]) > li:before,
.wis-content ol:not([class]) ul:not([class]) > li:before {
  left: 0;
}

.wis-content ul:not([class]) > li {
  padding-left: 32px;
}

@media (max-width: 767px) {
  .wis-content ul:not([class]) > li {
    padding-left: 25px;
  }
}

.wis-content ul:not([class]) > li:before {
  width: 10px;
  height: 1px;
  position: absolute;
  top: 13px;
  left: 12px;
  border-radius: 0;
  background: #009fa2;
}

@media (max-width: 767px) {
  .wis-content ul:not([class]) > li:before {
    top: 11px;
    left: 6px;
  }
}

.wis-content ol:not([class]) > li {
  padding-left: 32px;
}

.wis-content ol:not([class]) > li:before {
  content: counter(ol-li) ") ";
  font-weight: normal;
  width: 32px;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  color: #009fa2;
}

@media (max-width: 767px) {
  .wis-content ol:not([class]) > li:before {
    font-size: 15px;
    line-height: 24px;
  }
}

.wis-content ol:not([class]) ul:not([class]) > li {
  padding-left: 23px;
}

@media (max-width: 767px) {
  .wis-content ol:not([class]) ul:not([class]) > li {
    padding-left: 12px;
  }
}

.wis-content ol:not([class]) ul:not([class]) > li:before {
  left: 3px;
}

@media (max-width: 767px) {
  .wis-content ol:not([class]) ul:not([class]) > li:before {
    left: -6px;
  }
}

.wis-content blockquote:not([class]) {
  position: relative;
  margin: 32px 0;
  padding: 24px 24px 24px 48px;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #4e667e;
  background: none;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

@media (max-width: 767px) {
  .wis-content blockquote:not([class]) {
    margin: 24px 0;
    padding: 13px 24px 11px 36px;
    font-size: 18px;
    line-height: 26px;
  }
}

.wis-content blockquote:not([class]):before {
  content: '';
  display: block;
  position: absolute;
  top: 31px;
  left: 4px;
  width: 24px;
  height: 18px;
  z-index: 1;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAASCAMAAAB2Mu6sAAAAPFBMVEUAAAAAn6IAn58An6IAoKIAn58AoKIAoKIAoKIAn58AoaMAoKIAn6IAoKIAn6MAn6EAn6MAn6EAn58An6KtzXGNAAAAE3RSTlMA3yDvjxC/X68wb5+ff8+AQM9Qknh+TgAAAJtJREFUGNNNkNEWhCAIRCEUy2xrl///14UIcp7mwgAewbWd3CFUTy7ullVEOMpFAW97kVrqTwgNSrU1olIXdYO0LfYbHG53t66mMJ7ZOJUDy5uhL/uuywC5WW8VFxocARvARwLqmxKqIKkOwAllaqwAmIBTA21vagrxdEMISvoG0BMGLDS9t+a8ws87tPnHxbTBToJFIw4oNDT0B5K0ENkptk8CAAAAAElFTkSuQmCC") no-repeat center;
}

@media (max-width: 767px) {
  .wis-content blockquote:not([class]):before {
    top: 17px;
    left: 3px;
    width: 18px;
    height: 14px;
    background-size: contain;
  }
}

.wis-content blockquote:not([class]) .doctor {
  margin-top: 12px;
}

.wis-content blockquote:not([class]) .doctor__info,
.wis-content blockquote:not([class]) .doctor__name,
.wis-content blockquote:not([class]) .doctor__pos {
  line-height: 24px;
}

.wis-content blockquote:not([class]) .doctor__name,
.wis-content blockquote:not([class]) .doctor__pos {
  font-weight: normal;
}

.wis-content .prices {
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .wis-content .prices {
    margin-bottom: 24px;
  }
}

.wis-content .prices:last-child {
  margin-bottom: 0;
}

.wis-content hr {
  border: none;
  border-top: 1px solid #e1eced;
  border-bottom: 1px solid #e1eced;
  margin: 48px 0;
}

@media (max-width: 767px) {
  .wis-content hr {
    margin: 24px 0;
  }
}

.note-text {
  position: relative;
  margin: 32px 0;
  padding: 8px 0 8px 24px;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #3f454d;
  border-left: 2px solid #009fa2;
}

@media (max-width: 767px) {
  .note-text {
    margin: 24px 0;
    padding-left: 12px;
    font-size: 18px;
    line-height: 26px;
  }
}

.note-text p:not([class]) {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}

@media (max-width: 767px) {
  .note-text p:not([class]) {
    font-size: 18px;
    line-height: 26px;
  }
}

.note-text *:first-child {
  margin-top: 0 !important;
}

.note-text *:last-child {
  margin-bottom: 0 !important;
}

.info-block {
  margin: 32px 0 10px; /*margin: 32px 0;*/
  padding: 24px 32px;
  background: #f2f7fa;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .info-block {
    margin: 24px 0 10px; /*margin: 24px 0;*/
    padding: 13px 12px;
  }
}

.info-block--warning {
  background: #fbf3e7;
}

.info-block--important {
  background: #fbdddd;
}

.info-block h1:not([class]),
.info-block h2:not([class]),
.info-block h3:not([class]),
.info-block h4:not([class]),
.info-block h5:not([class]),
.info-block h6:not([class]) {
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .info-block h1:not([class]),
  .info-block h2:not([class]),
  .info-block h3:not([class]),
  .info-block h4:not([class]),
  .info-block h5:not([class]),
  .info-block h6:not([class]) {
    margin-bottom: 7px;
  }
}

.info-block *:first-child {
  margin-top: 0 !important;
}

.info-block *:last-child {
  margin-bottom: 0 !important;
}

.h-align-left {
  float: left;
  margin: 0 24px 24px 0;
}

@media (max-width: 767px) {
  .h-align-left {
    float: none;
    margin: 0 0 19px !important;
  }
}

.h-align-right {
  float: right;
  margin: 0 0 24px 24px;
}

@media (max-width: 767px) {
  .h-align-right {
    float: none;
    margin: 0 0 19px !important;
  }
}

.prices__table-cell--href-style {
  font-size: 18px;
  color: #009fa2 !important;
  word-wrap: break-word;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.prices__table-cell--href-style:hover {
  color: #009fa2 !important;
}

.title-h2 {
  font-family: 'Inter';
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  color: #3f454d;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .title-h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
  }
}

.related-articles {
  padding: 72px 0 0;
}

@media (max-width: 767px) {
  .related-articles {
    padding-top: 33px;
  }
}

.related-articles__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px -24px;
}

@media (max-width: 767px) {
  .related-articles__items {
    margin: 0;
  }
}

.related-articles__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 3 - 30px);
  min-height: 144px;
  margin: 0 15px 24px;
  padding: 16px 24px;
  background: #f2f7fa;
  border-radius: 4px;
}

@media (max-width: 1023px) {
  .related-articles__item {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .related-articles__item {
    width: 100%;
    min-height: auto;
    margin: 0 0 8px;
    padding: 12px;
  }

  .related-articles__item:last-child {
    margin-bottom: 0;
  }
}

.related-articles__item-overimg {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-right: 12px;
  overflow:hidden;
}

.related-articles__item-img {
  max-width: 100%;
 /* max-height: 100%;*/
}

.related-articles__item-info {
  width: calc(100% - 76px);
  /*padding-top: 8px;*/
}
.related-articles__item-text {
    margin-bottom:10px;
}

.related-articles__item-docname {
    margin-bottom: 7px;
    font-size: 15px;
}

@media (max-width: 767px) {
  .related-articles__item-info {
    padding-top: 4px;
  }
}

.related-articles__item-title,
.related-articles__item-date {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .related-articles__item-title,
  .related-articles__item-date {
    font-size: 15px;
  }
}

.related-articles__item-title {
  display: inline-block;
  vertical-align: top;
  color: #009fa2;
  margin: 0 0 8px;
}

.related-articles__item-date {
  display: block;
  color: #4e667e;
}

.doctors {
  padding: 72px 0 0;
}

@media (max-width: 767px) {
  .doctors {
    padding-top: 32px;
  }
}

.doctors__item {
  max-width: 270px;
}

@media (max-width: 479px) {
  .doctors__item {
    width: 212px;
  }
}

.doctors__item-overphoto {
  display: block;
  width: 145px;
  height: 145px;
  margin-bottom: 16px;
  background: #fff;
  border: 4px solid #e4e7ea;
  border-radius: 50%;
  overflow: hidden;
}

.doctors__item-photo {
 /* max-width: 100%;
  max-height: 100%;*/
}

.doctors__item-name,
.doctors__item-pos {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .doctors__item-name,
  .doctors__item-pos {
    font-size: 15px;
  }
}

.doctors__item-name {
  display: inline-block;
  vertical-align: top;
  color: #009fa2;
  margin-bottom: 8px;
}

.doctors__item-pos {
  color: #4e667e;
}

.doctors .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: -72px;
  margin: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .doctors .owl-carousel .owl-nav {
    display: none;
  }
}

.doctors .owl-carousel .owl-nav button.owl-prev,
.doctors .owl-carousel .owl-nav button.owl-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  margin: 0;
  background: #edf4f7;
  border-radius: 8px;
}

.doctors .owl-carousel .owl-nav button.owl-prev:focus,
.doctors .owl-carousel .owl-nav button.owl-next:focus {
  outline: none;
}

.doctors .owl-carousel .owl-nav button.owl-prev:before,
.doctors .owl-carousel .owl-nav button.owl-next:before {
  content: '';
  display: block;
  width: 10px;
  height: 8px;
}

.doctors .owl-carousel .owl-nav button.owl-prev span,
.doctors .owl-carousel .owl-nav button.owl-next span {
  display: none;
}

.doctors .owl-carousel .owl-nav button.owl-next {
  margin-left: 2px;
}

.doctors .owl-carousel .owl-nav button.owl-next:before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

@media (max-width: 479px) {
  .doctors .owl-carousel .owl-stage-outer {
    margin-right: -15px;
  }
}

.promotions--mobile {
  display: none;
  margin-top: 68px;
}

@media (max-width: 991px) {
  .promotions--mobile {
    display: block;
  }
}

@media (max-width: 767px) {
  .promotions--mobile {
    margin-top: 17px;
  }
}

.promotions__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  color: #3f454d;
  margin: 0 0 24px;
}

@media (max-width: 479px) {
  .promotions__item {
    width: 212px;
  }
}

.promotions__item-overimg {
  display: block;
  width: 167px;
  height: 167px;
  margin-bottom: 16px;
}

.promotions__item-img {
  max-width: 100%;
  max-height: 100%;
}

.promotions__item-title,
.promotions__item-descr,
.promotions__item-date {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .promotions__item-title,
  .promotions__item-descr,
  .promotions__item-date {
    font-size: 15px;
  }
}

.promotions__item-title {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 8px;
  color: #009fa2;
}

.promotions__item-descr {
  color: #3f454d;
  margin-bottom: 8px;
}

.promotions__item-date {
  display: block;
  color: #4e667e;
}

.promotions .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: -56px;
  margin: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .promotions .owl-carousel .owl-nav {
    display: none;
  }
}

.promotions .owl-carousel .owl-nav button.owl-prev,
.promotions .owl-carousel .owl-nav button.owl-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  margin: 0;
  background: #edf4f7;
  border-radius: 8px;
}

.promotions .owl-carousel .owl-nav button.owl-prev:focus,
.promotions .owl-carousel .owl-nav button.owl-next:focus {
  outline: none;
}

.promotions .owl-carousel .owl-nav button.owl-prev:before,
.promotions .owl-carousel .owl-nav button.owl-next:before {
  content: '';
  display: block;
  width: 10px;
  height: 8px;
}

.promotions .owl-carousel .owl-nav button.owl-prev span,
.promotions .owl-carousel .owl-nav button.owl-next span {
  display: none;
}

.promotions .owl-carousel .owl-nav button.owl-next {
  margin-left: 2px;
}

.promotions .owl-carousel .owl-nav button.owl-next:before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

@media (max-width: 479px) {
  .promotions .owl-carousel .owl-stage-outer {
    margin-right: -15px;
  }
}

.type-page__href-back:before {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L5 1M1 5L5 9M1 5H11' stroke='%23677E96' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center;
}

.doctors .owl-carousel .owl-nav button.owl-prev:before,
.doctors .owl-carousel .owl-nav button.owl-next:before,
.promotions .owl-carousel .owl-nav button.owl-prev:before,
.promotions .owl-carousel .owl-nav button.owl-next:before {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L5 1M1 5L5 9M1 5H11' stroke='%23677E96' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center;
}

.wis-content {
	font: 400 16px/20px 'Roboto', sans-serif;
}

.wis-content i,.wis-content b {
	font-size:18px;
}

.wis-content .info-block,.wis-content .note-text,.wis-content blockquote{
	display:flex;
	flex-direction: column;
}

.wis-content a {
	font-size:18px;
}


@media (min-width:769px) {
	.news-detail .carousel-slider,.news-detail .carousel-slider-main-prev {
		width: 60%; /* Ширина слайдера на десктопе*/
		margin: 0 auto 13px;
		heigth: 600px;
	}
	.news-detail .slick-list{max-height: 100%;}
.news-detail .slick-track{max-height: 100%;}

}

@media (max-width:426px) {
	.wis-content .h-align-right{
		width: 100%;
		height: auto;
	}
	.wis-content img {
		width:100%;
		height:auto;
	}
	.wis-content i,.wis-content b {
		font-size:16px;
	}
	.wis-content a {
		font-size:16px;
	}
}

/* End */
/* /local/templates/dextra2018/static/lib/slick/slick.css?17090092371895 */
/* /local/templates/dextra2018/static/lib/slick/slick-theme.css?17090092373612 */
/* /local/templates/dextra2018/components/bitrix/news/lotos.news/bitrix/news.detail/.default/style.css?175973938220536 */
