

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

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

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

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

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

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

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

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

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

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

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

.about-clinic__card__img {
    width: 100%;
}

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

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

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

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

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

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

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

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

.about-staff__bg {
    position: absolute;
}

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

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

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

.about-staff__title b {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.about-staff__list__item__img {
    height: 137px;
}

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

.about-staff__list__item__meta {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

    .about-clinic__card {
        width: 235px;
    }

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

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

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

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

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

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

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

    .about-clinic__offer__intro {
        width: 100%;
    }

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

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

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

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

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

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

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

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

    .about-staff__list__arrow {
        display: none;
    }

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

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

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

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

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

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

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

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

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

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

    .about-staff__list__item__name {
        display: none;
    }

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

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

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

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

/* End */


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

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

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

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

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

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

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

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

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

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

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

.about-clinic__card__img {
    width: 100%;
}

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

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

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

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

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

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

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

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

.about-staff__bg {
    position: absolute;
}

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

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

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

.about-staff__title b {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.about-staff__list__item__img {
    height: 137px;
}

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

.about-staff__list__item__meta {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

    .about-clinic__card {
        width: 235px;
    }

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

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

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

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

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

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

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

    .about-clinic__offer__intro {
        width: 100%;
    }

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

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

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

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

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

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

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

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

    .about-staff__list__arrow {
        display: none;
    }

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

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

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

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

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

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

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

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

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

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

    .about-staff__list__item__name {
        display: none;
    }

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

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

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

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

/* 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/reviews.video/templates/list/css/style.css?173070150311182 */
/* /local/components/ultradent/reviews.text/templates/.default/css/style.css?173070150411182 */
/* /local/components/ultradent/vrmap.main/templates/.default/css/style.css?17873173183753 */
