

/* Start:/local/components/ultradent/services.firstscreen/templates/.default/css/style.css?17338779798113*/
/* Акции */
.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: 270px;
    padding: 35px 45px 30px 25px;
    background-color: #fff;
    background-image: url('/local/components/ultradent/services.firstscreen/templates/.default/css/../img/cardBg.webp'), url('/local/components/ultradent/services.firstscreen/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/services.firstscreen/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 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.option__first-screen__sidebar__down {
    display: none;
}

.option__first-screen__doctor__mini {
    display: none;
}

@media (max-width: 1400px) {
    .option__first-screen__sidebar__down {
        margin-top: 50px;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        gap: 20px;
    }

    .option__first-screen__sidebar__item {
        margin-right: 0!important;
    }

    .option__first-screen__sidebar {
        display: none;
    }
}

@media (max-width: 1200px) {
    /* Акции */
    .stocks__list {
        margin-top: 60px;
    }

    .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;
    }

    .option__first-screen__sidebar__item__btn {
        font-size: 7px!important;
    }

}


@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: 160px!important;
    }

    .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;
        margin-bottom: 10px;
    }

}

/* Страница Услуга */
.option__first-screen {
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 17px 3px rgba(0, 0, 0, 0.2);
}

.option__first-screen > .wrap {
    align-items: start;
}

.option__first-screen__sidebar__item-wrap {
    padding: 8px;
    border: 1px solid #09b97f;
    border-radius: 15px;
    margin-bottom: 25px;
    transition-duration: 500ms;
}

.option__first-screen__sidebar__item-wrap:hover {
    transform: scale(1.1);
}

.option__first-screen__sidebar__item {
    width: 235px;
    height: 115px;
    padding: 0px 15px 0px 15px;
    align-items: center;
    margin-bottom: 0;
}

.option__first-screen__sidebar__item__month {
    width: 73px;
    top: -12px;
    left: -18px;
}

.option__first-screen__sidebar__item__img {
    width: 85px;
    margin-right: 10px;
}

.option__first-screen__sidebar__item__offer__title {
    font-size: 10px;
    margin-bottom: 5px;
}

.option__first-screen__sidebar__item__offer__intro {
    font-size: 6px !important;
    margin-bottom: 10px;
}

.option__first-screen__sidebar__item__btn {
    font-size: 7px;
    padding: 8px 10px;
}

.option__first-screen__sidebar__item__offer__price {
    font-size: 14px !important;
    margin-bottom: 5px;
}

.option__first-screen__offer {
    margin-left: 55px;
    margin-top: 70px;
    align-self: start;
}

.option__first-screen__offer__title {
    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: 15px;
    font-size: 48px;
}

.option__first-screen__offer__subtitle {
    font-size: 24px;
    margin-bottom: 15px;
    width: 585px;
}

.option__first-screen__offer__subtitle ul {
    font-size: 18px;
}

.option__first-screen__offer__desc-list {
    margin-top: 10px;
    margin-bottom: 30px;
}

.option__first-screen__offer__btn {
    width: 250px;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.option__first-screen__doctor__info {
    position: absolute;
    width: 300px;
    padding: 15px;
    border: 1px dashed #09b97f;
    border-radius: 15px;
    line-height: 160%; 
    right: 33%;
    bottom: 15%;
}

.option__first-screnn__doctor__info__img-arrow{
    position: absolute;
    top: -30px;
    right: -78px;
    width: 62px;
}

.option__first-screnn__doctor__info__img-auto {
    position: absolute;
    bottom: -95px;
    right: -15px;
}

@media (max-width: 1050px) {
    .option__first-screen__offer {
        margin-top: 0!important;
    }

    .option__first-screen__doctor__info {
        right: 25%!important;
    }

    .option__first-screen__doctor__info {
        font-size: 16px;
    }

    .option__first-screen__offer__btn {
        position: relative;
        margin-left: 50px;
        font-size: 16px!important;
    }

    .option__first-screen__offer__subtitle {
        width: 460px!important;
    }

    .option__first-screen__doctor__mini {
        display: block;
    }

    .option__first-screen__doctor__mini .option__first-screen__doctor__img img{
        width: 350px;
    }

    .option__first-screen .content .wrap {
        justify-content: space-around;
    }

    .option__first-screen__doctor {
        display: none;
    }

    .option__first-screen__doctor__img {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 520px) {
    .option__first-screen__offer__subtitle {
        width: 100% !important;
    }

    .option__first-screen__offer {
        margin-left: 0 !important;
        width: 100% !important;
    }

    .option__first-screen__doctor__mini .option__first-screen__doctor__img img {
        width: 70%;
    }

    .option__first-screen__offer__btn {
        margin-left: 0 !important;
        width: 100% !important;
    }


    .option__first-screen__doctor__info {
        right: 0 !important;
        bottom: 10% !important;
        font-size: 12px;
    }

    .option__first-screnn__doctor__info__img-auto {
        bottom: -85px;
        width: 115px;
    }

    .option__first-screen__offer__subtitle,
    .option__first-screen__offer__subtitle ul {
        font-size: 12px!important;
    }

    .option__first-screen__offer__title {
        font-size: 24px!important;
    }

    .option__first-screen__doctor__info {
        margin-bottom: 20px;
    }

    .option__info {
        padding-bottom: 0;
    }
}

/* QUIZ */



/* QUIZ */
/* End */


/* Start:/local/components/ultradent/services.quiz/templates/.default/css/style.css?17307015049503*/
p, div, figure, figcaption, span, h1, h2, h3, h4, h5, a, section, body, hr, header, main, footer, form, input, button, svg, img, video, pre, textarea, ul, ol, li {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    color: #383838;
}

.content {
    width: 1320px;
    margin: auto;
    position: relative;
}

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

section {
    padding-top: 120px;
    padding-bottom: 100px;
    position: relative;
}

/* QUIZ */

.quiz__img {
    position: absolute;
    left: -250px;
    top: 15px;
    z-index: -1;
}

.quiz__title {
    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: 15px;
    font-size: 48px;
}

.quiz__subtitle p {
    margin-bottom: 15px;
    white-space: normal;
    font-size: 27px;
}

.option__quiz .wrap{
    margin: 60px 0 40px 0;
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 17px 3px rgba(0, 0, 0, 0.2);
    height: auto;
    align-items: start;
    justify-content: space-evenly;
}

.option__quiz {
    padding-bottom: 0;
    padding-top: 0;
}

.quiz__questions, .teeth__question{
    margin-top: 70px;
}

.quiz__questions {
    width: 36%;
    z-index: 6;
}

.question {
    margin-top: 10px;
    cursor: pointer;
}

.label__radio {
    margin: 10px;
    cursor: pointer;
}

.number__question {
    margin: 0 20px 0 10px;
    color: rgb(255, 255, 255);
}

.dropdown {
    background-image: linear-gradient(256deg, rgba(5, 188, 129, 1) 0%, rgba(57, 156, 108, 1) 27%, rgba(5, 188, 129, 1) 100%);
    border-radius: 35px;
    color: rgb(255, 255, 255);
    padding: 20px 0;
    font-size: 14px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    transition-property: all;
    transition: all ease 1s;
    border: 1px solid rgb(255, 255, 255);
    cursor: pointer;
}

.dropdown:hover {
    border: 1px solid black;
}

.green__text {
    margin-bottom: 20px;
    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;
}

.questions {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    max-height: 300px;
    margin-bottom: 60px;
    margin-top: 20px;
    margin-left: 20px;
    transform-origin: top;
    transition: all 0.8s ease;
}

.close {
    transition: all 0.5s ease;
    margin-bottom: 0;
    margin-top: 0;
    max-height: 0;
}

.not__available {
    background-image: none!important;
    background-color: transparent!important;
    border: 1px solid #ababab!important;
    color: #ababab!important;
}

.submit__quiz {
    background-image: linear-gradient(256deg, rgba(5, 188, 129, 1) 0%, rgba(57, 156, 108, 1) 27%, rgba(5, 188, 129, 1) 100%);
    border-radius: 30px;
    color: rgb(255, 255, 255);
    padding: 20px 60px;
    font-size: 14px;
    margin-top: 30px;
    border: 1px solid rgb(255, 255, 255);
    margin-bottom: 30px;
    transition-property: all;
    transition: all ease 1s;
    pointer-events: none;
    cursor: pointer;
}

.submit__quiz:hover {
    border: 1px solid black;
}

.not__available span {
    color: #ababab;
}


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

.close__img {
    transform: rotate(0deg);
}

.open__close {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: 15px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    min-width: 30px;
    height: 30px;
    padding: 0 0 0 1px;
}

.teeth__img {
    overflow-clip-margin: content-box;
    overflow: clip;
}

.teeth__questions {
    font-size: 12px;
    text-align: center;
    height: auto;
    position: absolute;
    top: 260px;
    right: 0;
    left: 635px;
    bottom: 0;
    z-index: 0;
}

.top__zone {
    height: 30px;
}

.middle__zone {
    margin: 60px 0;
}

.memo__zones {
    margin-top: 10px;
    font-size: 10px;
}

.checkbox__teeth {
    margin-right: 5px;
}

.tooth__schema {

}

.tooth-checkboxes {
    height: 918px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

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

.tooth__checkbox {
    display: none;
}

.tooth__mark {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

.tooth__mark:before {
    content: '';
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: transparent;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.5rem 0 0 -0.5rem;
}

/* Верх левая часть */
.tooth:nth-child(1) {
    width: 2rem;
    height: 2rem;
    top: 11.7%;
    right: 26.3%;
}

.tooth:nth-child(2) {
    width: 2rem;
    height: 2rem;
    top: 13.2%;
    right: 28.6%;
}

.tooth:nth-child(3) {
    width: 2rem;
    height: 2rem;
    top: 15%;
    right: 30.6%;
}

.tooth:nth-child(4) {
    width: 2rem;
    height: 2rem;
    top: 18%;
    right: 31.8%;
}

.tooth:nth-child(5) {
    width: 2rem;
    height: 2rem;
    top: 21.2%;
    right: 32.7%;
}

.tooth:nth-child(6) {
    width: 2rem;
    height: 2rem;
    top: 25.2%;
    right: 33.5%;
}

.tooth:nth-child(7) {
    width: 2rem;
    height: 2rem;
    top: 30%;
    right: 34.1%;
}

.tooth:nth-child(8) {
    width: 2rem;
    height: 2rem;
    top: 34.4%;
    right: 34.5%;
}

/* Верх левая часть */

/* Верх правая часть */

.tooth:nth-child(9) {
    width: 2rem;
    height: 2rem;
    top: 11.7%;
    right: 23.2%;
}

.tooth:nth-child(10) {
    width: 2rem;
    height: 2rem;
    top: 13.2%;
    right: 20.8%;
}

.tooth:nth-child(11) {
    width: 2rem;
    height: 2rem;
    top: 15%;
    right: 18.9%;
}

.tooth:nth-child(12) {
    width: 2rem;
    height: 2rem;
    top: 18%;
    right: 17.5%;
}

.tooth:nth-child(13) {
    width: 2rem;
    height: 2rem;
    top: 21.2%;
    right: 16.7%;
}

.tooth:nth-child(14) {
    width: 2rem;
    height: 2rem;
    top: 25.2%;
    right: 15.9%;
}

.tooth:nth-child(15) {
    width: 2rem;
    height: 2rem;
    top: 30%;
    right: 15.3%;
}

.tooth:nth-child(16) {
    width: 2rem;
    height: 2rem;
    top: 34.4%;
    right: 14.9%;
}

/* Верх правая часть */

/* Низ правая часть */

.tooth:nth-child(17) {
    width: 2rem;
    height: 2rem;
    top: 40.4%;
    right: 15.2%;
}

.tooth:nth-child(18) {
    width: 2rem;
    height: 2rem;
    top: 45.2%;
    right: 15.4%;
}

.tooth:nth-child(19) {
    width: 2rem;
    height: 2rem;
    top: 50.3%;
    right: 16.1%;
}

.tooth:nth-child(20) {
    width: 2rem;
    height: 2rem;
    top: 54.6%;
    right: 17.1%;
}

.tooth:nth-child(21) {
    width: 2rem;
    height: 2rem;
    top: 57.4%;
    right: 18.5%;
}

.tooth:nth-child(22) {
    width: 2rem;
    height: 2rem;
    top: 59.9%;
    right: 20%;
}

.tooth:nth-child(23) {
    width: 2rem;
    height: 2rem;
    top: 61.2%;
    right: 21.9%;
}

.tooth:nth-child(24) {
    width: 2rem;
    height: 2rem;
    top: 61.9%;
    right: 23.7%;
}

/* Низ правая часть */

/* Низ левая часть */

.tooth:nth-child(25) {
    width: 2rem;
    height: 2rem;
    top: 61.9%;
    right: 25.75%;
}

.tooth:nth-child(26) {
    width: 2rem;
    height: 2rem;
    top: 61.2%;
    right: 27.6%;
}

.tooth:nth-child(27) {
    width: 2rem;
    height: 2rem;
    top: 59.9%;
    right: 29.3%;
}

.tooth:nth-child(28) {
    width: 2rem;
    height: 2rem;
    top: 57.4%;
    right: 30.8%;
}

.tooth:nth-child(29) {
    width: 2rem;
    height: 2rem;
    top: 54.6%;
    right: 32.3%;
}

.tooth:nth-child(30) {
    width: 2rem;
    height: 2rem;
    top: 50.3%;
    right: 33.3%;
}

.tooth:nth-child(31) {
    width: 2rem;
    height: 2rem;
    top: 45.2%;
    right: 34%;
}

.tooth:nth-child(32) {
    width: 2rem;
    height: 2rem;
    top: 40.4%;
    right: 34.5%;
}
/* Низ левая часть */

.tooth__checkbox:checked + .tooth__mark:before {
    background: #59c9a4;
    opacity: 0.9;
}

.quiz__final {
    display: none;
    opacity: 0;
    transition: 0.6s;
}

.final__quiz__visible {
    opacity: 1;
    transition: 0.6s;
}

.final__name, .final__phone {
    display: flex;
    flex-direction: column;
}

.final__policy {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.input__final__quiz {
    border: 1px solid #d1d1d1;
    border-radius: 40px;
    padding: 35px 0 35px 20px;
    color: #333333;
}

.checkbox__final__quiz {
    position: relative;
    top: 1px;
    transform: scale(1.5);
    border-radius: 0;
}

.label__final__quiz {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.final__header, .final__name, .final__phone, .final__policy {
    margin-top: 30px;
}

.final__form {
    margin-left: 70px;
    margin-top: 70px;
    margin-bottom: 70px;
}

.true__submit {
    transition-property: all!important;
    pointer-events: all!important;
}

.final__gen__img {
    width: 800px;
    position: relative;
    top: 50px;
}

.policy__final__quiz__text {
    font-size: 12px;
}

.final__policy {
    margin-bottom: 30px;
}

.subtitle__final__quiz {
    font-size: 14px;
}

@media (max-width: 520px) {
    .quiz__questions, .teeth__question {
        margin-top: 40px;
    }
}

/* QUIZ */
/* End */


/* Start:/local/components/ultradent/promotion.therapy/templates/.default/css/style.css?17307015063322*/
.promotion {
    margin-top: 80px;
    margin-bottom: 80px;
}

.promotion-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: linear-gradient(151.38deg, #25D99A 0%, #14A06D 98.65%);
    box-shadow: 0px 0px 50px 0px rgba(37, 217, 154, 0.8);
    border-radius: 20px;
    padding: 0 50px;
    height: 470px;
    justify-content: space-between;
    position: relative;
}

.promotion__left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* flex-basis: fit-content; */
    max-width: 509px;
}

.promotion__left-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.promotion__left-blocks {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.promotion__left-block {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #14A06D;
    background-color: #FFFFFF;
    border-radius: 100px;
    padding: 12px 25px;
    margin-right: 15px;
}

.promotion__middle {
    max-width: 417px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 180px);
}

.promotion__middle img {
    width: 100%;
}

.promotion__right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.promotion__right-text {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: 63px;
    max-width: 353px;
}

.promotion__right-button {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #05BC81;
    padding: 16px 35px;
    background-color: #FFFFFF;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    text-decoration: none
}

@media screen and (max-width: 1200px) {
    .promotion-container {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 50px;
    }

    .promotion__middle {
        left: auto;
        right: 0;
        max-width: 350px;
    }
}

@media screen and (max-width: 992px) {
    .promotion__middle {
        left: auto;
        right: 0;
        max-width: 300px;
    }
}

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

    .promotion__middle {
        max-width: 200px;
    }

    .promotion__right-text {
        font-size: 16px;
        line-height: 20px;
        max-width: 200px;
    }

    .promotion__right-button {
        font-size: 16px;
        padding: 14px 20px;
    }
}

@media screen and (max-width: 500px) {
    .promotion-container {
        padding: 50px 20px;
        height: 555px;
        align-items: center;
    }

    .promotion__left {
        flex-direction: column-reverse;
    }

    .promotion__left-blocks {
        margin-bottom: 15px;
    }

    .promotion__left-block {
        font-size: 12px;
        line-height: 18px;
    }

    .promotion__left-title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 20px;

    }

    .promotion__right-text {
        font-size: 16px;
        line-height: 20px;
        max-width: 282px;
        margin-bottom: 192px;
    }

    .promotion__right-button {
        align-self: center;
        z-index: 2;
    }

    .promotion__middle {
        max-width: 250px;
        right: auto;
        z-index: 1;
    }
}
/* End */


/* Start:/local/components/ultradent/services.advatages/templates/.default/css/style.css?17307015045407*/
/* Акции */
.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: 270px;
    padding: 35px 45px 30px 25px;
    background-color: #fff;
    background-image: url('/local/components/ultradent/services.advatages/templates/.default/css/../img/cardBg.webp'), url('/local/components/ultradent/services.advatages/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/services.advatages/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 {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1200px) {
    /* Акции */
    .stocks__list {
        margin-top: 60px;
    }

    .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: auto;
    }

    .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;
    }
}

/* Страница Услуга */
.option__first-screen {
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 17px 3px rgba(0, 0, 0, 0.2);
}

.option__first-screen > .wrap {
    align-items: start;
}

.option__first-screen__sidebar__item-wrap {
    padding: 8px;
    border: 1px solid #09b97f;
    border-radius: 15px;
    margin-bottom: 25px;
}

.option__first-screen__sidebar__item {
    width: 235px;
    height: 115px;
    padding: 0px 15px 0px 15px;
    align-items: center;
    margin-bottom: 0;
}

.option__first-screen__sidebar__item__month {
    width: 73px;
    top: -12px;
    left: -18px;
}

.option__first-screen__sidebar__item__img {
    width: 85px;
    margin-right: 10px;
}

.option__first-screen__sidebar__item__offer__title {
    font-size: 10px;
    margin-bottom: 5px;
}

.option__first-screen__sidebar__item__offer__intro {
    font-size: 6px !important;
    margin-bottom: 10px;
}

.option__first-screen__sidebar__item__btn {
    font-size: 7px;
    padding: 8px 10px;
}

.option__first-screen__sidebar__item__offer__price {
    font-size: 14px !important;
    margin-bottom: 5px;
}

.option__first-screen__offer {
    margin-left: 55px;
    margin-top: 70px;
    align-self: start;
}

.option__first-screen__offer__title {
    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: 15px;
    font-size: 48px;
}

.option__first-screen__offer__subtitle {
    font-size: 24px;
    margin-bottom: 15px;
    width: 585px;
}

.option__first-screen__offer__subtitle ul {
    font-size: 18px;
}

.option__first-screen__offer__desc-list {
    margin-top: 10px;
    margin-bottom: 30px;
}

.option__first-screen__offer__btn {
    width: 250px;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.option__first-screen__doctor__info {
    position: absolute;
    width: 300px;
    padding: 15px;
    border: 1px dashed #09b97f;
    border-radius: 15px;
    line-height: 160%;
    right: 35%;
    bottom: 15%;
}

.option__first-screnn__doctor__info__img-arrow{
    position: absolute;
    top: -30px;
    right: -78px;
    width: 62px;
}

.option__first-screnn__doctor__info__img-auto {
    position: absolute;
    bottom: -95px;
    right: -15px;
}

/* End */


/* Start:/local/components/ultradent/services.doctors/templates/.default/css/style.css?17307015035798*/
/* Акции */
.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: 270px;
    padding: 35px 45px 30px 25px;
    background-color: #fff;
    background-image: url('/local/components/ultradent/services.doctors/templates/.default/css/../img/cardBg.webp'), url('/local/components/ultradent/services.doctors/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/services.doctors/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 {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1200px) {
    /* Акции */
    .stocks__list {
        margin-top: 60px;
    }

    .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: auto;
    }

    .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;
    }
}

/* Страница Услуга */
.option__first-screen {
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 17px 3px rgba(0, 0, 0, 0.2);
}

.option__first-screen > .wrap {
    align-items: start;
}

.option__first-screen__sidebar__item-wrap {
    padding: 8px;
    border: 1px solid #09b97f;
    border-radius: 15px;
    margin-bottom: 25px;
}

.option__first-screen__sidebar__item {
    width: 235px;
    height: 115px;
    padding: 0px 15px 0px 15px;
    align-items: center;
    margin-bottom: 0;
}

.option__first-screen__sidebar__item__month {
    width: 73px;
    top: -12px;
    left: -18px;
}

.option__first-screen__sidebar__item__img {
    width: 85px;
    margin-right: 10px;
}

.option__first-screen__sidebar__item__offer__title {
    font-size: 10px;
    margin-bottom: 5px;
}

.option__first-screen__sidebar__item__offer__intro {
    font-size: 6px !important;
    margin-bottom: 10px;
}

.option__first-screen__sidebar__item__btn {
    font-size: 7px;
    padding: 8px 10px;
}

.option__first-screen__sidebar__item__offer__price {
    font-size: 14px !important;
    margin-bottom: 5px;
}

.option__first-screen__offer {
    margin-left: 55px;
    margin-top: 70px;
    align-self: start;
}

.option__first-screen__offer__title {
    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: 15px;
    font-size: 48px;
}

.option__first-screen__offer__subtitle {
    font-size: 24px;
    margin-bottom: 15px;
    width: 585px;
}

.option__first-screen__offer__subtitle ul {
    font-size: 18px;
}

.option__first-screen__offer__desc-list {
    margin-top: 10px;
    margin-bottom: 30px;
}

.option__first-screen__offer__btn {
    width: 250px;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.option__first-screen__doctor__info {
    position: absolute;
    width: 300px;
    padding: 15px;
    border: 1px dashed #09b97f;
    border-radius: 15px;
    line-height: 160%;
    right: 35%;
    bottom: 15%;
}

.option__first-screnn__doctor__info__img-arrow{
    position: absolute;
    top: -30px;
    right: -78px;
    width: 62px;
}

.option__first-screnn__doctor__info__img-auto {
    position: absolute;
    bottom: -95px;
    right: -15px;
}

@media (max-width: 1200px) {
    .option__staff__info {
        display: none!important;
    }
    
    .option__staff__wrap {
        justify-content: space-around!important;
    }
}

@media (max-width: 768px) {
    .option__staff__wrap {
        flex-direction: column;
    }

    .option__staff__img {
        align-self: center!important;
        align-items: center!important;
    }
}

/* End */


/* Start:/local/components/ultradent/services.gallery/templates/.default/css/style.css?17307015035407*/
/* Акции */
.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: 270px;
    padding: 35px 45px 30px 25px;
    background-color: #fff;
    background-image: url('/local/components/ultradent/services.gallery/templates/.default/css/../img/cardBg.webp'), url('/local/components/ultradent/services.gallery/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/services.gallery/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 {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1200px) {
    /* Акции */
    .stocks__list {
        margin-top: 60px;
    }

    .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: auto;
    }

    .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;
    }
}

/* Страница Услуга */
.option__first-screen {
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 17px 3px rgba(0, 0, 0, 0.2);
}

.option__first-screen > .wrap {
    align-items: start;
}

.option__first-screen__sidebar__item-wrap {
    padding: 8px;
    border: 1px solid #09b97f;
    border-radius: 15px;
    margin-bottom: 25px;
}

.option__first-screen__sidebar__item {
    width: 235px;
    height: 115px;
    padding: 0px 15px 0px 15px;
    align-items: center;
    margin-bottom: 0;
}

.option__first-screen__sidebar__item__month {
    width: 73px;
    top: -12px;
    left: -18px;
}

.option__first-screen__sidebar__item__img {
    width: 85px;
    margin-right: 10px;
}

.option__first-screen__sidebar__item__offer__title {
    font-size: 10px;
    margin-bottom: 5px;
}

.option__first-screen__sidebar__item__offer__intro {
    font-size: 6px !important;
    margin-bottom: 10px;
}

.option__first-screen__sidebar__item__btn {
    font-size: 7px;
    padding: 8px 10px;
}

.option__first-screen__sidebar__item__offer__price {
    font-size: 14px !important;
    margin-bottom: 5px;
}

.option__first-screen__offer {
    margin-left: 55px;
    margin-top: 70px;
    align-self: start;
}

.option__first-screen__offer__title {
    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: 15px;
    font-size: 48px;
}

.option__first-screen__offer__subtitle {
    font-size: 24px;
    margin-bottom: 15px;
    width: 585px;
}

.option__first-screen__offer__subtitle ul {
    font-size: 18px;
}

.option__first-screen__offer__desc-list {
    margin-top: 10px;
    margin-bottom: 30px;
}

.option__first-screen__offer__btn {
    width: 250px;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.option__first-screen__doctor__info {
    position: absolute;
    width: 300px;
    padding: 15px;
    border: 1px dashed #09b97f;
    border-radius: 15px;
    line-height: 160%;
    right: 35%;
    bottom: 15%;
}

.option__first-screnn__doctor__info__img-arrow{
    position: absolute;
    top: -30px;
    right: -78px;
    width: 62px;
}

.option__first-screnn__doctor__info__img-auto {
    position: absolute;
    bottom: -95px;
    right: -15px;
}

/* 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 */
/* /local/components/ultradent/services.firstscreen/templates/.default/css/style.css?17338779798113 */
/* /local/components/ultradent/services.quiz/templates/.default/css/style.css?17307015049503 */
/* /local/components/ultradent/promotion.therapy/templates/.default/css/style.css?17307015063322 */
/* /local/components/ultradent/services.advatages/templates/.default/css/style.css?17307015045407 */
/* /local/components/ultradent/services.doctors/templates/.default/css/style.css?17307015035798 */
/* /local/components/ultradent/services.gallery/templates/.default/css/style.css?17307015035407 */
/* /local/components/ultradent/vrmap.main/templates/.default/css/style.css?17873173183753 */
