

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.stocks__item__btn {
    font-size: 12px;
}

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

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

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

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

    .stocks__item__offer__title {
        margin-bottom: 15px;
    }

    .stocks__item__offer__intro {
        margin-bottom: 25px;
    }

}

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

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

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

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

    .stocks__item__offer__intro {
        margin-bottom: 0;
    }

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

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

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

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


/* Start:/local/components/ultradent/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/banner.main/templates/.default/css/style.css?17785664198522 */
/* /local/components/ultradent/stocks.main/templates/.default/css/style.css?17307015033755 */
/* /local/components/ultradent/vrmap.main/templates/.default/css/style.css?17873173183753 */
