

/* Start:/local/templates/praktik72/components/bitrix/news.detail/services/style.css?178800673913135*/
a.nounderline{text-decoration: none;display: block;height: 100%;width: 100%;position: absolute;top: 0;z-index: 3;}
.swiper-outer{position:relative;margin:30px;}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {right:-30px;}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {left:-30px;}
.doctors-cert__item img {width:80%;max-width:80%;height:auto;padding:9.5%;margin:0 0 0 1px;text-align:center;border:1px solid rgba(51,51,51,.2);border-radius:10px;}
.swiper-container:hover .swiper-button-next, .swiper-container:hover .swiper-button-prev {display:block;}
.first__img img{transform: scale(1.01);}

.before-and-after-block {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.detail-picture__box {
    max-width: 100vw;
    max-height: 100vh;
}
.detail-picture__box img {
    height: auto;
    width: 100%;
}
.swiper-slide img {
    cursor: pointer;
}
.swiper-arrow-next,.swiper-arrow-prev
{
    align-items: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    z-index: 10;
}
.swiper-arrow-next.swiper-button-disabled,.swiper-arrow-prev.swiper-button-disabled
{
    cursor: auto;
    opacity: .35;
    pointer-events: none;
}
.swiper-arrow-next:after,.swiper-arrow-prev:after
{
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: initial;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none!important;
    text-transform: none;
}
.swiper-arrow-prev,.swiper-rtl .swiper-arrow-next
{
    left: 10px;
    right: auto;
}
.swiper-arrow-prev:after,.swiper-rtl .swiper-arrow-next:after
{
    content: 'prev';
}
.swiper-arrow-next,.swiper-rtl .swiper-arrow-prev
{
    left: auto;
    right: 10px;
}
.swiper-arrow-next:after,.swiper-rtl .swiper-arrow-prev:after
{
    content: 'next';
}
.swiper-button-lock
{
    display: none;
}
ul li{
    font-size: 16px;
    line-height: 28px;
}
.before-after .strong{text-align: left; font-weight: 600;}
.before-after .textcols-item{margin-bottom: 40px;}
.before-after .col-md-4.prikus{width: 50%}
.before-after .col-md-4.prikus.strong{width: 100%}
@media (min-width: 1280px) {
    ul li {
        font-size: 18px;
        line-height: 30px;
    }
}
@media (max-width: 1140px) {
    ul li {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 767px){
    .first__content{
        width: 100%;
    }
    ul li{
        font-size: 16px;
    }
}

@media (max-width: 580px) {

	.header {
		margin-bottom: 20px;
	}

    .container.mb80 .row{
        margin-left: 0;
        margin-right: 0;
    }

    .container.mb60 .row{
        margin-left: 0;
        margin-right: 0;
    }

    .container.mb80 .justify-content-center{
        width: 100%;
    }

    .row--mobile{
        margin-left: 0;
        margin-right: 0;
    }
}
/*ul li:before{*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    border-radius: 50%;*/
/*}*/

.p72-service-related {
    margin: 72px 0;
}

.p72-service-related h2,
.p72-service-related h3 {
    margin: 0;
}

.p72-service-related__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 32px;
}

.p72-service-related__group {
    min-width: 0;
}

.p72-service-related__group h3 {
    font-size: 20px;
}

.p72-service-related__group ul {
    display: grid;
    gap: 12px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.p72-service-related__group li::before {
    content: none;
}

.p72-service-related__group a {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    color: inherit;
}

.p72-service-related__group a:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

@media (max-width: 1024px) {
    .p72-service-related__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .p72-service-related {
        margin: 48px 0;
    }

    .p72-service-related__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
        margin-top: 24px;
    }
}


.p72-one-tooth-hero-price {
    display: grid;
    width: 100%;
    box-sizing: border-box;
    grid-template-columns: auto 1fr;
    align-items: baseline;
    gap: 6px 14px;
    margin: 18px 0 20px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.22);
}

.p72-one-tooth-hero-price__label,
.p72-one-tooth-hero-price__value,
.p72-one-tooth-hero-price__note {
    display: block;
}

.p72-one-tooth-hero-price__label {
    font-size: 14px;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.78);
}

.p72-one-tooth-hero-price__value {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    color: #e5c89b;
}

.p72-one-tooth-hero-price__note,
.p72-one-tooth-hero-price__link {
    grid-column: 1 / -1;
}

.p72-one-tooth-hero-price__note {
    font-size: 12px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.82);
}

.p72-one-tooth-hero-price__link {
    display: inline-flex;
    width: fit-content;
    min-height: 44px;
    align-items: center;
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.p72-one-tooth-hero-cta {
    min-height: 44px;
}

@media (max-width: 767px) {
    .p72-one-tooth-hero-price {
        grid-template-columns: 1fr;
        gap: 4px;
        margin: 14px 0 16px;
        padding: 12px 14px;
    }

    .p72-one-tooth-hero-price__value {
        font-size: 21px;
    }
}

.p72-one-tooth-comparison-scroll {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.p72-one-tooth-comparison-scroll table {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
}

.p72-one-tooth-comparison-scroll th,
.p72-one-tooth-comparison-scroll td {
    padding: 12px 14px;
    border: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
}

.p72-one-tooth-composition-active {
    overflow: clip;
}

body:has(.p72-one-tooth-composition-active) .praktik-marquiz {
    display: none !important;
}

.first__slide:has(> .first__content .p72-one-tooth-hero-price) {
    overflow: hidden;
}

.p72-one-tooth-section {
    margin: 72px 0;
}

.p72-one-tooth-section .container > :last-child {
    margin-bottom: 0;
}

.p72-one-tooth-section ul,
.p72-one-tooth-section ol {
    margin: 24px 0;
    padding-left: 24px;
}

.p72-one-tooth-section li + li {
    margin-top: 10px;
}

.p72-one-tooth-media {
    width: min(100%, 760px);
    margin: 30px auto 0;
}

.p72-one-tooth-media img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    max-height: 520px;
    object-fit: contain;
    border-radius: 12px;
    background: #f4f2ef;
}

.p72-one-tooth-media figcaption {
    margin-top: 10px;
    color: #5f5f5f;
    font-size: 14px;
    line-height: 1.45;
}

.p72-one-tooth-media-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 30px;
}

.p72-one-tooth-media-grid .p72-one-tooth-media {
    margin-top: 0;
}

.p72-one-tooth-composition-active .photos-of-doctors-block img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.p72-one-tooth-zones__grid,
.p72-one-tooth-reviews__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 28px;
}

.p72-one-tooth-zones__grid > div,
.p72-one-tooth-reviews__grid > article {
    min-width: 0;
    padding: 24px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    background: #fff;
}

.p72-one-tooth-content-cta {
    min-height: 44px;
    white-space: normal;
}

.p72-one-tooth-inline-link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    margin-left: 18px;
}

.p72-one-tooth-phone {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    margin-left: 18px;
    font-weight: 600;
}

.p72-one-tooth-comparison-scroll {
    margin-top: 28px;
}

.p72-one-tooth-comparison-scroll:focus-visible {
    outline: 2px solid #7a5a2a;
    outline-offset: 3px;
}

@media (min-width: 768px) {
    .p72-one-tooth-composition-active .photos-of-doctors-block .swiper-wrapper {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
        transform: none !important;
    }

    .p72-one-tooth-composition-active .photos-of-doctors-block .swiper-slide {
        width: auto !important;
        min-width: 0;
        margin: 0 !important;
    }

    .p72-one-tooth-composition-active .photos-of-doctors-block .swiper-doctors-pagination,
    .p72-one-tooth-composition-active .photos-of-doctors-block .swiper-button-prev,
    .p72-one-tooth-composition-active .photos-of-doctors-block .swiper-button-next {
        display: none !important;
    }

    .first__slide:has(> .first__content .p72-one-tooth-hero-price) {
        display: grid !important;
        grid-template-columns: minmax(0, 3fr) minmax(360px, 2fr);
        align-items: stretch;
        height: auto !important;
        min-height: 680px;
        background: #050505;
    }

    .first__slide:has(> .first__content .p72-one-tooth-hero-price) > .first__img {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 680px;
        grid-column: 1;
        grid-row: 1;
    }

    .first__slide:has(> .first__content .p72-one-tooth-hero-price) > .first__img picture,
    .first__slide:has(> .first__content .p72-one-tooth-hero-price) > .first__img img {
        display: block;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .first__slide:has(> .first__content .p72-one-tooth-hero-price) > .first__content {
        position: static !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        transform: none !important;
        width: auto !important;
        height: auto !important;
        min-width: 0;
        grid-column: 2;
        grid-row: 1;
        box-sizing: border-box;
        padding: 34px 22px 92px;
        background: #050505;
    }

    .first__slide:has(> .first__content .p72-one-tooth-hero-price) > .p72-ad-disclaimer--hero {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .p72-one-tooth-section {
        margin: 48px 0;
    }

    .p72-one-tooth-media {
        margin-top: 22px;
    }

    .p72-one-tooth-zones__grid,
    .p72-one-tooth-reviews__grid,
    .p72-one-tooth-media-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

    .p72-one-tooth-zones__grid > div,
    .p72-one-tooth-reviews__grid > article {
        padding: 18px;
    }

    .p72-one-tooth-inline-link {
        margin: 12px 0 0;
    }

    .p72-one-tooth-phone {
        width: 100%;
        justify-content: center;
        margin: 12px 0 0;
    }

    .p72-one-tooth-content-cta {
        width: 100%;
        max-width: 100%;
        min-width: 0 !important;
        padding-right: 14px;
        padding-left: 14px;
    }

    .first__slide:has(> .first__content .p72-one-tooth-hero-price) .first__img {
        height: 140px !important;
        min-height: 140px !important;
    }

    .first__slide:has(> .first__content .p72-one-tooth-hero-price) .first__img img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .first__content:has(> .p72-one-tooth-hero-price) {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .first__content:has(> .p72-one-tooth-hero-price) > .first__header {
        order: 1;
    }

    .first__content:has(> .p72-one-tooth-hero-price) > .p72-one-tooth-hero-price {
        display: contents;
    }

    .first__content:has(> .p72-one-tooth-hero-price) .p72-one-tooth-hero-price__label {
        order: 2;
        margin: 12px 20px 0;
    }

    .first__content:has(> .p72-one-tooth-hero-price) .p72-one-tooth-hero-price__value {
        order: 2;
        margin: 0 20px;
    }

    .first__content:has(> .p72-one-tooth-hero-price) > .first__btn {
        order: 3;
        margin: 14px auto 0 !important;
    }

    .first__content:has(> .p72-one-tooth-hero-price) > .first__text {
        order: 4;
        margin-top: 18px;
    }

    .first__content:has(> .p72-one-tooth-hero-price) .p72-one-tooth-hero-price__note {
        order: 5;
        margin: 12px 20px 0;
    }

    .first__content:has(> .p72-one-tooth-hero-price) .p72-one-tooth-hero-price__link {
        order: 6;
        margin: 4px 20px 0;
    }
}

/* End */


/* Start:/local/templates/praktik72/devade-service-faq.css?1783688615985*/
.faq-block {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-block .faq-item {
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.faq-block .faq-question {
  width: 100%;
  padding: 22px 56px 22px 24px;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font: inherit;
  font-weight: 600;
  position: relative;
}

.faq-block .faq-question span::before,
.faq-block .faq-question span::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 18px;
  height: 2px;
  background: currentColor;
  transition: transform .3s ease;
}

.faq-block .faq-question span::after {
  transform: rotate(90deg);
}

.faq-block .faq-item.active .faq-question span::after {
  transform: rotate(0deg);
}

.faq-block .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}

.faq-block .faq-answer p {
  margin: 0;
  padding: 0 24px 22px;
  line-height: 1.6;
}

/* End */


/* Start:/local/templates/praktik72/components/bitrix/breadcrumb/general/style.min.css?1772189189467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */
/* /local/templates/praktik72/components/bitrix/news.detail/services/style.css?178800673913135 */
/* /local/templates/praktik72/devade-service-faq.css?1783688615985 */
/* /local/templates/praktik72/components/bitrix/breadcrumb/general/style.min.css?1772189189467 */
