

/* Start:/bitrix/templates/academy/css/section.css?17610781324765*/
.breadcrumbs .breadcrumbs__item-name {
  color: #000;
}

body .banners-big__title {
  max-width: 100%;
  width: 100% !important;
  text-align: left;
  margin-bottom: 25px;
}

.page-top-info {
  display: none;
}


.proffesional-catalog {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 45px;
}

.proffesional-catalog-item {
  width: 25%;
}

.s333 .proffesional-catalog-item {
  width: 33.3%;
}

.proffesional-catalog-item-container {
  padding: 10px;
}

.proffesional-catalog-item-image {
}

.proffesional-catalog-item-image img {
  max-width: 100%;
}


.proffesional-catalog-item-container {
  position: relative;
}

.proffesional-catalog-item-text {
  position: absolute;
  top: 0;
  color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-evenly;
  height: 100%;
}

.s333 .proffesional-catalog-item-text {
  padding: 30px 20px;
  justify-content: space-between;
}

.proffesional-catalog-item-text-name > a {
  color: #fff;
  font-weight: 700;
  font-size: 1.2em;
}

.proffesional-catalog-item-text-link > a {
  font-size: 1.1em;
  color: #fff;
  font-weight: 500;
}

.s333 .proffesional-catalog-item-text-link > a {
  font-size: 0.9em;
}

.proffesional-catalog-item-text-link > a::after {
  content: ' \2192';
}

.proffesional-catalog-item-text a:hover {
  color: var(--theme-base-color);
}

.doctor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.doctor-list-item {
  width: 48%;
  padding: 20px;
}

.doctor-list-item-vn {
  padding: 20px 60px;
  box-shadow: 0 0px 20px rgba(0,0,0,.05);
  border-radius: 4px;
  border: 1px solid #fff;
  display: block;
  height: 100%;
}

.doctor-list-item-name {
  font-weight: 600;
  font-size: 1.3em;
  margin-bottom: 20px;
  text-align: center;
}

.doctor-list-item-img {
  max-width: 100%;
}

.doctor-list-item-list {
  margin-top: 20px;
}

.doctor-list-item-list > p {
  min-height: 75px;
}

.doctor-list-item-list ul li::before {
  top: 10px;
  background: #365edc;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}

.doctor-list-item-list-btn {
  text-align: center;
}

.doctor-list-item-list-btn > .btn {
  text-transform: uppercase;
}

.fa.fa-check-square-o {
  color: #365edc;
  margin-right: 5px;
  padding-left: 10px;
  font-size: 16px;
}

.index-block.index-block--fon.akkred {
  background-image: url("/bitrix/templates/aspro-allcorp3/images/akkreditatsiya/form-bg.png");
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: transparent;
  background-size: cover;
}

.s-number {
  color: #365edc;
  font-weight: 700;
  font-size: 18px;
  margin-right: 5px;
}

.section .advantages-item.text {
  padding: 10px;
}

.section .advantages-item-name {
  font-size: 18px;
  margin-bottom: 10px;
}

.section .advantages-item-text {
  font-size: 15px;
}

.med-services-item {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.med-services-img {
  width: 10%;
}

.med-services-img > img {
  max-width: 100%;
  padding: 0 20px;
}

.med-services-name {
  width: 30%;
  font-weight: 600;
  font-size: 17px;
  color: #000;
  padding: 0 20px;
}

.med-services-description {
  width: 60%;
}

@media (max-width: 1440px) {
	.section .advantages-item.text {
	  padding: 0 10px;
	}
	.section .advantages-item-name {
	  font-size: 16px;
	  margin-bottom: 5px;
	}
	.section .advantages-item-text {
	  font-size: 13px;
	}
  .section .advantages-item {
    height: 310px;
  }
}

@media (max-width: 1170px) {
  .section .advantages-item-name {
    display: none;
  }
}

@media (max-width: 1024px) {
	.proffesional-catalog-item,
	.s333 .proffesional-catalog-item {
	  width: 33%;
	}

}

@media (max-width: 980px) {
  .banners-big__title h1, .banners-big__title--small {
    margin-top: 20px !important;
  }
	.proffesional-catalog-item,
	.s333 .proffesional-catalog-item {
	  width: 50%;
	}
	.catalog-detail__right-info {
	  display: none;
	}
  .section .advantages-item-name {
    display: block;
  }
}

@media (max-width: 600px) {


  .banners-big__title h1, .banners-big__title--small {
    font-size: 24px !important;
    line-height: 30px !important;
  }
	.proffesional-catalog-item,
	.s333 .proffesional-catalog-item {
	  width: 100%;
	}
	.proffesional-catalog-item-image img,
	.s333 .proffesional-catalog-item-image img {
	  width: 100%;
	}
	.doctor-list-item {
	  width: 100%;
	  padding: 0;
	  margin-bottom: 20px;
	}
	.doctor-list-item-vn {
	  padding: 20px;
	}
	.med-services-img {
	  width: 100%;
	  text-align: center;
	}
	.med-services-img > img {
	  max-width: 200px;
	  margin-bottom: 10px;
	}
	.med-services-name {
	  width: 100%;
	  font-size: 16px;
	  padding-left: 0;
	  text-align: center;
	}
	.med-services-description {
	  width: 100%;
	  text-align: center;
	}
}
/* End */


/* Start:/bitrix/templates/academy/components/itconstruct/news.services.list/alphabet/style.css?1761078134150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /bitrix/templates/academy/css/section.css?17610781324765 */
/* /bitrix/templates/academy/components/itconstruct/news.services.list/alphabet/style.css?1761078134150 */
