

/* Start:/local/templates/interdentos/components/bitrix/news/articles/style.css?17708463092214*/
.linked__services {
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
}

.linked__services-wrapper {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 30px;
}

.linked__services-item {
    width: calc(100% / 3 - 20px);
    background-color: var(--extra-light-blue);
    color: var(--black);
    font-size: 20px;
    font-weight: 700;
    padding: 20px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    max-width: 100%;
    line-height: 150%;
    display: flex;
    align-items: center;
}

.linked__services-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.linked__services-top h2 {
    margin: 0;
}

@media screen and (max-width: 1200px) {
    .linked__services-item {
        width: calc(100% / 2 - 15px);
    }
    .linked__services-wrapper {
        grid-gap: 20px;
    }
}
@media screen and (max-width: 768px) {
    .linked__services-item {
        width: 100%;
    }
    .linked__services-wrapper {
        grid-gap: 10px;
    }
}
@media screen and (max-width: 576px) {
    .linked__services-top {
        display: flex;
        flex-direction: column;
        grid-gap: 10px;
        align-items: flex-start;
    }
    .linked__services {
        gap: 30px;
    }
}
.articles-detail__aside {
    position: sticky;
    top: 132px;
    height: max-content;
}
.articles-detail__aside .section {
    margin-top: 0;
}
.articles-detail__aside .section_filled{
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
.articles-detail__aside .promo-banner__flex {
    flex-direction: column;
}
.articles-detail__aside .promo-banner__text-wrap {
    padding: 30px 30px 20px 30px;
}

.articles-detail__aside .promo-banner__img-wrap{
    width: 100%;
}
@media screen and (max-width: 1200px) {
    .articles-detail__aside .promo-banner__img-wrap{
        max-width: 455px;
    }
    .articles-detail__aside{
        position: static;
    }
}
@media screen and (max-width: 576px) {
    .articles-detail__aside .promo-banner__text-wrap {
        padding: 20px;
    }
}

/* End */


/* Start:/local/templates/interdentos/components/bitrix/catalog.section.list/articles-section/style.css?1770846309420*/
.articles__sections {
  margin-top: 40px;
 
}

.articles__section-link {
  display: inline-block;
  margin: 10px 10px 0 0 ;
  padding: 5px 15px;
  border-radius: 500px;
  background-color: var(--bg);
  color: var(--dark-blue);
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.articles__section-link:hover,
.articles__section-link.active {
  background-color: var(--red);
  color: #fff;
}

/* End */


/* Start:/local/templates/interdentos/components/bitrix/system.pagenavigation/mm_pagenav/style.css?1770846309921*/
.pager {
	margin-top: 30px;
	display: flex;
	align-items: flex-end;
}

@media screen and (max-width: 576px) {
	.pager {
		justify-content: center;
	}
}

.nav__item:not(.nav__item_pass) {
	max-width: unset;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	border-radius: 50%;
	border: 1px solid var(--bg);
	background-color: var(--bg);
	color: var(--black);
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.nav__item:last-child {
	margin-right: 0;
}

@media screen and (hover:hover) {
	a.nav__item:hover,
	a.nav__item:focus-visible {
		background-color: var(--orange);
		border-color: var(--orange);
		color: #fff;
	}
}

.active.nav__item {
	background-color: var(--red);
	color: #fff;
	pointer-events: none;
}

.nav__item_pass {
	margin-right: 10px;
	color: var(--gray);
}
/* End */


/* Start:/local/templates/interdentos/components/bitrix/news/articles/bitrix/news.list/articles-list/style.css?17708463092006*/
section.articles {
  margin-top: 47px;
}

.articles__title {
  margin-top: 0;
  margin-bottom: 10px;
}

.articles__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.articles__item {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 0 35px 0 rgba(146, 197, 247, 0.25);
  background: #fff;
}

.articles__item-img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 454/280;
}

.articles__item-wrapper {
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.articles__item-name {
  margin: 0;
  color: var(--black);
  transition: color 0.3s ease;
}

.articles__item-text {
  margin: 0;
  margin-top: 10px;
  color: var(--dark-blue);
}

.articles__item-section {
  position: absolute;
  top: 10px;
  left: 10px;
}
.articles__item-tag {
  display: inline-block;
  background-color: var(--light-blue);
  color: var(--dark-blue);
  padding: 5px 15px;
  border-radius: 500px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-transform: lowercase;
  white-space: nowrap;
  margin-bottom: 5px;
}

.articles__item-date {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  color: #252c384d;
}

.articles__item:hover .articles__item-name {
  color: var(--red);
}
@media screen and (max-width: 1200px) {
  .articles__list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
  }
}

@media screen and (max-width: 768px) {
  .articles__list {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  section.articles {
    margin-top: 30px;
  }
  .articles__item-img {
    aspect-ratio: 345/213;
  }
  .articles__item {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
  .articles__item-wrapper {
    padding: 20px;
  }
  .articles__item-text {
    margin-top: 15px;
  }
}

@media screen and (min-width: 992px) {
  .static-appointment + .seo.section {
    margin-top: 50px;
  }
}

/* End */


/* Start:/local/templates/interdentos/components/bitrix/main.feedback/static_appointment/style.css?17732346183801*/
#static-form-appointment {
    max-width: 940px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form_static .form__wrapper{
    height: auto;
}

.static-appointment__flex-wrapper {
    display: flex;
    height: auto;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
}

#static-form-appointment .form_static__grid {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
        "input btn"
        "policy policy";
    grid-gap: 20px 10px;
    align-items: center;
}

@media screen and (max-width: 576px) {
    #static-form-appointment .form_static__grid {
        grid-template-columns: 100%;
        grid-template-areas:
            "input"
            "policy"
            "btn";
    }
}

#static-form-appointment .form_static__grid .form__inputs {
    grid-area: input;
}

#static-form-appointment .form_static__grid .form__submit {
    grid-area: btn;
    margin-top: 0;
    height: 100%;
    max-height: 100%;
}

#static-form-appointment .form_static__grid .form__policy-wrap {
    grid-area: policy;
    margin-top: 0;
}

.static-appointment__flex {
    display: flex;
    position: relative;
}

@media screen and (max-width: 992px) {
    .static-appointment__flex {
        flex-direction: column;
    }
}

.static-appointment__wrap {
    max-width: 455px;
    width: 100%;
    margin-left: 30px;
    flex-shrink: 0;
    height: auto;
}

@media screen and (max-width: 1400px) {
    .static-appointment__wrap {
        max-width: 350px;
    }
}

@media screen and (max-width: 992px) {
    .static-appointment__wrap {
        max-width: unset;
        margin-left: 0;
        margin-top: 30px;
    }
}

@media screen and (max-width: 992px) {
    #static-form-appointment {
        position: static;
    }
    .static-appointment__wrap {
        margin-top: 20px;
    }
}

.static-appointment__phones {
    width: 100%;
    padding: 30px;
    border-radius: 25px;
    background-color: var(--dark-blue);
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 992px) {
    .static-appointment__phones {
        background-color: var(--extra-light-blue);
        color: var(--black);
    }
}

@media screen and (max-width: 576px) {
    .static-appointment__phones {
        padding: 20px;
        border-radius: 20px;
    }
}

.static-appointment__phone {
    margin-bottom: 30px;
}

@media screen and (max-width: 576px) {
    .static-appointment__phone {
        margin-bottom: 20px;
    }
}

.static-appointment__phone:last-of-type {
    margin: 0;
}

.static-appointment__phone-link {
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 992px) {
    .static-appointment__phone-link {
        color: var(--black);
    }
}

@media screen and (hover: hover) {
    .static-appointment__phone-link:hover,
    .static-appointment__phone-link:focus-visible {
        color: var(--red);
    }
}

.static-appointment__phone-name {
    margin: 5px 0 0;
}

@media screen and (max-width: 992px) {
    .static-appointment__phone-name {
        color: var(--dark-blue);
    }
}

.static-appointment__working-hours {
    width: 100%;
    padding: 20px 30px;
    margin-top: 20px;
    border-radius: 25px;
    background-color: var(--dark-blue);
    color: #fff;
}

@media screen and (max-width: 992px) {
    .static-appointment__working-hours {
        margin-top: 30px;
        background-color: var(--extra-light-blue);
        color: var(--black);
    }
}

@media screen and (max-width: 576px) {
    .static-appointment__working-hours {
        margin-top: 20px;
        padding: 20px;
        border-radius: 20px;
    }
}

.static-appointment__working-hours-text {
    margin: 0;
}

/* End */
/* /local/templates/interdentos/components/bitrix/news/articles/style.css?17708463092214 */
/* /local/templates/interdentos/components/bitrix/catalog.section.list/articles-section/style.css?1770846309420 */
/* /local/templates/interdentos/components/bitrix/system.pagenavigation/mm_pagenav/style.css?1770846309921 */
/* /local/templates/interdentos/components/bitrix/news/articles/bitrix/news.list/articles-list/style.css?17708463092006 */
/* /local/templates/interdentos/components/bitrix/main.feedback/static_appointment/style.css?17732346183801 */
