

/* Start:/local/templates/clinics/components/bitrix/news.detail/clinic_doctor_spec_detail/style.css?16808598305717*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
.kliniki-spec {
  margin: 25px 0;
}
.kliniki-spec__title {
  font-size: 25px;
  font-family: 'bold';
  margin-bottom: 10px;
}
.kliniki-spec__links a {
  font-size: 16px;
  color: #26364b;
}
.kliniki-spec__links a::after {
  content: ', ';
}
.kliniki-spec__links a:last-child::after {
  content: none;
}
.kliniki-spec__links a:hover {
  color: #009ec5;
  text-decoration: none;
}
.stothree_ss__sfo_name {
  line-height: 1.2;
}
.stothree_spdocs_1 {
  height: 150px;
  overflow: hidden;
}
.stothree_spdocs_1_img {
  height: 148px;
}
.stothree_spdocs_1_img img {
  height: 148px;
  width: 148px;
  -o-object-fit: cover;
     object-fit: cover;
}
.kliniki-cert {
  margin-bottom: 30px;
}
.kliniki-cert__wrap {
  position: relative;
}
.kliniki-cert__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -40px;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  -webkit-box-shadow: 0 6px 16px rgba(26, 61, 107, 0.16);
          box-shadow: 0 6px 16px rgba(26, 61, 107, 0.16);
  cursor: pointer;
}
.kliniki-cert__arrow-left {
  left: -8px;
}
.kliniki-cert__arrow-left .fa {
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}
.kliniki-cert__arrow-right {
  right: -8px;
}
.kliniki-cert__arrow-right .fa {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.kliniki-cert__carousel-item {
  display: inline-block;
  padding: 5px;
  cursor: pointer;
}
.kliniki-cert__carousel-item img {
  border: 1px solid #eef3ff;
  border-radius: 8px;
  padding: 8px;
  width: 100%;
  margin-bottom: 8px;
  display: inline-block;
  -webkit-box-shadow: 0 1px 8px rgba(26, 61, 107, 0.05), 0 0 2px rgba(38, 54, 75, 0.08);
          box-shadow: 0 1px 8px rgba(26, 61, 107, 0.05), 0 0 2px rgba(38, 54, 75, 0.08);
}
.kliniki-cert__carousel-item div {
  text-align: center;
  font-size: 14px;
}
.kliniki-cert__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(38, 54, 75, 0.6);
  padding: 24px;
  display: none;
}
.kliniki-cert__modal-img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 75vh;
  width: 75vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.kliniki-cert__close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 24px;
  right: 24px;
  background: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kliniki-cert__close svg {
  width: 10px;
  height: 10px;
}
.kliniki-cert__close svg path {
  fill: #828ea5;
}
.kliniki-price__mobile {
  display: none;
}
.kliniki-price__title {
  color: #010100;
  font-size: 25px;
  font-family: 'bold';
  margin-bottom: 24px;
}
.kliniki-price__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.kliniki-price__list li {
  display: inline-block;
  font-size: 15px;
  padding: 8px 12px;
  background: #eef3ff;
  border-radius: 8px;
  margin: 0 12px 12px 0;
  cursor: pointer;
  color: #26364b;
}
.kliniki-price__list .active {
  background: #828ea5;
  color: #fff;
}
.kliniki-price__item {
  -webkit-box-shadow: 0 2px 24px rgba(26, 61, 107, 0.08), 0 0 2px rgba(38, 54, 75, 0.08);
          box-shadow: 0 2px 24px rgba(26, 61, 107, 0.08), 0 0 2px rgba(38, 54, 75, 0.08);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
}
.kliniki-price__value {
  padding: 24px;
}
.kliniki-price__value ul,
.kliniki-price__value li {
  margin: 0;
  padding: 0;
}
.kliniki-price__value li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #eef3ff;
}
.kliniki-price__value li:last-child {
  border-bottom: none;
}
.kliniki-price__value-price {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: 'bold';
  font-weight: 700;
}
.kliniki-price__value-name {
  margin-right: 15px;
}
.kliniki-price__tel {
  padding: 24px;
  border-left: 1px solid #eef3ff;
}
@media (max-width: 767.98px) {
  .kliniki-price__tel {
    display: none;
  }
  .kliniki-price {
    display: none;
  }
  .kliniki-price__mobile {
    display: block;
  }
  .kliniki-price__mobile select {
    border: none;
    width: 100%;
    background: #eef3ff;
    padding: 10px;
    margin-bottom: 20px;
    outline: none;
  }
  .kliniki-price__value {
    width: 100%;
  }
  .kliniki-price__value li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .kliniki-price__value-name {
    margin-right: 10px;
  }
}
@media (max-width: 480.98px) {
  .stothree_spdocs_1 {
    height: auto;
    overflow: hidden;
  }
  .kliniki-cert__arrow {
    display: none;
  }
}


/* End */


/* Start:/local/templates/clinics/components/askaron/askaron.reviews.for.element/review_list_detail/style.css?16808598301863*/
.askaron-reviews-for-element  {
	font-family: Arial,​Helvetica,​sans-serif;
	font-size: 13px;
}

.askaron-reviews-for-element .ask-add {
	margin-bottom:20px;	
}

.askaron-reviews-for-element .ask-add a {
	text-decoration:none;
	color:#000;
	border-bottom:1px dotted;
	font-size:20px;
}

.askaron-reviews-for-element .ask-add a:hover {
	color: #EA0000;
}

.askaron-reviews-for-element .ask-not-active {	
	background:#fff;
}

.askaron-reviews-for-element .ask-review {
	margin-bottom: 10px;
	color: #000;
	padding: 10px;
	background: #f7f7f7;
	margin-top: 10px;
	padding-bottom: 5px;
}

.askaron-reviews-for-element .ask-review .ask-name {
	font-size: 18px;
	display: inline-block;
	color: #2b2b2b;	
}


.askaron-reviews-for-element .ask-review .ask-name span {
	font-size:12px;
	color:#666;
	margin-left:9px;
}

.askaron-reviews-for-element .ask-review .ask-edit-link-block
{
	font-size:12px;
	display: inline-block;
}

.askaron-reviews-for-element .ask-review .ask-edit-link-block a
{
	text-decoration: underline;
	margin-left:9px;
	color: #000;
}

.askaron-reviews-for-element .ask-review .ask-review-item {
	overflow: auto;
}

.askaron-reviews-for-element .ask-review .ask-review-item .ask-title {
	vertical-align: top;
	font-weight: bold;
	display: inline-block;
	margin-right: 5px; 
	margin-bottom: 4px;
}

.askaron-reviews-for-element .ask-review .ask-review-item .ask-text {
	display: inline-block;
	color: #666;
	line-height: 18px;
}

.askaron-reviews-for-element .ask-review .ask-stars {
	margin:8px 0 7px;
}

.askaron-reviews-for-element .ask-review .ask-stars img {
	border: 0;
	vertical-align: bottom;
}

.askaron-reviews-for-element .ask-review .ask-stars span {
	font-size: 13px;
	line-height: 13px;	
	margin-left: 8px;		
	color: #999;
	vertical-align: bottom;
}

.askaron-reviews-for-element .ask-new-interval {
	height: 30px;
	display: block;
}
/* End */


/* Start:/local/templates/clinics/components/askaron/askaron.reviews.new/add_review_news/style.css?16808598302279*/
.askaron-reviews-new  {
    font-family: Arial,​Helvetica,​sans-serif;
    font-size: 14px;
    color: #000;
}

.askaron-reviews-new h3{
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 10px 0;
    color: #000;
}

.askaron-reviews-new .ask-error
{
    color:red;
    margin-bottom: 10px;
}

.askaron-reviews-new .ask-ok
{
    color:green;
    margin-bottom: 10px;
}

.askaron-reviews-new .ask-note
{
    color:#333;
    font-size: 12px;
    margin-bottom: 10px;
}

.askaron-reviews-new .ask-grade
{
    margin-bottom: 15px;
}

.askaron-reviews-new .ask-grade input
{
    margin-left: 5px;
    margin-right: 3px;
}

.askaron-reviews-new .ask-field
{
    margin-bottom: 15px;
}

.askaron-reviews-new .ask-field div
{
    margin-bottom: 2px;
}

.askaron-reviews-new .ask-field textarea
{
    width: 350px;
    height: 55px;
}

.askaron-reviews-new .ask-field textarea.ask-textarea-big
{
    width: 350px;
    height: 90px;
}


.askaron-reviews-new .ask-field input[type="text"], input[type="email"]
{
    width: 300px;
    height: 20px;
}


.askaron-reviews-new .ask-captcha
{
    margin-bottom: 15px;
}

.askaron-reviews-new .ask-captcha div
{
    margin-bottom: 5px;
}

.askaron-reviews-new .ask-captcha img
{
    margin-right: 5px;
    float: left;
}


.askaron-reviews-new .ask-captcha input[type="text"]
{
    height: 36px;
    width: 165px;
    font-size: 28px;
}



.askaron-reviews-new .ask-button
{
    margin-bottom: 10px;
}

.askaron-reviews-new .ask-button input[type="submit"]
{
    font-size: 18px;
    padding: 5px 20px;
}


.ask-grade.stars {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
}
.ask-grade-stars {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-left: 15px;
}
.ask-grade.stars input[type=radio] {
    display: none;
}
.ask-grade.stars input[type=radio]:checked ~ label:before {
    content: '\2605';
    color: #FD4;
}
.ask-grade.stars label {
    font-size: 0;
    transition: transform .33s
}
.ask-grade.stars label:before {
    content: '\2605';
    font-size: 30px;
    color: #ccc;
    cursor: pointer;
}
.ask-grade.stars label:hover {
    transform: scale(1.3);
}

/* End */
/* /local/templates/clinics/components/bitrix/news.detail/clinic_doctor_spec_detail/style.css?16808598305717 */
/* /local/templates/clinics/components/askaron/askaron.reviews.for.element/review_list_detail/style.css?16808598301863 */
/* /local/templates/clinics/components/askaron/askaron.reviews.new/add_review_news/style.css?16808598302279 */
