

/* Start:/local/static/bundle/css/stock-banner.css?15856517961908*/
.stock-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .stock-banner__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .stock-banner__wrapper {
    max-width: 555px;
    width: 100%;
    min-height: 320px;
    padding-top: 60px;
    padding-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .stock-banner__wrapper {
        min-height: 220px;
        max-width: none; } }
  .stock-banner__title {
    font: 600 42px "Museo Sans Cyrl", sans-serif;
    color: #000;
    margin-bottom: 35px; }
    @media only screen and (max-width: 991px) {
      .stock-banner__title {
        font-size: 34px;
        margin-bottom: 25px; } }
    @media only screen and (max-width: 767px) {
      .stock-banner__title {
        font-size: 28px;
        text-align: center;
        margin-bottom: 20px; } }
  .stock-banner__text {
    color: #333;
    margin-bottom: 70px;
    font: 600 20px/1.5 "Museo Sans Cyrl", sans-serif; }
    @media only screen and (max-width: 991px) {
      .stock-banner__text {
        font-size: 18px; } }
    @media only screen and (max-width: 767px) {
      .stock-banner__text {
        text-align: center;
        max-width: none;
        font-size: 16px;
        margin-bottom: 30px; } }
    @media only screen and (min-width: 768px) {
      .stock-banner--left-border .stock-banner__text {
        padding: 10px 0 10px 30px;
        border-left: 5px solid #ED1B2E; } }
  .stock-banner__btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media only screen and (max-width: 767px) {
      .stock-banner__btn-container {
        display: none; } }
  .stock-banner__btn {
    margin: 0 20px 30px 0; }

/* End */


/* Start:/local/static/bundle/css/stock-detail.css?15856517962724*/
.stock-detail {
  padding-top: 55px;
  margin-bottom: 60px;
  border-top: 1px solid rgba(51, 51, 51, 0.15); }
  @media only screen and (max-width: 1299px) {
    .stock-detail {
      padding-top: 50px;
      margin-bottom: 50px; } }
  @media only screen and (max-width: 991px) {
    .stock-detail {
      padding-top: 40px;
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .stock-detail {
      padding-top: 30px;
      margin-bottom: 30px; } }
  .stock-detail__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media only screen and (max-width: 991px) {
      .stock-detail__grid {
        display: block; } }
  .stock-detail__content {
    max-width: 580px;
    padding-right: 30px; }
    @media only screen and (max-width: 991px) {
      .stock-detail__content {
        padding-right: 0;
        max-width: none;
        margin-bottom: 40px; } }
    @media only screen and (max-width: 767px) {
      .stock-detail__content {
        margin-bottom: 30px; } }
  .stock-detail__title {
    font: bold 28px/1.25 "Futura New", sans-serif;
    position: relative;
    letter-spacing: -0.018em;
    margin-bottom: 32px;
    padding-top: 32px; }
    @media only screen and (max-width: 1299px) {
      .stock-detail__title {
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      .stock-detail__title {
        padding-top: 20px;
        margin-bottom: 20px;
        font-size: 20px; } }
    .stock-detail__title:before {
      content: '';
      height: 5px;
      width: 150px;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      background: #ED1B2E; }
      @media only screen and (max-width: 767px) {
        .stock-detail__title:before {
          height: 4px; } }
  .stock-detail__desc {
    font: normal 17px/1.6 "Museo Sans Cyrl", sans-serif; }
    @media only screen and (max-width: 1299px) {
      .stock-detail__desc {
        font-size: 16px; } }
    @media only screen and (max-width: 767px) {
      .stock-detail__desc {
        font-size: 15px; } }
    .stock-detail__desc p {
      margin-bottom: 20px;
      font: inherit inherit/inherit inherit; }
  .stock-detail__form {
    min-width: 360px;
    width: 360px;
    background-color: #e9eef4; }
    @media only screen and (max-width: 991px) {
      .stock-detail__form {
        width: auto;
        min-width: unset; } }

/* End */


/* Start:/local/static/bundle/css/stock-form.css?1585651796450*/
.stock-form__validity-promo {
  text-align: center;
  font: 600 18px/1.2 "Futura New", sans-serif;
  padding: 25px 0;
  border-top: 1px solid rgba(51, 51, 51, 0.15);
  margin: 25px 0 0; }
  @media only screen and (max-width: 1299px) {
    .stock-form__validity-promo {
      font-size: 17px; } }
  @media only screen and (max-width: 767px) {
    .stock-form__validity-promo {
      font-size: 16px;
      padding: 16px 0;
      margin: 16px 0 0; } }

/* End */


/* Start:/local/static/bundle/css/progressive-tech.css?15856517963636*/
.progressive-tech {
  background-color: #e9eef4;
  padding: 65px 0; }
  @media only screen and (max-width: 991px) {
    .progressive-tech {
      padding: 45px 0; } }
  @media only screen and (max-width: 479px) {
    .progressive-tech {
      padding: 45px 0 0; } }
  .progressive-tech__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media only screen and (max-width: 991px) {
      .progressive-tech__grid {
        display: block; } }
  .progressive-tech__content {
    color: #333; }
    @media only screen and (max-width: 991px) {
      .progressive-tech__content {
        margin-bottom: 20px; } }
  .progressive-tech__title {
    color: #333;
    font: 29px/1.25 "Futura New", sans-serif;
    margin-bottom: 45px;
    max-width: 470px; }
    @media only screen and (max-width: 1299px) {
      .progressive-tech__title {
        font-size: 25px;
        margin-bottom: 35px; } }
    @media only screen and (max-width: 991px) {
      .progressive-tech__title {
        max-width: none;
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      .progressive-tech__title {
        max-width: none;
        font-size: 20px;
        margin-bottom: 25px; } }
  .progressive-tech__grid-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 -40px; }
    @media only screen and (max-width: 1299px) {
      .progressive-tech__grid-content {
        margin: 0; } }
  .progressive-tech__item {
    width: -webkit-calc(50% - 80px);
    width: calc(50% - 80px);
    min-width: -webkit-calc(50% - 80px);
    min-width: calc(50% - 80px);
    margin: 0 40px 35px; }
    @media only screen and (max-width: 1299px) {
      .progressive-tech__item {
        width: 100%;
        min-width: unset;
        margin: 0 0 30px; } }
  .progressive-tech__title-item {
    font: bold 19px/1.25 "Futura New", sans-serif;
    margin-bottom: 20px; }
    @media only screen and (max-width: 1299px) {
      .progressive-tech__title-item {
        font-size: 17px;
        margin-bottom: 15px; } }
    @media only screen and (max-width: 991px) {
      .progressive-tech__title-item {
        text-align: center; } }
  .progressive-tech__text {
    font: normal 17px/1.6 "Museo Sans Cyrl", sans-serif; }
    @media only screen and (max-width: 991px) {
      .progressive-tech__text {
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      .progressive-tech__text {
        font-size: 15px; } }
  .progressive-tech__scheme {
    width: 370px;
    min-width: 370px;
    padding: 10px;
    margin-left: 80px;
    background: #fff; }
    @media only screen and (max-width: 1299px) {
      .progressive-tech__scheme {
        margin-left: 50px; } }
    @media only screen and (max-width: 991px) {
      .progressive-tech__scheme {
        min-width: unset;
        max-width: 100%;
        margin: 0 auto; } }
    @media only screen and (max-width: 479px) {
      .progressive-tech__scheme {
        padding: 0;
        margin: 0 -15px;
        width: 100%; }
        .progressive-tech__scheme .scheme-teeth {
          width: -webkit-calc(100% + 30px);
          width: calc(100% + 30px);
          overflow: hidden; } }

/* End */


/* Start:/local/static/bundle/css/scheme-teeth.css?15856517965735*/
.scheme-teeth__wrapper {
  background-color: #e9eef4;
  padding: 20px 0 35px;
  border: 1px solid #d0d6de; }

.scheme-teeth__title {
  text-align: center;
  margin-bottom: 60px;
  font: normal 21px/1 "Futura New", sans-serif;
  color: #333; }
  .scheme-teeth__title-bold {
    font-weight: 700; }

.scheme-teeth__scheme {
  position: relative;
  width: 324px;
  height: 440px;
  background: url(/local/static/bundle/img/scheme-teeth.png) no-repeat center/contain;
  margin: 0 auto 40px; }

.scheme-teeth__item {
  width: 20px;
  height: 20px;
  font: normal 12px/1 "Futura New", sans-serif;
  position: absolute;
  color: #003997;
  text-align: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: -3px 0 0 0;
  cursor: pointer; }
  .scheme-teeth__item.active {
    background: #ffde43; }
    .scheme-teeth__item.active:before {
      background: -o-radial-gradient(center, ellipse, #ffde43 0%, rgba(255, 255, 255, 0) 100%);
      background: radial-gradient(ellipse at center, #ffde43 0%, rgba(255, 255, 255, 0) 100%); }
  .scheme-teeth__item:before {
    content: '';
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    -webkit-border-radius: 50%;
            border-radius: 50%; }
  .scheme-teeth__item--11 {
    top: 30px;
    left: 151px; }
    .scheme-teeth__item--11:before {
      left: -13px;
      top: -28px; }
  .scheme-teeth__item--21 {
    top: 30px;
    right: 134px; }
    .scheme-teeth__item--21:before {
      left: 2px;
      top: -29px; }
  .scheme-teeth__item--12 {
    top: 37px;
    left: 134px; }
    .scheme-teeth__item--12:before {
      left: -23px;
      top: -26px; }
  .scheme-teeth__item--22 {
    top: 35px;
    right: 118px; }
    .scheme-teeth__item--22:before {
      left: 11px;
      top: -23px; }
  .scheme-teeth__item--13 {
    top: 50px;
    left: 120px; }
    .scheme-teeth__item--13:before {
      left: -33px;
      top: -19px; }
  .scheme-teeth__item--23 {
    top: 52px;
    right: 98px; }
    .scheme-teeth__item--23:before {
      left: 17px;
      top: -24px; }
  .scheme-teeth__item--24 {
    top: 70px;
    right: 87px; }
    .scheme-teeth__item--24:before {
      left: 20px;
      top: -19px; }
  .scheme-teeth__item--25 {
    top: 91px;
    right: 77px; }
    .scheme-teeth__item--25:before {
      left: 22px;
      top: -15px; }
  .scheme-teeth__item--26 {
    top: 123px;
    right: 77px; }
    .scheme-teeth__item--26:before {
      left: 32px;
      top: -19px; }
  .scheme-teeth__item--27 {
    top: 150px;
    right: 72px; }
    .scheme-teeth__item--27:before {
      left: 34px;
      top: -11px; }
  .scheme-teeth__item--28 {
    top: 184px;
    right: 69px; }
    .scheme-teeth__item--28:before {
      left: 32px;
      top: -9px; }
  .scheme-teeth__item--14 {
    top: 70px;
    left: 108px; }
    .scheme-teeth__item--14:before {
      left: -36px;
      top: -16px; }
  .scheme-teeth__item--15 {
    top: 90px;
    left: 97px; }
    .scheme-teeth__item--15:before {
      left: -36px;
      top: -16px; }
  .scheme-teeth__item--16 {
    top: 123px;
    left: 94px; }
    .scheme-teeth__item--16:before {
      left: -36px;
      top: -16px; }
  .scheme-teeth__item--17 {
    top: 149px;
    left: 89px; }
    .scheme-teeth__item--17:before {
      left: -45px;
      top: -11px; }
  .scheme-teeth__item--18 {
    top: 183px;
    left: 83px; }
    .scheme-teeth__item--18:before {
      left: -40px;
      top: -10px; }
  .scheme-teeth__item--31 {
    bottom: 30px;
    right: 138px; }
    .scheme-teeth__item--31:before {
      left: 7px;
      top: 23px; }
  .scheme-teeth__item--41 {
    bottom: 30px;
    left: 150px; }
    .scheme-teeth__item--41:before {
      left: -13px;
      top: 23px; }
  .scheme-teeth__item--32 {
    bottom: 35px;
    right: 120px; }
    .scheme-teeth__item--32:before {
      left: 16px;
      top: 20px; }
  .scheme-teeth__item--42 {
    bottom: 35px;
    left: 133px; }
    .scheme-teeth__item--42:before {
      left: -20px;
      top: 18px; }
  .scheme-teeth__item--33 {
    bottom: 48px;
    right: 105px; }
    .scheme-teeth__item--33:before {
      left: 22px;
      top: 11px; }
  .scheme-teeth__item--43 {
    bottom: 49px;
    left: 115px; }
    .scheme-teeth__item--43:before {
      left: -28px;
      top: 14px; }
  .scheme-teeth__item--34 {
    bottom: 65px;
    right: 93px; }
    .scheme-teeth__item--34:before {
      left: 24px;
      top: 7px; }
  .scheme-teeth__item--44 {
    bottom: 68px;
    left: 105px; }
    .scheme-teeth__item--44:before {
      left: -32px;
      top: 9px; }
  .scheme-teeth__item--35 {
    bottom: 88px;
    right: 82px; }
    .scheme-teeth__item--35:before {
      left: 27px;
      top: 7px; }
  .scheme-teeth__item--45 {
    bottom: 89px;
    left: 93px; }
    .scheme-teeth__item--45:before {
      left: -32px;
      top: 9px; }
  .scheme-teeth__item--36 {
    bottom: 117px;
    right: 80px; }
    .scheme-teeth__item--36:before {
      left: 34px;
      top: 9px; }
  .scheme-teeth__item--46 {
    bottom: 117px;
    left: 95px; }
    .scheme-teeth__item--46:before {
      left: -41px;
      top: 7px; }
  .scheme-teeth__item--37 {
    bottom: 149px;
    right: 75px; }
    .scheme-teeth__item--37:before {
      left: 37px;
      top: 2px; }
  .scheme-teeth__item--47 {
    bottom: 149px;
    left: 90px; }
    .scheme-teeth__item--47:before {
      left: -42px;
      top: 2px; }
  .scheme-teeth__item--38 {
    bottom: 178px;
    right: 75px; }
    .scheme-teeth__item--38:before {
      left: 37px;
      top: -3px; }
  .scheme-teeth__item--48 {
    bottom: 178px;
    left: 84px; }
    .scheme-teeth__item--48:before {
      left: -42px;
      top: -3px; }

body .scheme-teeth__btn {
  display: table;
  margin: 0 auto; }

/* End */


/* Start:/local/static/bundle/css/modal-form.css?1585651796678*/
.modal-form {
  color: pink; }
  .modal-form__wrapper-form {
    max-width: 332px; }
    @media only screen and (min-width: 768px) {
      .modal-form__wrapper-form {
        min-width: 332px; } }
  .modal-form .fancybox-close-small {
    top: 25px;
    right: 25px; }
    @media only screen and (max-width: 479px) {
      .modal-form .fancybox-close-small {
        top: 15px;
        right: 15px; } }
  .modal-form__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .modal-form__scheme {
    margin-right: 20px; }
    @media only screen and (max-width: 767px) {
      .modal-form__scheme {
        display: none; } }

/* End */


/* Start:/local/templates/kellerNew/components/bitrix/news.list/director/style.css?1631045908345*/
@media (min-width: 768px) and (max-width: 1299px) {
	img.welcomeImg{
		width: 290px;
		height: 290px;
	}
  }
  @media (min-width: 480px) and (max-width: 767.98px) {
	img.welcomeImg{
		width: 170px;
		height: 170px;
	}
  }
  @media (min-width: 0) and (max-width: 479.98px) {
	img.welcomeImg{
		width: auto;
		height: auto;
	}
  }
/* End */


/* Start:/local/templates/kellerNew/components/bitrix/news.list/clinics.map/style.css?17617138812454*/
.clinics-map {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 5px;
}


.clinics-map__item {
    width: 100%;
    max-width: 100%;
    padding: 0 1.5% 30px 0;
}

.clinics-route {
    display: none;
    align-items: flex-end;
    margin-top: -10px;
    margin-bottom: 20px;
}

.clinics-route__text {
    font: 500 13px "Museo Sans Cyrl", sans-serif;
    color: #333333;
    margin-bottom: 9px;
}

.clinics-route__link {
    transition: opacity .3s;
}

.clinics-route__link:hover {
    opacity: .85
}

.clinics-route__icon {
    max-width: 40px;
    max-height: 40px;
    margin-left: 10px;
}

.clinics__item-content .tel {
    display: block;
    margin: 0 0 10px;
    font: 300 18px/122% "Museo Sans Cyrl", sans-serif;
    text-decoration: none;
    color: #333333;
}

.clinics__item-content .tel:hover {
    color: #ED1B2E;
}

.clinics__item-content .adr {
    font: 600 16px/122% "Museo Sans Cyrl", sans-serif;
    display: block;
}


.clinics__item-content .org {
    font: 300 14px/143% "Museo Sans Cyrl", sans-serif;
    display: block;
    margin: 8px 0 0;
}

.clinics__item-content .org + p {
    line-height: 143%;
}

.clinics__title {
    margin: 0 0 20px;
    font: 600 24px/122% "Museo Sans Cyrl", sans-serif;
}

.clinics__item-content {
    margin-bottom: 15px;
    width: calc(100% - 193px)
}

.clinics__pic {
    max-width: 172px;
    margin-right: 21px;
    flex: none;
}

.clinics-map .clinics-map__item .contacts-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


@media (max-width: 991px) {
    .clinics-map__item  {
        width: 100%;
        max-width: 100%;
    }

    .clinics-map .clinics-map__item .contacts-item {
        display: block;
    }

    .clinics-route {
        display: flex;
    }

    .clinics__pic {
        margin: 0 0 10px;
    }
}

@media (max-width: 480px) {
    .clinics-map__item  {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .clinics__pic {
        max-width: 100%;
        max-height: 54vw;
        margin: 0 0 20px;
        overflow: hidden;
        flex: none;
    }
    .section-padding .clinics-map .clinics-map__item .contacts-item {
        display: block;
    }

    .clinics__item-content {
        width: 100%;
    }

    .clinics__item-content {
        min-height: auto;
    } 
}

.yandexRoute {
    cursor: pointer;
}
/* End */
/* /local/static/bundle/css/stock-banner.css?15856517961908 */
/* /local/static/bundle/css/stock-detail.css?15856517962724 */
/* /local/static/bundle/css/stock-form.css?1585651796450 */
/* /local/static/bundle/css/progressive-tech.css?15856517963636 */
/* /local/static/bundle/css/scheme-teeth.css?15856517965735 */
/* /local/static/bundle/css/modal-form.css?1585651796678 */
/* /local/templates/kellerNew/components/bitrix/news.list/director/style.css?1631045908345 */
/* /local/templates/kellerNew/components/bitrix/news.list/clinics.map/style.css?17617138812454 */
