

/* Start:/local/components/ultradent/banner.main/templates/.default/css/style.css?17785664198522*/
/* Первый экран */
.first-screen {
    padding-top: 40px;
    padding-bottom: 20px;
    overflow: hidden;
}
.first-screen-1__slider {
    display: flex;
    justify-content: space-between;
}
.first-screen-1__slide {
    position: relative;
    right: 0;
    width: 100%;
    min-width: 100%;
    margin-right: 30vw;
    transition-duration: 400ms;
    height: 700px;
}
.first-screen-1__slide__title {
    font-size: 36px;
    font-weight: 700;
}
.first-screen-1__slide__offer {
    width: 510px;
    align-self: start;
    position: relative;
    z-index: 2;
    margin-top: 50px;
}
.first-screen-1__slide__intro {
    margin-top: 30px;
    margin-bottom: 40px;
}
.first-screen-1__slide__btns-block {
    width: 90%;
}
.first-screen-1__slide__btn {
    width: 215px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.first-screen-1__slide__img-block {
    width: 58%;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    position: relative;
}
.first-screen-1__slide__img {
    width: 470px; /* height: 600px; */
    position: relative;
}
#first-screen-1__slide__img-doc__mobile {
    display: none;
}
#first-screen-1__slide__img-doc {
    margin-bottom: 30px;
    position: relative;
    z-index: -1;
    width: 100%;
}
#first-screen-1__slide__img-circle {
    width: 90%;
    z-index: -2;
    bottom: 1%;
    right: 3%;
    position: absolute;
}
.first-screen-1__slide__img__bg__item {
    position: absolute;
}
.first-screen-1__slide__img__bg__item:first-child {
    left: 0;
    top: 50%;
}
.first-screen-1__slide__img__bg__item:nth-child(2) {
    left: 8%;
    top: 12%;
}
.first-screen-1__slide__img__bg__item:last-child {
    left: 80%;
    top: 20%;
}
.first-screen-1__bottom {
    position: absolute;
    bottom: 13%;
    z-index: 1;
} /* Достижения */
.first-screen-1__achievements {
    /* max-width: 860px; */
}
.achievement1 {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    width: 300px;
    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:not(:last-child) {
    margin-right: 40px;
}
.achievement1:hover {
    transform: scale(1.3);
    z-index: 1;
}
.achievement1__img {
    height: 60px;
    position: absolute;
    top: -25%;
}
.achievement1__title {
    padding-bottom: 7px;
    text-align: center;
}
.achievement1__desc {
    font-size: 10px;
    text-align: center;
    font-weight: 500;
}
.first-screen-1__border {
    width: 2500px;
    height: 1100px;
    position: absolute;
    top: 40%;
    left: -33%;
}
.first-screen-1__slider__dots-block {
    position: relative;
    bottom: 30px;
    display: flex;
    justify-content: center;
    margin: auto;
}
.first-screen-1__slider__dot {
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background-color: #cdcdcd;
    position: relative;
    z-index: 3;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}
.first-screen-1__slider__dot:not(:last-child) {
    margin-right: 10px;
}
.first-screen-1__slider__dot-active {
    background-color: #5cd4ac;
}
.first-screen-1__slider__arrow {
    height: 45px;
    position: absolute;
    top: 25%;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    z-index: 5;
}
#first-screen-1__slider__arrow-left {
    left: 1%;
}
#first-screen-1__slider__arrow-right {
    right: 1%;
}
.first-screen-1__banners {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100vw;
    z-index: 1;
    height: 250px;
}
.first-screen-1__banners___item {
    position: relative;
    background-color: #fff;
    width: 50%;
    height: 100%;
}
.first-screen-1__banners___item .banner {
    position: absolute;
    width: 660px;
}
#banner-diagnostic1 .banner {
    right: 0;
}
#banner-options1 .banner {
    left: 0;
}
.first-screen-1__banners__bg {
    position: absolute;
    width: 100%;
    z-index: 1;
}
@media (max-width: 1400px) {
    .first-screen-1__banners___item .banner {
        width: 45vw;
    }
}
@media (max-width: 1200px) {
    /* Первый экран */
    .first-screen-1__slider {
        margin-bottom: 35px;
    }
    .first-screen-1__slide__offer {
        width: 360px;
    }
    .first-screen-1__slide__btn {
        width: 145px;
        height: 40px;
    }
    .first-screen-1__slide__btn:not(:last-child) {
        margin-right: 20px;
    }
    .first-screen-1__slide__img {
        width: 350px;
        position: relative;
        z-index: 1;
    }
    #first-screen-1__slide__img-doc {
        margin-bottom: 40px;
    }
    #first-screen-1__slide__img-circle {
        bottom: -4%;
    }
    .first-screen-1__slide__img__bg__item {
        width: 60px;
        z-index: 0;
    }
    .first-screen-1__border {
        z-index: 1;
        top: 14%;
        left: auto;
        right: -866px;
    }
    .first-screen-1__achievements {
        width: 650px;
    }
    .achievement1 {
        width: 210px;
        padding: 35px 10px 20px 10px;
    }
    .first-screen-1__banners___item .banner {
        width: 50vw;
    }
    .banner__img {
        top: 0;
    }
}
@media (max-width: 768px) {
    /* Первый экран */
    .first-screen-1 .content {
        display: flex;
        flex-direction: column;
    }
    .first-screen-1__slide__title {
        font-size: 22px;
    }
    .first-screen-1__slide__title,
    .first-screen-1__slide__intro {
        width: 300px;
        margin: auto;
    }
    .first-screen-1__slide__intro {
        margin-bottom: 40px;
    }
    .first-screen-1__border {
        display: none;
    }
    .first-screen-1__slide {
        flex-direction: column;
    }
    .first-screen-1__slide__offer {
        width: 100%;
        margin-top: 0;
        text-align: center;
    }
    .first-screen-1__slide__intro {
        margin-top: 20px;
        margin-bottom: 100%;
    }
    .first-screen-1__slider__arrow {
        display: none;
    }
    .first-screen-1__bottom {
        position: relative;
        order: 3;
        margin-top: 30px;
    }
    .achievement1 {
        width: 100%;
        padding: 40px 20px 30px 20px;
        margin-bottom: 40px;
    }
    .achievement1:not(:last-child) {
        margin-right: 0;
    }
    .first-screen-1__achievements {
        width: 100%;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .first-screen-1__slide__img-block,
    .first-screen-1__slide__img {
        width: 100%;
        position: absolute;
    }
    #first-screen-1__slide__img-doc {
        display: none;
    }
    #first-screen-1__slide__img-circle {
        display: none;
    }
    #first-screen-1__slide__img-doc__mobile {
        display: block;
        width: 70%;
        position: absolute;
        top: 140px;
        left: 18%;
    }
    .first-screen-1__slide__btns-block {
        flex-direction: column;
        width: 100%;
        margin-bottom: 30px;
    }
    .first-screen-1__slide__btn {
        align-self: end;
        font-size: 12px;
        width: 60%;
        height: 50px;
    }
    .first-screen-1__slide__btn:not(:last-child) {
        align-self: start;
        margin-bottom: 10px;
    }
    .first-screen-1__slider__dots-block {
        order: 2;
    }
    .first-screen-1__banners {
        flex-direction: column;
        height: 370px;
    }
    .first-screen-1__banners___item .banner,
    .first-screen-1__banners___item {
        width: 100%;
    }
    #banner-options1 .banner__offer,
    #banner-diagnostic1 .banner__offer {
        margin-left: 20px;
    }
    #banner-diagnostic1 .banner__subtitle {
        font-size: 16px;
    }
    .banner__list__item {
        font-size: 14px;
    }
}
@media (max-width: 568px) {
    .first-screen-1__slide__intro {
        margin-bottom: 120%;
    }
    #first-screen-1__slide__img-doc__mobile {
        display: block;
        width: 85%;
        position: absolute;
        top: 140px;
        left: 10%;
    }
    #banner-diagnostic1 .banner__subtitle {
        font-size: 14px;
    }
    .banner__list__item {
        font-size: 12px;
    }
} /*img[data-src-selective] {*/ /* opacity: 0;*/ /*}*/

@media (max-width: 568px) {
    [src="/upload/iblock/202/bt9lu9sn8xkr8bkukecv2dgeq0cp4vio/ss.png.webp"] {
        width: 100% !important;
        top: 220px !important;
        left: -3% !important;
    }
}
/* End */


/* Start:/local/components/ultradent/form.feedback/templates/emergency.callback/css/style.css?17537806245397*/
@font-face {
    font-family: Monserrat;
    src: url("/local/components/ultradent/form.feedback/templates/emergency.callback/css/../assets/fonts/Montserrat.ttf") format("truetype");
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    padding: 5px;
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    min-width: 320px;
}

.pain-form {
    padding-top: 31px;
    padding-bottom: 28px;
    background-color: rgba(255, 255, 255, 1);
}

.pain-form__wrapper {
    border-radius: 35px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px -1px 28.2px 0px rgba(0, 0, 0, 0.2);
    background: rgba(243, 243, 243, 1);
    padding: 0 13px;
    padding-top: 26px;
    padding-bottom: 19px;
    gap: 15px;
}

.pain-form__image {
    width: 100%;
}

.pain-form__image-container {
    width: 113px;
    grid-area: image;
}

.pain-form__title {
    font-family: Monserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: rgba(49, 49, 49, 1);
    grid-area: title;
    margin-left: 26px;
}

.pain-form__accent {
    color: rgba(228, 80, 52, 1);
}

.pain-form__subheader {
    margin-top: 9px;
    grid-area: subheader;
    font-family: Monserrat, sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: rgba(68, 68, 68, 1);
    padding: 0 31px;
}

.pain-form__header {
    display: grid;
    align-items: center;
    grid-template-columns: 113px 1fr;
    grid-template-areas:
            "image title"
            "subheader subheader";
}

.pain-form__form {
    display: flex;
    flex-direction: column;
    padding: 0 31px;
    align-items: stretch;
}

.pain-form__input {
    font-family: Monserrat, sans-serif;
    padding: 15px 12px;
    border-radius: 16px;
    border: 1px solid rgba(190, 190, 190, 1);
    background-color: rgba(238, 238, 238, 1);
    font-size: 14px;
    color: rgba(120, 120, 120, 1);
    font-weight: 500;
    outline: none;
    margin-bottom: 15px;
    width: 100%;
}

.pain-form__label-check {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 9px;
}

.pain-form__custom-check {
    position: absolute;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.pain-form__label-check--text {
    font-family: Monserrat, sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: rgba(68, 68, 68, 1);
    padding-left: 6px;
}

.pain-form__checkbox {
    visibility: hidden;
}

.pain-form__checkbox:checked ~ .pain-form__custom-check {
    background-image: url("/local/components/ultradent/form.feedback/templates/emergency.callback/css/../assets/images/tick.webp");
}

.pain-form__submit {
    font-family: Monserrat, sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    text-wrap: wrap;
    background-color: rgba(1, 190, 129, 1);
    border-radius: 16px;
    padding: 15px 0;
    border: none;
    outline: none;
    border-bottom: 4px solid rgba(0, 144, 97, 1);
    margin-top: 21px;
    cursor: pointer;
}

.pain-form__submit:disabled {
    cursor: not-allowed;
}

.pain-form__hidden {
    display: none;
}

.pain-form__required {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    position: absolute;
    background-color: #fff;
    padding: 12px;
    border-radius: 16px;
    display: none;
    z-index: 9;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 10px;
    transform: translateY(115%);
}

.pain-form__required::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 10px;
    height: 10px;
    background-color: #fff;
    transform: translateY(-50%) rotate(45deg);
}

.pain-form__required--active {
    display: flex;
}

.pain-form__required-text {
    font-family: Monserrat, sans-serif;
    font-size: 12px;
}

@media screen and (min-width: 1360px) {
    .pain-form__wrapper {
        column-gap: 100px;
        display: grid;
        grid-template-columns: 1fr 403px;
        align-items: center;
        padding-top: 34px;
        padding-left: 20px;
        padding-right: 60px;
        padding-bottom: 36px;
    }

    .pain-form__form {
        padding: 0;
    }

    .pain-form__image-container {
        width: 100%;
    }

    .pain-form__title {
        margin: 0;
        align-self: end;
        font-size: 32px;
    }

    .pain-form__subheader {
        padding: 0;
        align-self: stretch;
        font-size: 14px;
        margin: 0;
    }

    .pain-form__header {
        column-gap: 49px;
        row-gap: 19px;
        grid-template-columns: 235px 1fr;
        grid-template-areas:
                "image title"
                "image subheader";
    }

    .pain-form__input {
        padding: 16px 20px;
        font-size: 24px;
        margin-bottom: 27px;
        border-radius: 27px;
    }

    .pain-form__custom-check {
        width: 20px;
        height: 20px;
    }

    .pain-form__label-check--text {
        font-size: 14px;
        padding-left: 18px;
    }

    .pain-form__label-check {
        margin-bottom: 16px;
    }

    .pain-form__submit {
        font-size: 32px;
    }

    .pain-form {
        padding: 60px 0;
    }
}
/* End */


/* Start:/local/components/ultradent/rates.main/templates/.default/css/style.css?17307015041964*/
/* Независимые рейтинги */
.rates {
    -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1) inset, 0px -5px 12px 0px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1) inset, 0px -5px 12px 0px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1) inset, 0px -5px 12px 0px rgba(0, 0, 0, 0.1) inset;
}

.rates__offer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 40px;
}

.rates__offer__title {
    margin-bottom: 25px;
}

.rates__offer__intro {
    line-height: 160%;
}

.rates__list a {
    text-decoration: none;
}

.rates__list__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-user-select: none;
    user-select: none;
}

.rates__list__item__sub {
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 12px !important;
    color: #c2c3c5;
}

.rates__list__item__img-block {
    width: 140px;
    display: flex;
    align-items: center;
}

.rates__list__item__img {
    width: 100%;
}

.rates__list__item__score span {
    font-size: 16px !important;
}

@media (max-width: 1200px) {
    /* Независимые рейтинги */
    .rates__list__item__img-block {
        width: 100px;
    }
}

@media (max-width: 768px) {
    /* Независимые рейтинги */
    .rates {
        box-shadow: none;
        padding-top: 30px;
    }

    .rates__offer__title {
        margin-bottom: 10px;
    }

    .rates__offer__intro {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .rates__list a {
        width: 50%;
        display: block;
        margin-bottom: 15px;
    }
    
    .rates__list {
        flex-wrap: wrap;
    }

    .rates__list__item__img-block {
        width: 50%;
    }
}

@media(max-width: 568px) {
    /* Независимые рейтинги */
    .rates__list__item__img-block {
        width: 75%;
    }
}
/* End */


/* Start:/local/components/ultradent/promotion.hours/templates/.default/css/style.css?17873156993603*/
.time-promotion {
    margin-top: 0;
    margin-bottom: 0;
}

.time-promotion__container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.time-promotion__container-title {
    font-weight: 700;
    font-size: 46px;
    line-height: 57px;
    text-align: center;
    color: #1E1E1E;
    max-width: 677px;
    margin-bottom: 40px;
}

.time-promotion__container-blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.time-promotion__container-block {
    max-width: 585px;
    border-radius: 20px;
    border: 1px solid #8A8A8A;
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.15);
    padding: 70px 20px 60px 50px;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
}

.time-promotion__container-block:first-child {
    margin-right: 30px;
}

.time-promotion__block-title {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.time-promotion__block-text {
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    color: #383838;
    max-width: 338px;
}

.time-promotion__block-discount {
    font-weight: 800;
    font-size: 70px;
    line-height: 70px;
    color: #05BC81;
}

.time-promotion__block-time {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #383838;
    max-width: 320px;
    margin-bottom: 100px;
}

.time-promotion__block-time span {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #05BC81;
}

.time-promotion__block-button {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 15px;
    border: none;
    background: linear-gradient(87.1deg, #10B57C 0%, #28A672 51.5%, #08BB80 100%);
    padding: 16px 20px;
    cursor: pointer;
}

.time-promotion__block-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 180px;
}

.time-promotion__block-image img {
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .time-promotion__container-block {
        padding: 30px 20px 30px 20px;
    }

    .time-promotion__block-text {
        font-size: 20px;
        line-height: 25px;
    }

    .time-promotion__block-discount {
        font-size: 40px;
        line-height: 40px;
    }

    .time-promotion__block-time {
        margin-bottom: 200px;
        font-size: 14px;
        line-height: 20px;
    }

    .time-promotion__block-button {
        position: relative;
        z-index: 2;
    }

    .time-promotion__block-image {
        z-index: 1;
    }
}

@media screen and (max-width: 1000px) {
    .time-promotion__container-block {
        display: flex;
        flex-direction: column;
    }

    .time-promotion__block-text {
        font-size: 18px;
        line-height: 23px;
    }

    .time-promotion__block-discount {
        font-size: 30px;
        line-height: 30px;
        align-self: self-end;
    }

    .time-promotion__block-image {
        right: auto;
    }
}

@media screen and (max-width: 768px) {
    .time-promotion__container-title {
        font-size: 35px;
        line-height: 40px;
    }
}

@media screen and (max-width: 680px) {
    .time-promotion__container-blocks {
        flex-direction: column;
    }

    .time-promotion__container-block:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .time-promotion__container-block {
        margin-right: 0;
    }
}

@media screen and (max-width: 500px) {
    .time-promotion__container-title {
        font-size: 20px;
        line-height: 20px;
        text-align: left;
    }
}
/* End */


/* Start:/local/components/ultradent/stocks.main/templates/.default/css/style.css?17307015033755*/
/* Акции */
.stocks .content {
    position: relative;
}

.stocks__bg {
    position: absolute;
    z-index: -1;
}

#stocks__bg-1  {
    width: 125px;
    height: 112px;
    left: -14%;
    top: 71%;
}

#stocks__bg-2  {
    width: 82px;
    height: 112px;
    left: 13%;
    top: 13%;
}

#stocks__bg-3  {
    width: 66px;
    height: 70px;
    left: 45%;
    top: 66%;
}

#stocks__bg-4  {
    width: 149px;
    height: 103px;
    left: 96%;
    top: 27%;
}

#stocks__bg-5  {
    width: 150px;
    height: 105px;
    left: 100%;
    top: 95%;
}

.stocks__list {
    flex-wrap: wrap; 
    margin-top: 120px;
}

.stocks__item {
    width: 46%;
    height: 330px;
    padding: 35px 45px 30px 25px;
    background-color: #fff;
    background-image: url('/local/components/ultradent/stocks.main/templates/.default/css/../img/cardBg.webp'), url('/local/components/ultradent/stocks.main/templates/.default/css/../img/cardBgDots.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    border-radius: 15px;
    box-shadow: 0px 5px 17px 3px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
    
}

.stocks__item::after {
    content: '';
    background-image: url('/local/components/ultradent/stocks.main/templates/.default/css/../img/stocksMonth.webp');
}

.stocks__item__img {
    width: 190px;
    margin-right: 25px;
}

.stocks__item__offer__title {
    font-weight: 400;
    margin-bottom: 25px;
}

.stocks__item__offer__intro {
    font-size: 12px !important;
    font-weight: 500;
    margin-bottom: 40px;
}

.stocks__item__offer__price {
    font-size: 32px !important;
    font-weight: 700;
    color: #ca0028;
}

.stocks__item__btn {
    font-size: 12px;
    padding: 12px 15px;
    border-bottom: 1px solid rgb(31, 105, 80);
}

.stocks__item__month {
    position: absolute;
    left: -38px;
    top: -23px;
}

.stocks__item__btn {
    font-size: 12px;
}

.stocks__item__btn {
    width: 180px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1200px) {
    /* Акции */
    .stocks__list {
        margin-top: 60px;
        transition: transform 0.3s ease-in-out;
    }

    .stocks__item {
        padding: 35px 20px 30px 20px;
    }

    .stocks__item__img {
        width: 130px;
        margin-right: 15px;
    }

    .stocks__item__offer__title {
        margin-bottom: 15px;
    }

    .stocks__item__offer__intro {
        margin-bottom: 25px;
    }

}

@media (max-width: 768px) {
    /* Акции */
    .stocks .section__title {
        display: none;
    }

    .stocks__list {
        margin-top: 20px;
        flex-wrap: nowrap;
        width: 900px;
    }

    .stocks__item {
        padding: 15px 15px 30px 15px;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-right: 35px;
        height: 334px;
        transition: transform 400ms;
    }

    .stocks__item__offer {
        margin-top: 15px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .stocks__item__offer__intro {
        margin-bottom: 0;
    }

    .stocks__item__img {
        width: auto;
        height: 100px;
        margin-right: 0;
    }

    .stocks__item__offer__price {
        font-size: 14px !important;
    }

    .stocks__item__btn {
        font-size: 8px;
        padding: 12px;
    }

    .stocks__smart__slider__dotted {
        display: flex;
        width: 100%;
        justify-content: center;
        margin-top: 30px;
    }
    .stocks__smart__slider__dotted__item {
        border-radius: 50%;
        background-color: rgb(218, 218, 218);
        width: 16px;
        height: 16px;
        margin-right: 15px;
        cursor: pointer;
    }
    .stocks__smart__slider__dotted__item-active {
        background-color: rgb(18, 178, 126);
    }
}
/* End */


/* Start:/local/components/ultradent/clinic.main/templates/.default/css/style.css?178029347711368*/
/* О нас*/
.about {
    background-image: url('/local/components/ultradent/clinic.main/templates/.default/css/../img/bg.webp');
    background-size: 22px 22px;
    -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1) inset, 0px -5px 12px 0px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1) inset, 0px -5px 12px 0px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1) inset, 0px -5px 12px 0px rgba(0, 0, 0, 0.1) inset;
}

/* Клиника */
.about-clinic {
    margin-bottom: 100px;
}

.about-clinic__offer {
    display: flex;
    flex-direction: column;
    position: relative;
}

.about-clinic__offer__title {
    font-weight: 400;
}

.about-clinic__offer__intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 430px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.about-clinic__offer__intro__img {
    width: 100px;
    height: 100px;
    margin-right: 15px;
}

.about-clinic__offer__intro__text {
    font-size: 20px !important;
}

.about-clinic__video-wrap {
    position: relative;
}

.about-clinic__offer video {
    width: 700px;
    height: 415px;
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 17px 3px rgba(0, 0, 0, 0.2);   
    cursor: pointer;
}

.about-clinic__video__play {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 43%;
    top: 36%;
    z-index: 3;
    cursor: pointer;
}

.about-clinic__card {
    display: flex;
    flex-direction: column;
    width: 400px;
    padding-bottom: 30px;
    background-color: #fff;
    background-image: url('/local/components/ultradent/clinic.main/templates/.default/css/../img/clinic/cardBg.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    border-radius: 15px;
    box-shadow: 0px 5px 17px 3px rgba(0, 0, 0, 0.2);
}

.about-clinic__card__img {
    width: 100%;
}

.about-clinic__card__offer {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: auto;
    margin-top: 30px;
}

.about-clinic__card__offer__intro {
    font-size: 13px;
    display: flex;
}

.about-clinic__card__offer__intro:not(:last-child) {
    margin-bottom: 10px;
}

.about-clinic__card__offer__intro::before {
    content: '';
    display: block;
    background-image: url('/local/components/ultradent/clinic.main/templates/.default/css/../img/tick.webp');
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 15px;
    width: 20px;
    min-width: 20px;
    height: 20px;
}

.about-clinic__card__offer__cta {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.about-clinic__card__offer__cta .about-clinic__card__offer__btn {
    align-self: center;
    width: 60%;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.about-clinic__card__offer__btn:not(:last-child) {
    margin-bottom: 15px;
}

/* Персонал */
.about-staff {
    position: relative;
    padding-top: 80px;
}

.about-staff__bg {
    position: absolute;
}

#about-staff__bg-1 {
    top: 4%;
    left: 40%;
    width: 125px;
    height: 45px;
}

#about-staff__bg-2 {
    top: 84%;
    left: 89%;
    width: 63px;
    height: 30px;
}

.about-staff__title {
    text-align: right;
    font-weight: 500;
    position: absolute;
    right: 0;
    top: 0;
}

.about-staff__title b {
    display: block;
}

.about-staff__title span {
    font-size: 14px;
    margin-top: 10px;
}

.about-staff__main-card {
    width: 335px;
    height: 480px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}

.about-staff__main-card__img-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}

.about-staff__main-card__img {
    height: 300px;
    align-items: center;
}

.about-staff__main-card__offer {
    background-color: rgb(251, 253, 255);
    background-image: url('/local/components/ultradent/clinic.main/templates/.default/css/../img/staff/mainCardBg.webp'), url('/local/components/ultradent/clinic.main/templates/.default/css/../img/bg.webp');
    background-repeat: no-repeat, repeat;
    background-size: contain, 7px 7px;
    background-position: right top;
    box-shadow: 0px 5px 17px 3px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    padding: 15px 0 15px 30px;
    width: 100%;
}

.about-staff__main-card__offer p {
    width: 200px;
}

.about-staff__main-card__offer__name {
    font-weight: 700;
    margin-bottom: 5px;
}

.about-staff__main-card__offer__experience {
    font-size: 10px;
    margin-bottom: 12px;
}

.about-staff__main-card__offer__spec {
    font-size: 12px;
    margin-bottom: 12px;
    color: #000;
}

.about-staff__main-card__offer__link {
    display: flex;
    align-items: center;
    font-size: 14px;
    text-decoration: none;
    color: #0eb67d;
}

.about-staff__main-card__offer__link::after {
    content: '';
    width: 5px;
    height: 7px;
    margin-left: 5px;
    background-image: url('/local/components/ultradent/clinic.main/templates/.default/css/../img/linkArrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.about-staff__list-wrap-out {
    width: 400px;
    height: 400px;
    align-self: end;
    position: relative;
}

.about-staff__list-wrap-inner {
    width: 102%;
    height: 100%;
    overflow: hidden;
}

.about-staff__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    margin-top: 15px;
    margin-left: 20px;
}

.about-staff__list__item {
    width: 155px;
    height: 170px;
    margin-right: 50px;
    margin-bottom: 25px;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    /* transition-duration: 500ms; */
    transition: opacity 150ms, transform 500ms;
}

.about-staff__list__item__img-block {
    display: flex;
    justify-content: center;
    align-items: end;
    width: 100%;
    height: 145px;
    background-color: rgb(251, 253, 255);
    box-shadow: 0px 5px 17px 3px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    margin-bottom: 7px;
}

.about-staff__list__item__img {
    height: 137px;
}

.about-staff__list__item__name {
    font-size: 14px;
    color: #000;
}

.about-staff__list__item__meta {
    display: none;
}

.about-staff__list__arrow-wrap {
    display: flex;
    
}

.about-staff__list__arrow {
    height: 38px;
    width: 30px;
    position: absolute;
    z-index: 1;
    top: 42%;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

#about-staff__list__arrow-left {
    left: -10%;
    transform: rotate(180deg) translate(10px, 10px);
}

#about-staff__list__arrow-right {
    right: -10%;
}

.about-staff__menu {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 6%;
}

.about-staff__menu__item {
    width: 200px;
    padding: 10px 0;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #0eb67d;
    color: #0eb67d;
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: 700;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.about-staff__menu__item-active {
    color: #fff !important;
    background-color: #0eb67d;
}

.about-staff__btn {
    display: block;
    width: 200px;
    margin: auto;
    text-align: center;
    text-decoration: none;
    margin-top: 50px;
}

@media (max-width: 1400px) {
    .about-clinic__offer video {
        width: 660px;
    }
}

@media (max-width: 1200px) {
    /* О клинике */
    .about-clinic__offer__intro__text {
        font-size: 16px !important;
    }

    .about-clinic__offer video {
        width: 400px;
        height: 325px;
    }

    .about-clinic__video__play {
        left: 36%;
        top: 33%;
    }

    .about-clinic__card {
        width: 235px;
    }

    /* О врачах */
    .about-staff__menu {
        display: none;
    }

    .about-staff__main-card {
        width: 300px;
        margin-right: 35px;
    }

    .about-staff__list__item {
        width: 150px;
        margin-right: 25px;
        margin-bottom: 20px;
    }

    #about-staff__list__arrow-left {
        left: -7%;
    }

    #about-staff__list__arrow-right {
        right: -4%;
    }
}

@media (max-width: 768px) {
    /* О клинике */
    .about {
        background-image: none;
        box-shadow: none;
    }
    .about-clinic {
        margin-bottom: 70px;
    }

    .about-clinic__wrap {
        flex-direction: column;
        justify-content: center;
    }

    .about-clinic__offer__intro {
        width: 100%;
    }

    .about-clinic__offer video {
        width: 100%;
    }

    .about-clinic__card {
        width: 100%;
        margin-top: 30px;
    }

    /* Персонал */
    .about-staff {
        padding-top: 0;
    }

    .about-staff__main-card {
        display: none;
    }

    .about-staff__title {
        text-align: center;
        font-size: 18px;
        position: relative;
    }

    .about-staff__title span {
        display: block;
    }
    
    .about-staff__list-wrap-out {
        height: fit-content;
    }

    .about-staff__list-wrap-inner {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .about-staff__list {
        flex-direction: row;
        flex-wrap: nowrap;
        margin-left: 0;
        width: 400px;
        position: relative;
    }

    .about-staff__list__arrow {
        display: none;
    }

    .about-staff__list__item__img-block {
        background-color: transparent;
        box-shadow: none;
        margin-bottom: 0;
    }

    .about-staff__list__item__img-block {
        height: 182px;
    }

    .about-staff__list-wrap-out {
        height: 300px;
        position: relative;
        margin: auto;
    }

    .about-staff__list__item {
        width: 200px;
        height: 300px;
        transform: scale(0.9);
        opacity: 0;
        z-index: 0;
        position: absolute;
        left: 0;
        margin-bottom: 15px;
    }

    .about-staff__list__item-visible {
        z-index: 3;
        opacity: 0.5;
    }
    
    .about-staff__list__item-prev {
        left: 0;
    }

    .about-staff__list__item-next {
        left: 0;
        transform: translateX(100%) scale(0.9);
    }

    .about-staff__list__item-active {
        opacity: 1;
        transform: none;
        z-index: 4;
        /* left: 25%; */
        transform: translateX(50%);
    }

    .about-staff__list__item__meta {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #fff;
        box-shadow: 0px 5px 17px 3px rgb(0 0 0 / 20%);
        border-radius: 15px;
        text-align: center;
        padding: 13px 13px;
        position: relative;
        z-index: 1;
        height: 100px;
        justify-content: space-between;
    }

    .about-staff__btn {
        margin-top: 20px;
    }

    .about-staff__list__item__img {
        position: relative;
        bottom: -5%;
        height: 100%;
    }

    .about-staff__list__item__name {
        display: none;
    }

    .about-staff [data-name] {
        display: block;
        font-size: 11px;
        font-weight: 700;
    }

    .about-staff [data-experience] {
        font-size: 8px;
        color: #5f5f5f;
        margin-bottom: 7px;
    }

    .about-staff [data-spec] {
        font-size: 10px;
        font-weight: 500;
    }

    .about-staff [data-link] {
        font-size: 8px;
        margin-top: 7px;
    }
}

.about-clinic__offer video[poster] {
    object-fit: cover;
}

/* End */


/* Start:/local/components/ultradent/vrmap.main/templates/.default/css/style.css?17873173183753*/
/* Клиника в VR */
.vr {
    padding-top: 80px;
    padding-bottom: 60px;
    position: relative;
    background-color: #fefefe;
    background-image: url('/local/components/ultradent/vrmap.main/templates/.default/css/../img/bg.webp');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}
.vr a {
    text-decoration: none;
}
.vr__map {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 50%;
    height: 100%;
    border-radius: 40px;
}

.vr__list__arrow {
    width: 14px;
    height: 25px;
    position: absolute;
    top: 40%;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

#vr__list__arrow-left {
    left: 0;
}

#vr__list__arrow-right {
    right: 0;
}

.vr__offer {
    width: 620px;
    margin-bottom: 35px;
}

.vr__offer__title  {
    margin-bottom: 20px;
}

.vr__list {
    display: flex;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}

.vr__list-wrap {
    position: relative;
    width: 910px;
    overflow: hidden;
    z-index: 2;
}

.vr__list__item {
    position: relative;
    margin-right: 30px;
    width: 440px;
    height: 190px;
    border-radius: 10px;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition-duration: 300ms;
}

.vr__list__item__bg-dark {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.2);
    z-index: -1;
}

.vr__list__item__3d {
    position: absolute;
    right: 3%;
    top: 5%;
}

.vr__list__item__img {
    position: absolute;
    z-index: -2;
    left: 0;
    top: -40%;
    border-radius: 10px;
    width: 100%;
}

.vr__list__item__offer {
    margin-top: 45px;
    margin-left: 40px;
}

.vr__list__item__offer__text, .vr__list__item__offer__name {
    color: #fff;
}

.vr__list__item__offer__text {
    font-size: 16px !important;
    font-weight: 600;
}

@media (max-width: 1200px) {
    /* Vr */
    .vr {
        padding-top: 40px;
        padding-bottom: 0;
    }

    .vr__list-wrap {
        width: 670px;
    }

    .vr__list__item {
        width: 320px;
        height: 154px;
    }

    .vr__map {
        position: relative;
        width: 100%;
        height: 250px;
    }
}

@media (max-width: 768px) {
    /* VR */
    .vr {
        background-image: none;
    }

    .vr__offer {
        width: 100%;
        text-align: center;
    }

    .vr__list-wrap {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .vr__list {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .vr__list__item {
        width: 100%;
        text-align: center;
        height: auto;
        box-shadow: none;
        margin: auto;
        margin-bottom: 35px;
    }

    .vr__list__item__offer {
        margin-top: 0;
        margin-left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .vr__offer__title {
        font-size: 18px;
    }

    .vr__list__item__offer a {
        text-decoration: none;
        color: #0eb67d;
        font-size: 10px;
    }

    .vr__list__item__offer__text, .vr__list__item__offer__name {
        color: #000;
        font-weight: 400;
        line-height: 130%;
        font-size: 14px;

        min-width: max-content;
       display: flex;
       flex-direction: row;
       align-items: center;
       justify-content: center;
       gap: 5px;
    }

    .vr__list__item__offer__text span, .vr__list__item__offer__name span {
        display: inline;
    }

    .vr__list__item__btn {
        width: 200px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
}
/* End */


/* Start:/local/components/ultradent/podcast.main/templates/.default/css/style.css?17569605111030*/
.main-page_video {
    padding: 202px 128px 174px 127px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-page_video-title {
    color: #0eb67d;
    text-align: center;
    font-family: 'Monserrat', sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 135%;
    margin-bottom: 27px;
}

.main-page_video-content {
    border: 3px solid #11b47b;
    border-radius: 30px;
    width: 100%;
    height: 620px;
}

@media (max-width: 1200px) {
    .main-page_video-title {
        font-size: 36px;
        margin-bottom: 17px;
    }
}

@media (max-width: 768px) {
    .main-page_video-title {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .main-page_video {
        padding: 69px 21px 69px 21px;
    }
    .main-page_video-content {
        border: 1px solid #11b47b;
        border-radius: 7px;
        height: 155px;
        aspect-ratio: 16 / 9;
        width: auto;
    }
}

@media (max-width: 400px) {
    .main-page_video-title {
        font-size: 11px;
    }
}

/* End */


/* Start:/local/components/ultradent/services.slider/templates/.default/css/style.css?17307015037602*/
/* SERVICES */

@keyframes move-left {
    from {
        left: 500px;
    }

    to {
        left: 0;
    }
}

@keyframes move-right {
    from {
        left: 0;
    }

    to {
        left: 750px;
    }
}

.right__animation {
    animation: move-left 0.4s ease-in-out;
}

.left__animation {
    animation: move-right 0.4s ease-in-out;
}

.services__img {
    position: absolute;
    left: 670px;
    top: 175px;
    z-index: -1;
}

.slider {
    width: 965px;
    height: 650px;
}

.services__card {
    background-color: rgb(255, 255, 255);
    box-shadow: 0 5px 17px 3px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    border: 1px solid rgba(57, 156, 108, 1);
    height: 100%;
    /*padding: 50px 20px 20px 20px;*/
}

.left__arrow {
    position: relative;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 5px 17px 3px rgba(0, 0, 0, 0.2);
    bottom: 342px;
    left: 5%;
    width: 65px;
    height: 65px;
    z-index: 3;
}

.left__arrow__img {
    transform: rotate(180deg);
}

.right__arrow {
    position: relative;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 17px 3px rgba(0, 0, 0, 0.2);
    bottom: 410px;
    left: 97%;
    width: 65px;
    height: 65px;
    z-index: 3;
}

.slider__item {
    min-width: 500px;
    height: 290px;
    opacity: 1;
    min-height: 290px;
}

.card__title {
    font-size: 24px;
    background: linear-gradient(70deg, rgba(5, 188, 129, 1) 0%, rgba(57, 156, 108, 1) 26%, rgba(5, 188, 129, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    margin-bottom: 10px;
    width: 260px;
    height: 58px;
}

.card__subtitle {
    font-size: 14px;
    width: 260px;
    height: 72px;
}

.button__more {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background: linear-gradient(70deg, rgba(5, 188, 129, 1) 0%, rgba(57, 156, 108, 1) 26%, rgba(5, 188, 129, 1) 100%);
    width: 200px;
    height: 35px;
    padding: 5px 20px;
    font-weight: 700;
    font-size: 14px;
    border-radius: 10px;
    margin-top: 40px;
}

.button__more *
{
    color: rgb(255, 255, 255);
}

.card__button {
    display: flex;
    justify-content: center;
}

.card__img {
    text-align: center;
}

.services__title {
    margin-bottom: 145px;
    text-align: center;
}

.none__bold {
    font-weight: 400;
}

.slider__wrap {
    display: flex;
    justify-content: end;
    align-items: center;
    overflow: hidden;
    flex-direction: column-reverse;
    position: relative;
    bottom: 150px;
    left: 80px;
    padding-bottom: 20px;
    height: 750px;
    z-index: 0;
}

.all__services__button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 20px;
    border: 1px solid rgba(57, 156, 108, 1);
    background: linear-gradient(70deg, rgba(5, 188, 129, 1) 0%, rgba(57, 156, 108, 1) 26%, rgba(5, 188, 129, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-size: 18px;
    width: 250px;
    height: 50px;
    font-weight: 700;
    margin-top: 40px;
}

.info__card {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 40px;
}

.close {
    position: relative;
    z-index: 0;
}

.open {
    position: relative;
    z-index: 1;
    /*transition: 0.8s!important;*/
}

.left__card {
    text-align: center;
    width: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.all__services__button__div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.close__info__card {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    right: -50px;
    top: 4%;
    font-size: 24px;
    font-weight: 700;
    background: linear-gradient(70deg, rgba(5, 188, 129, 1) 0%, rgba(57, 156, 108, 1) 26%, rgba(5, 188, 129, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    width: 405px;
    cursor: pointer;
}

/*mobile slider*/

.sliderMobile {
    margin: 0 auto 50px auto;
    width: 100%;
}

.wrapper {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#items {
    display: flex;
    min-height: 425px;
    position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}

.slide {
    display: inline-block;
    user-select: none;
    width: 100%;
    min-width: 260px;
    background-image: url("/local/components/ultradent/services.slider/templates/.default/css/../img/mbfone.webp");
    background-repeat: no-repeat;
    margin: 10px 20px 0 20px;
}

.slide__inner {
    box-shadow: 0 5px 17px 3px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    text-align: center;
    height: 100%;
    max-height: 420px;
    padding: 0 20px 1px 20px;
}

.little__card__more {
    background: linear-gradient(70deg, rgba(5, 188, 129, 1) 0%, rgba(57, 156, 108, 1) 26%, rgba(5, 188, 129, 1) 100%);
    color: white;
    display: flex;
    margin: 5px auto;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: 140px;
    height: 40px;
    text-decoration: none;
    font-weight: 700;
}

/*mobile slider*/

@media (max-width: 1400px) {
    .services__img {
        display: none;
    }

    .slider {
        margin: 0 auto;
    }

    .services__slider {
        width: 100%;
    }

    .slider__wrap {
        left: 0;
    }

    .left__arrow {
        left: -5%;
    }

    .right__arrow {
        left: 96%;
    }
}

@media (max-width: 1000px) {
    .services__title {
        margin-bottom: 35px;
    }

    .desk {
        display: none;
    }

    .mobile {
        display: block!important;
    }

    .card__title {
        color: black;
        text-wrap: wrap;
        max-height: 65px;
        height: 100%;
        width: 100%;
    }

    .card__subtitle {
        text-wrap: wrap;
        min-height: 70px;
        height: 126px;
        width: 100%;
    }

    .img__card__services {
        margin: 20px 0 10px 0;
    }

    .wrapper {
        overflow: visible;
    }

    #items {
        overflow: visible;
    }

    .sliderMobile .items {
        display: flex;
        scroll-behavior: smooth;
        /* Добавляем стили для плавного свайпа */
        transition: transform 0.3s ease-in-out;
    }

    .sliderMobile {
        min-width: 100%;
        width: 100%;
        box-sizing: border-box;
    }

    .slide {
        transition: transform 400ms;
    }

    .sliderMobile .wrapper {
        width: 100%;
    }

    .slider__controls {
        display: none;
    }

    .option__smart__slider__list {
        display: flex;
        flex-direction: row;
        transition: transform 0.3s ease-in-out;
    }
    
    .option__smart__slider__list .slide {
        width: 100%;
        min-width: 260px;
        margin: 10px 20px 0 20px;
    }
    
    .option__smart__slider__dotted {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }

    .option__smart__slider__dotted__item-active {
        background-color: rgb(18, 178, 126);
    }

}


/* SERVICES */
/* End */


/* Start:/local/components/ultradent/reviews.video/templates/slider/css/review-video.css?17325342515295*/
.review-video__phone {
    width: 360px;
    height: 640px;
    border: 16px solid black;
    border-radius: 36px;
    background-color: white;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.video-container {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
    height: 100%;
}

.review-video__video {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    transition: opacity 0.5s ease;
}

.review-video__video.active {
    opacity: 1;
}

.controls {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.prevBtn-phone {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: #007BFF;
    color: white;
    cursor: pointer;
    font-size: 16px;
}

.nextBtn-phone {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: #007BFF;
    color: white;
    cursor: pointer;
    font-size: 16px;
}

button:focus {
    outline: none;
}

*, *::after, *::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
    font-family: 'Montserrat', sans-serif;
}


.carousel {
    position: relative;
}
.carousel__item {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    position: absolute;
    transform: translate(0%, 0%) scale(.1);
    z-index: 0;
    transition: all 0.4s ease;
    border: 16px solid black;
    border-radius: 30px;
    background-color: #000;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    width: 360px;
    max-height: 640px;
}

.carousel .hidden {
    display: none;
    opacity: 0;
}

.carousel__item video {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.carousel__item--main {
    transform: translate(0%, -10%) scale(1);
    z-index: 2;
    cursor: pointer;
}

.carousel__item--left {
    transform: translate(-40%, -10%) scale(.9);
    z-index: 1;
    opacity: 0;
}
.carousel__item--right {
    transform: translate(40%, -10%) scale(.9);
    z-index: 1;
    opacity: 0.8;
}
.carousel__item--left img, .carousel__item--right img {
    filter: grayscale(80%);
}


.carousel__item:hover img {
    filter: grayscale(0%);
}


.carousel__btns {
    display: flex;
    gap: 2rem;
}
.carousel__btn {
    background-color: transparent;
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    border:1px solid currentColor;
    color: #fff;
    cursor: pointer;
}
.carousel__btn img {
}
.carousel__btn:hover {
    color: #aaa;
}

.review-video {
    margin-top: 40px;
    margin-bottom: 60px;
}

.review-video__container {
    display: flex;
    flex-direction: row;
}

.review-video__text {
    display: flex;
    flex-direction: column;
    font-family: Montserrat;
    color: #1E1E1E;
    max-width: 590px;
    margin-right: 170px;
    margin-bottom: 200px;
}

.review-video__text-title {
    font-weight: 700;
    font-size: 46px;
    line-height: 57px;
    margin-bottom: 70px;
}

.review-video__text-subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

@media (max-width: 1400px) {
    .review-video__text {
        margin-right: 20px;
    }

    .carousel__item {
        width: 300px;
    }
}


@media (max-width: 1000px) {
    .review-video__container {
        flex-direction: column;
    }

    .review-video__text-title {
        font-size: 40px;
    }

    .review-video {
        /*margin-bottom: 300px;*/
    }
    .carousel__item {
        transform: translate(50%, -90%) scale(.1);
    }

    .carousel__item--main {
        transform: translate(65%, -90%) scale(1);
    }

    .carousel__item--right {
        transform: translate(85%, -90%) scale(.9);
    }

    .carousel__item--left {
        opacity: 0.8;
        transform: translate(45%, -90%) scale(.9);
    }

    .review-video__text {
    margin-bottom: 500px;
    }

    .carousel__btns {
        justify-content: center;
        margin-top: 60px;
    }

    .review-video {
        /*margin-bottom: 100px;*/
        /*margin-top: 70px;*/
    }
}

@media (max-width: 768px) {
    .carousel__item {
        transform: translate(35%, -90%) scale(.1);
    }

    .carousel__item--main {
        transform: translate(35%, -90%) scale(1);
    }

    .carousel__item--right {
        transform: translate(55%, -90%) scale(.9);
    }

    .carousel__item--left {
        opacity: 0.8;
        transform: translate(15%, -90%) scale(.9);
    }
}

@media (max-width: 600px) {
    .carousel__item--main {
        transform: translate(0%, -90%) scale(1);
        margin-left: calc((100% - 300px) / 2);
    }
    .carousel__item--right {
        transform: translate(15%, -90%) scale(.9);
        margin-left: calc((100% - 300px) / 2);
    }
    .carousel__item--left {
        opacity: 0.8;
        transform: translate(-15%, -90%) scale(.9);
        margin-left: calc((100% - 300px) / 2);
    }
}

@media (max-width: 400px) {
    .carousel__item {
        width: 250px;
    }

    .carousel__item--main {
        transform: translate(10%, -90%) scale(1);
    }
    .carousel__item--right {
        transform: translate(25%, -90%) scale(.9);
    }
    .carousel__item--left {
        transform: translate(-5%, -90%) scale(.9);
    }

    .review-video__text {
        margin-bottom: 400px;
    }
}
/* 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, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  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 */
/* /local/components/ultradent/banner.main/templates/.default/css/style.css?17785664198522 */
/* /local/components/ultradent/form.feedback/templates/emergency.callback/css/style.css?17537806245397 */
/* /local/components/ultradent/rates.main/templates/.default/css/style.css?17307015041964 */
/* /local/components/ultradent/promotion.hours/templates/.default/css/style.css?17873156993603 */
/* /local/components/ultradent/stocks.main/templates/.default/css/style.css?17307015033755 */
/* /local/components/ultradent/clinic.main/templates/.default/css/style.css?178029347711368 */
/* /local/components/ultradent/vrmap.main/templates/.default/css/style.css?17873173183753 */
/* /local/components/ultradent/podcast.main/templates/.default/css/style.css?17569605111030 */
/* /local/components/ultradent/services.slider/templates/.default/css/style.css?17307015037602 */
/* /local/components/ultradent/reviews.video/templates/slider/css/review-video.css?17325342515295 */
/* /local/components/ultradent/gallery.photo/templates/swiper/css/style.css?17540310772784 */
/* /local/components/ultradent/gallery.photo/templates/swiper/css/swiper.css?17429683468336 */
