

/* Start:/local/components/ultradent/clinic.firstscreen/templates/.default/css/style.css?17307015041758*/
.about-stomatology{
    padding-top: 0;
    padding-bottom: 0; 
}

.stomatology__content {
    position: relative;
}

.stomatology__text-container {
    width: 1320px;
    margin: auto;
}

.stomatology__text {
    max-width: 520px;
    position: absolute;
    top:20%;
    z-index: 2;
}

.stomatology__title {
    font-size: 48px;
    background-image: linear-gradient(256deg, rgba(5, 188, 129, 1) 0%, rgba(57, 156, 108, 1) 27%, rgba(5, 188, 129, 1) 100%);
    color: transparent;
    background-clip: text;
    font-weight: 700;
    margin-bottom: 35px;
}

.stomatology__subtitle {
    font-size: 16px;
    background: rgba(255, 255, 255, .6);
    padding: 15px;
    border-radius: 15px;
}

.stomatology__video{
    width: 100%;
    object-fit: cover;
    max-height: 100vh;
}

@media (max-width: 1400px) {
    .stomatology__text-container {
        width: 1100px;
    }
}

@media (max-width: 1200px) {
    .stomatology__text-container {
        width: 90vw;
    }
}

@media (max-width: 768px) {
    .stomatology__text {
        max-width: 460px;
    }

    .stomatology__text-container {
        width: 90vw;
    }

    .stomatology__title {
        font-size: 36px;
        margin-bottom: 25px;
    }

    .stomatology__subtitle{
        font-size: 14px;
    }

}

@media (max-width: 560px) {
    .stomatology__text {
        max-width: 400px;
    }

    .stomatology__text-container {
        width: 80vw;
    }
    .stomatology__title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .stomatology__subtitle{
        font-size: 12px;
    }

    .stomatology__text {
        top: 10%;
    }
}

@media (max-width: 400px) {
    .stomatology__title {
        font-size: 12px;
    }
    .stomatology__subtitle{
        font-size: 8px;
    }
}
/* End */


/* Start:/local/components/ultradent/breadcrumb/templates/ud.breadcrumb/style.css?1765262528809*/
.bx-breadcrumb {
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
	background-color: rgba(255, 255, 255, 0);
	border-radius: 0.25rem;
	font-family: Montserrat;
	font-weight: 500;
	font-size: 14px;
	line-height: 17.07px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.bx-breadcrumb-item {
	display: flex;
	align-items: center;
}

.bx-breadcrumb-item + .bx-breadcrumb-item:before {
	content: "/";
	padding: 0 0.5rem;
	color: #6c757d;
}

.bx-breadcrumb-item-link {
	text-decoration: none;
	border-bottom: 1px dotted #383838;
	color: #383838;
	padding-bottom: 1px;
}

.bx-breadcrumb-item-link:hover {
	color: #0eb67d;
	border-bottom: 1px dotted #0eb67d;
}

.bx-breadcrumb-item-text {
	text-decoration: none;
	border-bottom: 1px dotted #6c757d;
	color: #6c757d;
	padding-bottom: 1px;
}
/* End */


/* Start:/local/components/ultradent/gallery.photo/templates/swiper/css/style.css?17540310772784*/
/* Галлерея */
.gallery {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 17px 3px rgba(0, 0, 0, 0.2);
    padding-bottom: 450px;
}

.gallery__offer {
    position: absolute;
    right: 0;
    top: -30px;
    text-align: right;
    width: 450px;
}

.gallery__title {
    margin-bottom: 15px;
}

.gallery__info {
    margin-bottom: 15px;
}

.gallery__info__clinic {
    margin-bottom: 5px;
}

.gallery__info__room {
    font-weight: 700;
}

.gallery__slider {
    display: flex;
    width: 20000px;
    position: absolute;
    align-items: end;
    height: 380px;
    left: 5%;
}

.gallery__slider__item {
    width: 320px;
    margin-right: 40px;
    z-index: 2;
    position: relative;
}

.gallery__slider__item img {
    width: 100%;
    cursor: pointer;
    border-radius: 25px;
}

.gallery__slider__item-active {
    width: 580px;
}

.gallery__slider__item__info {
    display: none;
}

.gallery__slider__arrows {
    width: 700px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: 4;
    left: 5px;
    top: 110px;
}

.gallery__slider__arrow {
    height: 30px;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

@media (max-width: 1200px) {
    /* Галлерея */
    .gallery__slider {
        margin-top: 30px;
        height: 320px;
    }

    .gallery__slider__item-active {
        width: 460px;
    }

    .gallery__slider__arrows {
        width: 600px;
        top: 90px;
    }
}

@media (max-width: 768px) {
    /* Галлерея */
    .gallery {
        padding-bottom: 30px;
        height: fit-content;
    }

    .gallery__offer {
        position: relative;
        top: 0;
        text-align: center;
        width: auto;
    }

    .gallery__info, .gallery__slider__counter {
        display: none;
    }

    .gallery__slider__arrows {
        display: none;
    }

    .gallery__slider {
        width: 100%;
        flex-wrap: wrap;
        position: relative;
        height: fit-content;
        left: 0;
    }

    .gallery__slider__item {
        width: 45%;
        margin-right: 2%;
        margin-left: 2%;
        margin-bottom: 10px;
    }

    .gallery__slider__item img {
        border-radius: 15px;
    }
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
}

.swiper-gallery-popup {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    justify-content: center;
    align-items: center;
}

.swiper-gallery-popup--active {
    display: flex;
}

.swiper-gallery-popup__wrapper {
    max-width: 80vw;
    max-height: 80vh;

}

.gallery-swiper-block__img {
    display: flex;
    width: 100%;
    border-radius: 25px;
}


/* End */


/* Start:/local/components/ultradent/gallery.photo/templates/swiper/css/swiper.css?17429683468336*/
/*!****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/swiper/swiper.css ***!
  \****************************************************************************************************************************/
/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */


/* End */


/* Start:/local/components/ultradent/clinic.licenses/templates/.default/css/style.css?17869601635327*/
/* Достижения */
.first-screen-1__achievements {
    width: 860px;
}

.achievement1 {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    width: 250px;
    padding: 35px 20px 20px 20px;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-user-select: none;
    user-select: none;
    transition-duration: 400ms;
}

.achievement1:hover {
    transform: scale(1.3);
    z-index: 4;
}

.achievement1__img {
    height: 60px;
    position: absolute;
    top: -25%;
}

.achievement1__title {
    padding-bottom: 7px;
}

.achievement1__desc {
    font-size: 7px;
    text-align: center;
    font-weight: 500;
}

/* О нас */
.about-page__first-screen {
    position: relative;
    padding-top: 250px;
    padding-bottom: 250px;
    overflow-y: hidden;
    box-shadow: 0px 5px 17px 3px rgba(0, 0, 0, 0.2);
}

.about-page__first-screen .content{
    position: static;
}

.about-page__first-screen__bg-video {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.about-page__first-screen__offer {
    width: 550px;
    position: relative;
    z-index: 2;
}

.about-page__first-screen__title {
    background-image: linear-gradient(256deg, rgba(5,188,129,1) 0%, rgba(57,156,108,1) 27%, rgba(5,188,129,1) 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 20px;
}

.about-page__first-screen__desc {
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    font-size: 18px;
}

.about-page__licenses__offer {
    margin-right: 50px;
    width: 50%;
}

.about-page__licenses__offer__title {
    background-image: linear-gradient(256deg, rgba(5,188,129,1) 0%, rgba(57,156,108,1) 27%, rgba(5,188,129,1) 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 30px;
}

.about-page__licenses__offer__desc {
    line-height: 160%;
}

.about-page__licenses__img-block a.about-page__licenses__btn {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.about-page__licenses__btn.btn1 {
    margin-right: 30px;
} 

.about-page__licenses__btn.btn-second1 {
    margin-left: 30px;
}

.about-page__achivments {
    margin-top: 60px;
}

.about-page__licenses .achievement1 {
    width: 31%;
    padding: 40px 20px 30px 20px;
}

.about-page__licenses .achievement1 img {
    height: 70px;
}

.about-page__licenses .achievement1__desc {
    font-size: 12px;
    line-height: 160%;
}

.about-page__licenses__lists-wrap.wrap {
    justify-content: center;
}

.about-page__licenses__list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 420px;
    padding: 30px 25px;
    border-radius: 10px;
    border: 1px solid #09b97f;
    height: 400px;
    margin-top: 50px;
    margin-right: 50px;
    margin-left: 50px;
}

.about-page__licenses__list a {
    text-decoration: none;
    color: #09b97f;
    font-weight: 500;
}

@media (max-width: 1200px) {
    .about-page__licenses__img-block {
        width: 40%;
    }

    .about-page__licenses__img-block img {
        width: 100%;
    }

    .about-page__licenses__btn {
        text-align: center;
    }
}

@media (max-width: 900px) {
    .about-page__licenses__list {
        margin-left: 0;
        margin-right: 0;
    }

    .about-page__licenses__lists-wrap.wrap {
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .about-page__licenses > .content > .wrap:first-child {
        flex-direction: column-reverse;
    }

    .about-page__licenses__img-block {
        width: 60%;
    }

    .about-page__licenses__offer {
        width: auto;
        display: flex;
        flex-direction: column;
        margin-top: 15px;
    }

    .achievement1__title {
        font-size: 14px;
        text-align: center;
    }

    .about-page__licenses .achievement1__desc {
        font-size: 7px;
    }

    .about-page__licenses .achievement1 img {
        height: 50px;
    }

    .achievement1__img {
        top: -15%;
    }

    .about-page__licenses__list {
        margin-left: 0;
        margin-right: 0;
        width: 45%;
        height: 450px;
    }

    .about-page__licenses__lists-wrap {
        gap: 10px;
    }
}

@media (max-width: 568px) {
    .about-page__achivments {
        flex-direction: column;
    }

    .about-page__licenses .achievement1 {
        width: 70%;
    }

    .about-page__licenses .achievement1:not(:last-child) {
        margin-bottom: 45px;
    }

    .achievement1__title {
        font-size: 18px;
    }

    .about-page__licenses .achievement1__desc {
        font-size: 10px;
    }

    .about-page__licenses .achievement1 img {
        height: 70px;
    }

    .achievement1__img {
        top: -25%;
    }

    .about-page__licenses__lists-wrap {
        flex-direction: column;
    }

    .about-page__licenses__list {
        width: 80%;
        height: auto;
        padding: 15px;
    }

    .about-page__licenses__list:last-child {
        margin-top: 25px;
    }

    .about-page__licenses__list a {
        font-size: 14px;
        text-align: center;
    }

    .about-page__licenses__list a:not(:last-child) {
        margin-bottom: 10px;
    }
}
/* End */
/* /local/components/ultradent/clinic.firstscreen/templates/.default/css/style.css?17307015041758 */
/* /local/components/ultradent/breadcrumb/templates/ud.breadcrumb/style.css?1765262528809 */
/* /local/components/ultradent/gallery.photo/templates/swiper/css/style.css?17540310772784 */
/* /local/components/ultradent/gallery.photo/templates/swiper/css/swiper.css?17429683468336 */
/* /local/components/ultradent/clinic.licenses/templates/.default/css/style.css?17869601635327 */
