

/* 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/navident.block/templates/.default/css/style.css?17800657982726*/
.green-text{color:#05bc81}.green-bg{background-color:#05bc81}.navi-block{margin:60px 0;border-radius:20px;position:relative;overflow:hidden;width:100%}@media(min-width:993px){.navi-block{display:flex;flex-direction:column;align-items:flex-end}}.navi-block__fon{display:none;position:absolute;top:0;left:0;width:100%;height:100%}@media(min-width:993px){.navi-block__fon{display:flex}}.navi-block__content{position:relative;z-index:1;display:flex;flex-direction:column;gap:30px}@media(min-width:993px){.navi-block__content{width:65%;margin:0 20px 20px 0;align-items:flex-end}}.navi-block__title{text-align:center;font-size:22px;font-weight:700;line-height:140%}@media(min-width:993px){.navi-block__title{text-align:left;font-size:32px}}.navi-block__text{font-size:14px;line-height:160%}.navi-block__text span{font-weight:800}@media(min-width:993px){.navi-block__text{font-size:18px}}.navi-block__image{overflow:hidden;width:100%;max-height:320px;height:100%}.navi-block__image img{object-fit:cover;width:100%;height:100%}@media(min-width:577px){.navi-block__image{max-height:640px}}@media(min-width:993px){.navi-block__image{display:none}}.navi-block__wrap{display:flex;flex-direction:column;gap:20px}@media(min-width:769px){.navi-block__wrap{width:100%}}.navi-block__item{display:flex;align-items:center;gap:10px}.navi-block__item svg{min-width:40px}.navi-block__item-title{font-weight:700;font-size:14px}.navi-block__item-text{font-size:12px}.navi-block__plate{background-color:#05bc810d;border:2px solid #05BC81;border-radius:16px;padding:12px;font-size:13px;display:flex;align-items:center;gap:10px}@media(min-width:993px){.navi-block__plate{font-size:15px}}.navi-block__plate svg{min-width:20px}.navi-block__plate-text span{font-weight:700}.navi-block__note{margin:0 3px;box-shadow:0 3px 10px #0000001a;border-radius:20px;padding:10px;font-size:13px;display:flex;flex-direction:column;gap:20px;background-color:#fff}@media(min-width:769px){.navi-block__note{flex-direction:row}}.navi-block__note-left{display:flex;align-items:center;gap:10px;line-height:160%}.navi-block__note-left svg{min-width:20px}.navi-block__note-left span{font-weight:700}.navi-block__note-right{background-color:#f2fbf8;border-radius:20px;padding:16px;display:flex;justify-content:center;align-items:center;gap:10px}@media(min-width:769px){.navi-block__note-country{text-align:right}}.navi-block__btn{background-image:linear-gradient(to right,#05bc81,#399c6c,#05bc81);color:#fff;text-align:center;padding:20px 12px;border-radius:25px;display:flex;align-items:center;justify-content:center;margin-bottom:10px;font-size:18px}@media(min-width:769px){.navi-block__btn{padding:20px 80px;margin:0 auto}}@media(min-width:993px){.navi-block__btn{margin:0}}

/* End */


/* Start:/local/components/ultradent/free.consultation/templates/.default/css/style.css?17423652406096*/
@font-face {
    font-family: 'NEXTART Heavy';
    src: url(/local/components/ultradent/free.consultation/templates/.default/fonts/NEXTART-Heavy.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'NEXTART Regular';
    src: url(/local/components/ultradent/free.consultation/templates/.default/fonts/NEXT ART_Regular.woff) format('woff');
    font-display: swap;
}

.free-consultation {
    background-color: #fff;
    padding-top: 41px;
    padding-bottom: 79px;
    color: #111f2c;
    font-family: 'NEXTART Heavy', sans-serif;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.free-consultation__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.free-consultation::after {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(33%, 3px);
    z-index: 0;
    content: url(/local/components/ultradent/free.consultation/templates/.default/img/free-consultation-bg.png);
}
.free-consultation__header {
    font-size: 29px;
}
.free-consultation__item-button {
    border: none;
    cursor: pointer;
    font-family: 'NEXTART Regular', sans-serif;
    color: #fff;
    background: linear-gradient(87.1deg, #10B57C 0%, #28A672 51.5%, #08BB80 100%);
    border-radius: 15px;
    padding-top: 13px;
    padding-bottom: 17px;
    padding-left: 24px;
    padding-right: 16px;
    font-size: 18px;
    margin-top: 24px;
    position: relative;
}
.free-consultation__item-button--narkoz::before,
.free-consultation__item-button--implant::before {
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
}
.free-consultation__item-button--narkoz::before {
    transform: translate(-50%, -15%) rotate(6.27deg);
    filter: drop-shadow(1px 1.34px 21.7px rgba(0, 0, 0, 0.15));
    width: 68px;
    height: 74px;
    background-image: url(/local/components/ultradent/free.consultation/templates/.default/img/narkoz.png);
}
.free-consultation__item-button--implant::before {
    transform: translate(-38%, -15%) rotate(-14.89deg);
    filter: drop-shadow(0px 1.56px 25.33px rgba(0, 0, 0, 0.15));
    width: 48px;
    height: 86px;
    background-image: url(/local/components/ultradent/free.consultation/templates/.default/img/implant.png);
}
.free-consultation__item-text {
    font-size: 13px;
}
.free-consultation__list {
    z-index: 2;
    margin-top: 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 44px;
}
.free-consultation__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.free-consultation__item-image--desktop {
    display: none;
}
@media screen and (min-width: 1200px) {
    .free-consultation__item-button--narkoz::before,
    .free-consultation__item-button--implant::before {
        display: none;
    }
    .free-consultation__wrapper {
        display: grid;
        grid-template-areas: "image header"
                         "image buttons";
        grid-template-columns: repeat(2, minmax(586px, 1fr));
    }

    .free-consultation__item-image--desktop {
        display: block;
    }

    .free-consultation__item-image--mobile {
        display: none;
    }

    .free-consultation__header {
        padding: 66px 0;
        border-bottom: 1px solid #404968;
        font-size: 63px;
        grid-area: header;
        align-self: end;
    }

    .free-consultation__list {
        grid-area: buttons;
        margin: 0;
        align-self: start;
        margin-top: 38px;
        align-items: end;
    }

    .free-consultation__picture {
        display: block;
        grid-area: image;
    }

    .free-consultation__item-text {
        font-size: 24px;
    }

    .free-consultation__item {
        align-items: flex-start;
        text-align: left;
        max-width: 530px;
        position: relative;
    }

    .free-consultation__item:first-child::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 133px;
        height: 149px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(/local/components/ultradent/free.consultation/templates/.default/img/narkoz.png);
        transform: translate(-100%, -30px) rotate(6.27deg);
        filter: drop-shadow(0 3px 48px rgba(0, 0, 0, 0.15));
    }

    .free-consultation__item:last-child::before {
        content: '';
        display: block;
        position: absolute;
        width: 133px;
        height: 149px;
        left: 0;
        top: 0;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(/local/components/ultradent/free.consultation/templates/.default/img/implant.png);
        transform: translate(-100%, -30px) rotate(-15deg);
        filter: drop-shadow(0 3px 39px rgba(0, 0, 0, 0.15));
    }

    .free-consultation::after {
        transform: translate(0%, 3px);
    }

    .free-consultation__item:last-child {
        max-width: 367px;
    }

    .free-consultation__item:last-child > .free-consultation__item-text {
        font-size: 22px;
    }

    .free-consultation__item:first-child {
        align-items: flex-end;
        text-align: right;
    }

    .free-consultation__item-button {
        font-size: 24px;
        padding: 20px 32px 28px;
        border-radius: 15px;
        position: relative;
        z-index: 5;
        margin-top: 19px;
    }
}
.accent {
    color: #0eb67d;
}

.content {
    margin: 0 auto;
    width: 1320px;
}
/* End */


/* Start:/local/components/ultradent/desription.implant/templates/.default/css/style.css?17389191671284*/
html {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: inherit;
    font-family: 'Montserrat', sans-serif;
}

body {
    overflow-x: hidden;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

section {
    padding-top: 120px;
    padding-bottom: 100px;
    position: relative;
}

.content {
    width: 1320px;
    margin: auto;
}

.description__implant-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 100px;
}

.description__implant__text {
    font-size: 20px;
    line-height: 30px;
    max-width: 600px;
}

.description__text-black {
    font-weight: 700;
}

.description__text-green {
    color: #05BC81;
}

@media screen and (max-width: 1500px) {
    .description__implant-container {
        justify-content: center;
        column-gap: 50px;
    }
}

@media screen and (max-width: 1400px) {
    .content {
        width: 1100px;
    }
}

@media screen and (max-width: 1200px) {
    .content {
        width: 90vw;
    }
}

@media screen and (max-width: 500px) {
    .description__implant-container {
        flex-direction: column;
    }

    .description__implant__text:nth-child(2) {
        margin-top: 30px;
    }
}



/* 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/benefits/templates/.default/css/style.css?17392589011253*/
html {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: inherit;
    font-family: 'Montserrat', sans-serif;
}

body {
    overflow-x: hidden;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

section {
    padding-top: 120px;
    padding-bottom: 100px;
    position: relative;
}

.content {
    width: 1320px;
    margin: auto;
}

.benefits__service {
    display: flex;

}

.benefits__service-title {
    font-size: 46px;
    line-height: 57px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
}

.benefits__service__text-title {
    display: flex;
    align-items: center;
}

.benefits__text-green {
    color: #05BC81;
    font-weight: 900;
    margin-right: 10px;
}

.benefits__text-black {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

.benefits__service__text p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}


@media (max-width: 768px) {
    .benefits__service-title {
        font-size: 24px;
        line-height: 30px;
    }

    .benefits__text-black {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}



/* End */


/* Start:/local/components/ultradent/contraindications/templates/.default/css/style.css?17392587221905*/
html {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: inherit;
  font-family: "Montserrat", sans-serif;
}

body {
  overflow-x: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

section {
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative;
}

.content {
  width: 1320px;
  margin: auto;
}

.contraindications__service-main {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}

.contraindications__service-title {
  font-size: 46px;
  line-height: 57px;
  font-weight: 700;
  max-width: 590px;
}

.contraindications__service-subtitle {
  max-width: 500px;
  font-size: 20px;
  line-height: 30px;
}

.contraindications__service-blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 20px;
  justify-content: space-between;
}

.contraindications__service__text {
    max-width: 600px;
}

.contraindications__service__text-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.contraindications__service__text-about {
  font-size: 20px;
  line-height: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.contraindications__text-green {
  color: #05bc81;
  margin-right: 10px;
  font-size: 10px;
}

@media (max-width: 768px) {
  .contraindications__service-title {
    font-size: 24px;
    line-height: 30px;
  }

  .contraindications__service-subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .contraindications__service__text-title {
    font-size: 18px;
    line-height: 28px;
  }

  .contraindications__service__text-about {
    font-size: 14px;
    line-height: 20px;
  }

  .contraindications__service__text-about p {
    font-size: 16px;
    line-height: 20px;
  }
}

/* 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/option.stages/templates/.default/css/style.css?17309703084227*/
/* .content {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  
  @media (min-width: 576px) {
    .content {
      max-width: 540px;
    }
  }
  
  @media (min-width: 768px) {
    .content {
      max-width: 720px;
    }
  }
  
  @media (min-width: 992px) {
    .content {
      max-width: 960px;
    }
  }
  
  @media (min-width: 1200px) {
    .content {
      max-width: 1140px;
    }
  } */

.option__stages-container {
    max-width: 1319px;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 30px;
    box-sizing: border-box;
}

.option__stages__text {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.option__stages__text-title {
    font-weight: 700;
    font-size: 46px;
    line-height: 57px;
    font-family: Montserrat;
    
}

.option__stages__text-subtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    font-family: Montserrat;
    max-width: 608px;
}

.option__stages__block {
    max-width: 1319px;
    display: flex;
    flex-direction: column;
    margin: auto;
}

.option__stages__block-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 20px;
}

.option__stages__item {
    position: relative;
}

.option__stages__item::before {
    position: absolute;
    content: "";
    background-color: #FFF;
    border: 1px solid #05BC81;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    bottom: -30px;
    left: calc(50% - 10px);
    z-index: 1;
}

.option__stages__item-number {
    display: flex;
    padding: 15px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background-color: #05BC81;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 40px;
    line-height: 20px;
    color: #FFFFFF;
    font-family: Montserrat;
    margin: auto;
    margin-bottom: 30px;
    justify-self: center;

}

.option__stages__item-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    font-family: Montserrat;
}

.option__stages__block-line {
    width: 100%;
    border-bottom: 2px dotted;
    mask: linear-gradient(to left, transparent 0%, black 25% 75%, transparent 100%);
}

.stages-timeline2 {
    display: none;
}

.option__stages__item-imgnumber {
    display: none;
}


@media screen and (max-width: 1220px) {
    .option__stages__text {
        flex-direction: column;
    }

    .option__stages__text-title {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .option__stages-container {
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 20px;
    }

    .option__stages__text {
        margin-bottom: 0;
    }

    .option__stages__text-title {
        font-size: 24px;
        line-height: 30px;
        font-weight: 700;
    }

    .option__stages__text-subtitle {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
    }

    .option__stages__block {
        flex-direction: row-reverse;
        justify-content: flex-end;
        margin-top: 30px;
    }

    .stages-timeline2 {
        display: block;
    }

    .stages-timeline1 {
        display: none;
    }

    .option__stages__block-list {
        flex-direction: column;
        margin-bottom: 0;
        justify-content: space-evenly;
    }

    .option__stages__item {
        text-align: left;
        margin-bottom: 50px;
    }

    .option__stages__item::before {
        position: absolute;
        content: "";
        background-color: #FFF;
    border: 1px solid #05BC81;
    border-radius: 50%;
        width: 20px;
        height: 20px;
        bottom: 19px;
        left: -31px;
    }

    .option__stages__block-line {
        margin-right: 20px;
        border-left: 2px dotted;
        border-bottom: 0;
        width: 1px;
        mask: linear-gradient(to top, transparent 0%, black 25% 75%, transparent 100%);
    }

    .option__stages__item-number {
        color: #000;
        background-color: white;
        justify-self: flex-start;
        padding: 0;
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }
}
/* End */


/* Start:/local/components/ultradent/methods.inmplant/templates/.default/css/style.css?17392582001600*/
html {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: inherit;
  font-family: "Montserrat", sans-serif;
}

body {
  overflow-x: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

section {
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative;
}

.content {
  width: 1320px;
  margin: auto;
}

.methods__service-title {
  font-size: 46px;
  line-height: 57px;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: center;
}

.methods__service-blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 40px;
  justify-content: space-between;
}

.methods__service__block {
  display: flex;
  flex-direction: row;
  max-width: 600px;
}

.methods__line-green {
  background-color: #05bc81;
  min-width: 10px;
  margin: 0 30px 0 0;
}

.methods__service__text {
  display: flex;
  flex-direction: column;
}

.methods__service__block-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

.methods__service__block-text {
  font-size: 20px;
  line-height: 30px;
  margin-top: 30px;
}

.methods__service__block-text p {
  margin: 0;
  font-size: 16px;
}

@media (max-width: 768px) {
  .methods__service-blocks {
    flex-direction: column;
  }

  .methods__service-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 40px;
  }

  .methods__service__block-title {
    font-size: 20px;
    line-height: 24px;
  }

  .methods__service__block-text {
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px;
  }
}

/* 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/recommendations.implant/templates/.default/css/style.css?17391691222274*/
html {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: inherit;
  font-family: "Montserrat", sans-serif;
}

body {
  overflow-x: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

section {
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative;
}

.content {
  width: 1320px;
  margin: auto;
}

.recommendations__service-main {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}

.recommendations__service-title {
  font-size: 46px;
  line-height: 57px;
  font-weight: 700;
  max-width: 590px;
}

.recommendations__service-subtitle {
  max-width: 500px;
  font-size: 20px;
  line-height: 30px;
}

.recommendations__service-blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 20px;
  justify-content: space-between;
}

.recommendations__service__text {
    max-width: 600px;
}

.recommendations__service__text-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

.recommendations__service__text-about {
  font-size: 20px;
  line-height: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.recommendations__service__text-about p {
  margin: 20px 0 0 0;
}

.recommendations__service__text-about:first-of-type p {
  margin: 0;
}

.recommendations__text-green {
  color: #05bc81;
  margin-right: 10px;
  font-size: 10px;
}

.recommendations__service__complications {
  max-width: 600px;
  padding: 50px 30px;
  border: 2px solid #05bc81;
}

.recommendations__service__complications-title {
  color: #05bc81;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .recommendations__service-blocks {
row-gap: 40px;
flex-direction: column;
  }

  .recommendations__service-title {
    font-size: 24px;
    line-height: 30px;
  }

  .recommendations__service-subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .recommendations__service__text-title {
    font-size: 18px;
    line-height: 28px;
  }

  .recommendations__service__text-about {
    font-size: 14px;
    line-height: 20px;
  }
}

/* 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/faq.inmplant/templates/.default/css/style.css?17392581021342*/
html {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: inherit;
  font-family: "Montserrat", sans-serif;
}

body {
  overflow-x: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

section {
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative;
}

.content {
  width: 1320px;
  margin: auto;
}

.faq__service-title {
  font-size: 46px;
  line-height: 57px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}

.faq__service__about {
  margin-bottom: 50px;
}

.faq__service__about-main {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.faq__service__about-main p {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #05BC81;
  margin: 0;
}

.faq__text-green {
  font-weight: 700;
  color: #05BC81;
  margin-right: 10px;
}

.faq__service__about-text {
  font-size: 20px;
  line-height: 30px;
  margin-top: 20px;
}



@media (max-width: 768px) {
  .faq__service-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 40px;
  }

  .faq__service__about-main p {
    font-size: 20px;
    line-height: 24px;
  }

  .faq__service__about-text {
    font-size: 16px;
    line-height: 22px;
  }
  .recommendations__service__text-about p {
    font-size: 14px;
  }
}

/* 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/form.feedback/templates/secondCallback/css/style.css?17313049922156*/

.call-form__block__offer__form__input-block.wrap {
    margin-bottom: 30px;
    align-self: center;
}

.option__price-leaf {
    position: absolute;
    opacity: 1;
    transition: opacity 0.3s;
}

.option__price-leaf1 {
    top: 0;
    left: 0;
}

.option__price-leaf2 {
    bottom: 0;
    left: 8%;
}

.option__price-leaf3 {
    top: 40%;
    right: 5%;
}

.option__price-container {
    display: flex;
    flex-direction: row;
}

.option__price-block{
    display: flex;
    flex-direction: column;
    max-width: 608px;
    margin-right: 52px;
}

.option__price-title {
    font-weight: 700;
    font-size: 46px;
    line-height: 57px;
    font-family: Montserrat;
    color: #05BC81;
    margin-bottom: 70px;
}

.option__price-subtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    font-family: Montserrat;
    color: #383838;
}

.option__price__call-form__block {
    padding: 40px
}

.option__price__offer__form__input {
    width: 280px;
}

.option__price__btn-submit {
    width: 280px;
}

@media (max-width: 1400px) {
    .option__price-title {
        font-size: 30px;
    }

    .option__price-subtitle {
        font-size: 20px;
    }

    .option__price__offer__form__input-block {
        flex-direction: column;
    }

    .option__price__offer__form__btn-wrap {
        flex-direction: column;
    }

    .option__price__form__input-name {
        margin-right: 0 !important;
    }
}

@media (max-width: 1200px) {
    .option__price-container {
        flex-direction: column;
        align-items: center;
    }

    .option__price-block {
        margin-right: 0;
        margin-bottom: 40px;
    }
}

@media (max-width: 900px) {
    .option__price-leaf1 {
        display: none;
    }
}

@media (max-width: 768px) {
    .option__price__call-form__block {
        padding: 30px 15px;
    }
}

@media (max-width: 700px) {
    .option__price-title {
        font-weight: 700;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .option__price-subtitle {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
    }

    .option__price-block {
    }
}
/* 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/navident.block/templates/.default/css/style.css?17800657982726 */
/* /local/components/ultradent/free.consultation/templates/.default/css/style.css?17423652406096 */
/* /local/components/ultradent/desription.implant/templates/.default/css/style.css?17389191671284 */
/* /local/components/ultradent/promotion.therapy/templates/.default/css/style.css?17307015063322 */
/* /local/components/ultradent/benefits/templates/.default/css/style.css?17392589011253 */
/* /local/components/ultradent/contraindications/templates/.default/css/style.css?17392587221905 */
/* /local/components/ultradent/services.advatages/templates/.default/css/style.css?17307015045407 */
/* /local/components/ultradent/option.stages/templates/.default/css/style.css?17309703084227 */
/* /local/components/ultradent/methods.inmplant/templates/.default/css/style.css?17392582001600 */
/* /local/components/ultradent/services.doctors/templates/.default/css/style.css?17307015035798 */
/* /local/components/ultradent/recommendations.implant/templates/.default/css/style.css?17391691222274 */
/* /local/components/ultradent/services.gallery/templates/.default/css/style.css?17307015035407 */
/* /local/components/ultradent/faq.inmplant/templates/.default/css/style.css?17392581021342 */
/* /local/components/ultradent/vrmap.main/templates/.default/css/style.css?17873173183753 */
/* /local/components/ultradent/form.feedback/templates/secondCallback/css/style.css?17313049922156 */
