

/* Start:/local/components/ultradent/clinic.portfolio/templates/.default/css/style.css?17307015045600*/
/* Страница Портфолио */
.portfolio .wrap {
    align-items: start;
}

.portfolio__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 850px;
}

.portfolio__list__item {
    display: flex;
    flex-direction: column;
    width: 379px;
    height: 380px;
    border-radius: 16px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 17px 3px rgba(0, 0, 0, 0.2);
    background-image: url('/local/components/ultradent/clinic.portfolio/templates/.default/css/../img/bg.webp');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 100% 100%;
    margin-bottom: 50px;
}

.portfolio__list__item__img-block {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    height: 213px;
    overflow: hidden;
    border-radius: 16px;
}

.portfolio__list__item__img-wrap {
    position: absolute;
    display: flex;
    height: 100%;
    width: 50%;
}

.portfolio__list__item__img-wrap-left {
    left: 0;
    justify-content: start;
}

.portfolio__list__item__img-wrap-right {
    right: 0;
    justify-content: end;
    overflow: hidden;
}

.portfolio__list__item__img {
    min-width: 379px;
    width: 379px;
    height: 100%;
    -webkit-user-select: none;
    user-select: none;
    border-radius: 16px;
}

.portfolio__list__item__img__separator {
    position: absolute;
    right: -1px;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}

.portfolio__list__item__img__separator__line {
    height: 100%;
    width: 3px;
    background-color: #44cda1;
}

.portfolio__list__item__img__separator__area {
    width: 45px;
    height: 45px;
    background-color: #44cda1;
    border-radius: 10px;
    position: absolute;
    background-image: url('/local/components/ultradent/clinic.portfolio/templates/.default/css/../icon/whiteArrowLeft.svg'), url('/local/components/ultradent/clinic.portfolio/templates/.default/css/../icon/whiteArrowRight.svg');
    background-repeat: no-repeat, no-repeat;
    background-size: 25px 25px, 25px 25px;
    background-position: 0 50%, 100% 50%;
}

.portfolio__list__item__offer {
    padding: 40px;
    text-align: center;
}

.portfolio__list__item__offer__title {
    margin-bottom: 10px;
}

.portfolio__sidebar {
    width: 25%;
}

.portfolio__sidebar__banner-wrap, .portfolio__sidebar__banner {
    width: 100%;
    border-radius: 16px;
}

.portfolio__sidebar__banner-wrap {
    padding: 10px;
    border: 1px solid #09b97f;
    margin-bottom: 30px;
}

.portfolio__sidebar__banner {
    background-image: url('/local/components/ultradent/clinic.portfolio/templates/.default/css/../img/portfolioBg.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.portfolio__sidebar__banner__line {
    width: 100%;
}

.portfolio__sidebar__banner__title {
    font-size: 14px;
    text-align: center;
    width: 230px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 60px;
    color: #09b97f;
}

.portfolio__sidebar__banner__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    margin: auto;
    font-size: 13px;
    margin-bottom: 80px;
}

.portfolio__sidebar__banner__img {
    width: 100%;
}

.portfolio .stocks__item {
    width: 100%;
    height: 150px;
    padding: 15px 20px 15px 10px;
    margin-bottom: 0;
}

.portfolio .stocks__item__month {
    width: 120px;
}

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

.portfolio .stocks__item__offer__title {
    font-size: 14px;
    margin-bottom: 15px;
}

.portfolio .stocks__item__offer__intro {
    margin-bottom: 25px;
}

.portfolio .stocks__item__offer__intro, .portfolio {
    font-size: 8px !important;
}

.portfolio .stocks__item__btn {
    width: 110px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
}

/* Акции */
.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/clinic.portfolio/templates/.default/css/../img/cardBg.webp'), url('/local/components/ultradent/clinic.portfolio/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: 1;
    margin-bottom: 50px;
}

.stocks__item::after {
    content: '';
    background-image: url('/local/components/ultradent/clinic.portfolio/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;
}

@media (max-width: 1125px) {
    .portfolio__sidebar {
        display: none;
    }
}
/* 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/clinic.portfolio/templates/.default/css/style.css?17307015045600 */
/* /local/components/ultradent/vrmap.main/templates/.default/css/style.css?17873173183753 */
