@charset "UTF-8";
/* Цвет шрифта */
/* Цвет ссылок */
/* Основной цвет border */
/* Основной цвет */
/* Цвет текста на фоне*/
/* Цвет текста на фоне*/
/* Дополнительный цвет */
/* Цвет текста на фоне*/
/* Доп цвет border */
/* lstom */
.doctor {
  padding: 0px 0 60px;
  /*	@media all and (max-width:$breakpoint1){
		&__header{
			display: block;
		}
		&__image,
		&__desc,
		&__buttons{
			display: block;
		}
		&__image{
			float:left;
		}
		&__desc{
			overflow: hidden;
		}
		&__buttons{
			overflow: hidden;
			padding:20px 0 0 20px;
		}
	}*/ }
  .doctor__header {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0 0 20px; }
    .doctor__header h1 {
      text-align: left; }
  .doctor__image, .doctor__desc {
    display: table-cell;
    vertical-align: middle;
    vertical-align: top; }
  .doctor__image {
    width: 280px; }
    .doctor__image img {
      display: block;
      width: 100%;
      height: auto; }
  .doctor__desc {
    padding: 10px 20px 10px 0; }
  .doctor__spec {
    padding: 0 0 40px; }
  .doctor__row {
    padding: 0 0 8px; }
  .doctor__buttons {
    padding: 20px 0 0;
    width: 240px;
    overflow: hidden;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    opacity: 1; }
    .doctor__buttons .button {
      display: block;
      margin: 0 0 10px; }
  .doctor__content {
    border-top: 1px solid #e9eef2;
    padding: 20px 0 0; }
  .doctor__gallery {
    position: relative;
    display: table-cell;
    width: 180px;
    padding-left: 20px;
    overflow: hidden; }
  .doctor-intro {
    padding: 10px 0 10px;
    margin: 0 0 40px; }
    .doctor-intro__box {
      position: relative;
      border: 1px solid #E2E2E2;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px; }
    .doctor-intro__title {
      position: absolute;
      top: -15px;
      left: 20px;
      font-size: 18px;
      font-weight: bold;
      background: #fff;
      padding: 0 10px; }
      .doctor-intro__title > * {
        padding: 0;
        margin: 0; }
    .doctor-intro__content {
      padding: 30px;
      line-height: 160%; }
  @media all and (max-width: 768px) {
    .doctor {
      /*		&__buttons{
			clear:both;
			padding:20px 0px 0px;
			width:100%;
			text-align:center;

			.btn{
				display: inline-block;
				width:200px;
				margin:0 5px 10px;
			}
		}*/ }
      .doctor__image {
        width: 180px; }
      .doctor__desc {
        padding: 0 20px 10px 20px; }
      .doctor__gallery {
        display: none; } }
  @media all and (max-width: 480px) {
    .doctor__image {
      display: block;
      width: 100%;
      margin: 0 0 0px; }
    .doctor__desc {
      display: block;
      width: 100%;
      padding: 0 0 10px; } }

.doctor-gallery {
  position: relative;
  padding: 20px 0; }
  .doctor-gallery__slider {
    height: 270px;
    overflow: hidden; }
  .doctor-gallery .slick-slide {
    height: 86px;
    overflow: hidden;
    margin-bottom: 6px; }
  .doctor-gallery__item {
    position: relative;
    cursor: pointer;
    display: block;
    height: 86px; }
    .doctor-gallery__item img {
      width: 100%; }
  .doctor-gallery__play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px; }
    .doctor-gallery__play svg {
      width: 100%; }
  .doctor-gallery__prev, .doctor-gallery__next {
    position: absolute;
    opacity: 0.5;
    margin-left: -30px;
    width: 0;
    height: 0;
    cursor: pointer; }
  .doctor-gallery__prev {
    top: 0;
    left: 50%;
    border-top: 6px solid transparent;
    border-bottom: 6px solid #111111;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent; }
  .doctor-gallery__next {
    bottom: 0;
    left: 50%;
    border-top: 6px solid #111111;
    border-bottom: 6px solid transparent;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent; }

.add-nav.stick .add-nav__box {
  top: 0 !important;
}
@media (max-width: 480px) {
    .add-nav.stick .add-nav__box {
        top: 0 !important;
    }
}