

/* Start:/local/templates/ultradent/src/static/css/style.min.css?178731532752730*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
/* Основные стили */

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;
    text-decoration: none;
}

span[class^="bx"] {
    color: #9ca4b2;
}

.main_title {
    font-weight: 700;
}

body {
    overflow-x: hidden;
}

textarea {
    resize: none;
}

section {
    padding-top: 70px;
    padding-bottom: 50px;
    position: relative;
}

h1 {
    font-size: 48px;
    font-weight: 700;
}

h2 {
    font-size: 36px;
    font-weight: 700;
}

h3 {
    font-size: 24px;
    font-weight: 700;
}

h4 {
    font-size: 18px;
    font-weight: 700;
}

h5 {
    font-size: 15px;
    font-weight: 700;
}

p, a {
    font-size: 16px;
}

main {
    overflow: hidden;
    position: relative;
    padding-top: 140px;
}

input {
    outline: none;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 15px;
    border-radius: 10px;
}

img {
    opacity: 1;
    transition: opacity 0.3s;
}

img[data-src] {
    opacity: 0;
}

ul.dashed, ul.dotted {
    list-style-type: none;
}

ul.dashed > li, ul.dotted > li {
    text-indent: -2px;
}

ul.dashed > li::before {
    content: '-';
    margin-right: 4px;
    text-indent: -2px;
}

ul.dotted > li::before {
    content: '•';
    font-weight: 700;
    font-size: 30px;
    color: #6adca9;
    margin-right: 5px;
}

[data-slide] {
    transition-duration: 400ms;
}

.bg-dark {
    background-color: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.map {
    width: 500px;
    height: 500px;
    background-color: #000;
}

[class*="copyrights-pane"] {
    display: none !important;
}

.bx-context-toolbar-empty-area {
    min-width: 12px;
}

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

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

.pc {
    display: block;
}

.mobile {
    display: none;
}

main > h1.main_title {
    font-size: 46px;
    text-align: center;
    width: 60%;
    margin: auto;
    margin-top: 80px;
}

section:nth-child(2) {
    padding-top: 60px;
}

section.breadcrumb {
    padding-bottom: 0;
    padding-top: 0;
}

.main_title_block .content {
    display: flex;
    justify-content: space-between;
}

.main_title_block .content > .main_title {
    width: 49%;
}

.main_title_block .content > .main_description {
    width: 45%;
}

.main_title_block .content .main_title {
    font-size: 46px;
}

.main_title_block .content p {
    font-size: 20px;
    line-height: 30px;
}

/* Элементы */

/* Кнопки */

.btn1, .btn-second1 {
    border-radius: 15px;
    font-weight: 600;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 12px;
    text-decoration: none;
}

.btn1 {
    background: rgb(5, 188, 129);
    border: none;
    border-bottom: 2px solid rgb(31, 105, 80);
    background: linear-gradient(256deg, rgba(5, 188, 129, 1) 0%, rgba(57, 156, 108, 1) 27%, rgba(5, 188, 129, 1) 100%);
    color: #fff;
}

.btn1:active {
    border-bottom: none;
}

.btn-second1 {
    color: #0eb67d;
    border: 1px solid #0eb67d;
}

.burger {
    display: none;
    width: 18px;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.burger__line {
    width: 100%;
    height: 2px;
    background-color: #000;
    border: none;
}

.burger__line:not(:last-child) {
    margin-bottom: 5px;
}

.burger-menu {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    width: 80%;
    max-width: 400px;
    background-color: rgba(7, 187, 128, 0.9);
    z-index: 7;
    padding: 30px;
}

.first-screen-1__slider wrap {
    align-items: start;
    margin-top: 80px;
}

.burger-menu__cross {
    position: absolute;
    width: 25px;
    cursor: pointer;
    left: 5%;
}

.burger-menu__cross hr {
    border: none;
    height: 2px;
    background-color: #fff;
}

.burger-menu__cross hr:first-child {
    transform: rotate(45deg);
}

.burger-menu__cross hr:last-child {
    transform: rotate(-45deg) translateY(-2px) translateX(1px);
}

.burger-menu__logo {
    width: 50%;
    min-width: 150px;
    align-self: center;
    text-decoration: none;
}

.burger-menu__logo img {
    width: 100%;
}

.burger-menu__logo p {
    font-size: 10px;
    color: #fff;
    text-decoration: none;
    text-transform: none;
}

.burger-menu__nav {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 40px;
}

.burger-menu__nav__item {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    text-decoration: none;
    color: #fff;
}

.burger-menu__info {
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.burger-menu__info__phone-block, .burger-menu__info__phone-block a {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}

.burger-menu__info__phone-block span {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-top: 5px;
}

.burger-menu__social {
    display: flex;
}

.burger-menu__social__item {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 20px;
}

.socials {
    position: fixed;
    right: -10px;
    top: 150px;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    background-color: rgb(251, 253, 255);
    box-shadow: 0px 5px 17px 3px rgba(0, 0, 0, 0.2);
    z-index: 7;
    padding-right: 18px;
}

.side-call-button {
    display: block;
    position: fixed;
    right: 0;
    padding: 2px 5px;
    padding-bottom: 31px;
    margin-right: -30px;
    border-radius: 10px 10px 0 0;
    rotate: -90deg;
    top: 300px;
    background: linear-gradient(180.34deg, #ba1111 0.3%, #af2d2d 99.7%);
    z-index: 99999;
}

.side-call-button a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

@media screen and (min-width: 1280px) {
    .side-call-button {
        display: none;
    }
}

.social {
    padding: 15px;
    padding-bottom: 13px;
    padding-right: 0;
}

.socials a:first-child .social {
    padding-bottom: 0px;
}

.social img {
    width: 28px;
    height: 28px;
}

.section__title {
    text-align: center;
}

.banner {
    position: relative;
    width: 50%;
    height: 250px;
    overflow: hidden;
    z-index: 2;
    /* display: flex; */
    /* align-items: center; */
}

.banner__img {
    width: 100%;
    position: absolute;
    top: -35%;
    z-index: 0;
}

.banner__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

#banner-diagnostic1 .banner__bg {
    background-color: rgba(92, 212, 172, .45);
    background-image: -moz-linear-gradient(-178deg, rgba(11, 112, 59, .5) 0%, rgba(14, 148, 90, .5) 100%);
    background-image: -webkit-linear-gradient(-178deg, rgba(11, 112, 59, .5) 0%, rgba(14, 148, 90, .5) 100%);
    background-image: -ms-linear-gradient(-178deg, rgba(11, 112, 59, .5) 0%, rgba(14, 148, 90, .5) 100%);
}

#banner-options1 .banner__bg {
    background-image: -moz-linear-gradient(-178deg, rgba(11, 83, 112, .7) 0%, rgba(14, 110, 148, .7) 100%);
    background-image: -webkit-linear-gradient(-178deg, rgba(11, 83, 112, .7) 0%, rgba(14, 110, 148, .7) 100%);
    background-image: -ms-linear-gradient(-178deg, rgba(11, 83, 112, .7) 0%, rgba(14, 110, 148, .7) 100%);
}

#banner-diagnostic1 .first-screen-1__banners__bg {
    background-image: -moz-linear-gradient(-178deg, rgba(11, 112, 59, .45) 0%, rgba(14, 148, 90, .6) 100%);
    background-image: -webkit-linear-gradient(-178deg, rgba(11, 112, 59, .45) 0%, rgba(14, 148, 90, .6) 100%);
    background-image: -ms-linear-gradient(-178deg, rgba(11, 112, 59, .45) 0%, rgba(14, 148, 90, .6) 100%);
    left: 0;
}

#banner-options1 {
    background-image: -moz-linear-gradient(-178deg, #45798d 0%, #43768a);
    background-image: -webkit-linear-gradient(-178deg, #45798d 0%, #43768a);
    background-image: -ms-linear-gradient(-178deg, #45798d 0%, #43768a);
    background-color: #45798d;
    right: 0;
}

.banner__offer {
    position: relative;
    z-index: 2;
    color: #fff;
    margin-top: 25px;
    margin-left: 50px;
}

/* #banner-options1 .banner__offer {
    margin-left: 50px;
} */
.banner__offer h3, .banner__offer p, .banner__offer span {
    color: #fff;
}

.banner__title {
    margin-bottom: 15px;
    width: 380px;
}

.banner__subtitle {
    font-weight: 400;
    font-size: 18px;
    margin-top: 2px;
}

.banner__subtitle-up {
    font-weight: 400;
    font-size: 10px;
    margin-bottom: 5px;
}

.banner__list__item {
    display: flex;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.banner__list__icon {
    width: 14px;
    height: 14px;
    margin-right: 10px;
}

@media (max-width: 450px) {
    .banner__offer h3 {
        font-size: 12px;
        width: auto;
    }

    .banner__list__item {
        font-size: 12px;
    }

    .banner__img {
        top: 0;
    }
}

/* Дополнительные стили */

.non-visible {
    visibility: hidden;
}

.opacity0 {
    /* opacity: 0;
    z-index: 0; */
}

.hide {
    display: none !important;
}

.layer-bottom-9999 {
    z-index: -1;
}

.uppercase {
    text-transform: uppercase;
}

/* Модальные окна */

/* Видео */

.video-modal {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    left: 0;
    top: 0;
    z-index: 3;
}

.video-modal__video {
    /*width: 90%;*/
    height: 60%;
    border-radius: 25px
}

.video-modal__cross {
    position: relative;
    top: 165px;
    left: 50px;
    align-self: start;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.video-modal__cross-line {
    width: 31px;
    height: 3px;
    background-color: #fefefe;
    border: none;
}

#video-modal__cross-line-1 {
    transform: rotate(45deg);
}

#video-modal__cross-line-2 {
    transform: rotate(-45deg) translateY(-3px) translateX(2px);
}

/* Фото */
.photo__modal {
    position: fixed;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    left: 0;
    top: 0;
    z-index: 7;
}

.photo__modal__photo {
    /*width: 70%;*/
    max-height: 90%;
    /* min-height: 60%; */
    border-radius: 25px;
}

/* Шапка */
.header {
    overflow: visible;
    z-index: 7;
    background-color: #fff;
    width: 100%;
    position: fixed;
}

.header__row {
    margin-top: 15px;
}

.header__row:first-child {
    margin-bottom: 10px;
    margin-top: 15px;
}

.header__row:last-child {
    /* padding: 15px 0; */
    height: 60px;
    display: flex;
    align-items: center;
    box-shadow: 3px 4px 17px 3px rgba(0, 0, 0, 0.2);
    position: relative;
    background-color: #fff;
}

.header__row:last-child .content {
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__row:last-child .wrap {
    height: 100%;
    width: 100%;
    align-items: center;
}

.header__logo {
    width: 165px;
    margin-right: 30px;
}

.header__logo__img {
    width: 100%;
}

.header__location__img {
    height: 39px;
    margin-right: 10px;
    position: relative;
    z-index: 2;
}

.header__location__list {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-left: 10px;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
}

.header__location__list:after {
    content: '';
    width: 10px;
    height: 10px;
    margin-top: 5px;
    margin-left: 8px;
    background-image: url('/local/templates/ultradent/src/static/css/../../media/icon/arrowRight.svg');
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(90deg);
}

.header__location__select {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 150px;
    position: absolute;
    top: 40px;
    left: -40px;
    z-index: 2;
    padding: 20px 0;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 3px 4px 17px 3px rgb(0 0 0 / 20%);
}

.header__location__select a {
    text-decoration: none;
    -webkit-user-select: none;
    user-select: none;
}

.header__location__select a:not(:last-child) {
    margin-bottom: 10px;
}

.header__location__select a:hover {
    color: #0eb67d;
}

.header__location__item {
    margin-bottom: 5px;
}

.header__link {
    color: #fff;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 15px;
}

.header__contacts {
    margin-left: 30px;
}

.header__contacts__social__item {
    width: 30px;
    height: 30px;
    margin-right: 8px;
}

.header__contacts__social > div[id^="bx"], .footer__head__social > div[id^="bx"] {
    display: flex;
}

.header__contacts__social__icon {
    width: 100%;
    height: 100%;
}

.header__contacts__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header__contacts__info a {
    display: block;
    font-size: 20px;
    text-decoration: none;
}

.header__nav {
    height: 100%;
    width: 80% !important;
    align-items: center;
}

.header__nav__item {
    color: #838a95;
    text-decoration: none;
    height: 100%;
    display: flex;
    align-items: center;
}

.header__nav__item a {
    color: #838a95;
    text-decoration: none;
}

 /*вернуть z-index 2*/
.header__nav__subitem-block {
    display: none;
    flex-direction: column;
    flex-wrap: wrap;
    position: absolute;
    width: -moz-fit-content;
    width: fit-content;
    top: 100%;
    left: 0;
    z-index: 9999;
    padding: 15px;
    padding-top: 20px;
    padding-bottom: 0;
    box-shadow: 3px 5px 8px 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.header__nav__subitem {
    text-decoration: none;
    display: block;
    margin-right: 15px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #0eb67d;
}

.header__nav__item:hover, .header__nav__item a:hover {
    color: #0eb67d;
}

#header-options:hover .header__nav__subitem-block, .header__nav__subitem-block:hover {
    display: flex;
}

.header__search {
    position: relative;
}

.header__search__icon {
    width: 15px;
    position: absolute;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    z-index: 0;
}

.header__search input {
    position: relative;
    outline: none;
    border: none;
    border-bottom: 1px solid #838a95;
    padding: 5px 0 5px 20px;
    color: #838a95;
}

.header__btn {
    font-size: 14px;
}

@media (max-width: 1400px) {
    .reviews__head {
        flex-direction: column-reverse;
    }

    .content {
        width: 1100px;
    }

    .option__quiz .content {
        width: 1320px;
    }

    .header__search {
        margin-left: 20px;
    }

    .header__search input {
        width: 150px;
    }
}

@media (max-width: 1200px) {
    main > h1.main_title {
        width: 80%;
        font-size: 36px;
    }

    .content {
        width: 90vw;
    }
}

@media (max-width: 820px) {
    .header__contacts__info {
        font-size: 14px;
    }

    .header__contacts__info a {
        font-size: 16px;
    }
}

/* Подвал */

.footer__head {
    background-color: #05bc80;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer__head p {
    color: #fff;
}

.footer__head__logo a {
    text-decoration: none;
}

.footer__head__logo__img {
    width: 170px;
}

.footer__head__logo__text {
    font-size: 12px !important;
    color: #fff;
}

.footer__head__location:not(:last-child) {
    margin-bottom: 5px;
}

.footer__head__social {
    display: flex;
}

.footer__head__social__item {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.footer__head__social__item:last-child {
    margin-right: 15px;
}

.footer__head__time {
    font-size: 12px !important;
}

a.footer__head__phone {
    text-decoration: none;
    color: #fff;
    font-size: 17px !important;
    margin-right: 15px;
}

.footer__head__btn {
    cursor: pointer;
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px !important;
    text-decoration: none;
    border-radius: 25px;
    padding: 15px 17px 15px 17px;
}

.footer__body {
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer__body__column__title {
    margin-bottom: 20px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.footer__body__column__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex-grow: 1;
    flex-shrink: 1;
    height: 215px;
}

.footer__body__column__list a {
    text-decoration: none;
}

.footer__body__column__list__item {
    margin-bottom: 15px;
    margin-right: 40px;
    max-width: 180px;
}

.footer__body__column__list__item:hover {
    color: #0eb67d;
}

.footer__body__info {
    width: 400px;
}

.footer__body__info__email {
    font-size: 16px !important;
    font-weight: 500;
    margin-bottom: 25px;
}

.footer__body__info__clinic {
    margin-bottom: 20px;
}

.footer__body__info__clinic__text {
    font-size: 12px !important;
    line-height: 170%;
}

.footer__body__info__clinic__text span {
    display: block;
}

.footer__body__info__clinic__license {
    justify-content: start;
    align-items: end;
    margin-top: 3px;
}

.footer__body__info__clinic__license__img-wrap {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 10px;
}

.footer__body__info__clinic__license__text {
    font-weight: 500;
}

.footer__body__info__clinic__license__img {
    margin-left: -5px;
    cursor: pointer;
}

.footer__line {
    background-color: #dbefdf;
    border: none;
    height: 1px;
}

.footer__copyright {
    font-size: 12px !important;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 1400px) {
    .footer__body__column__list__item {
        font-size: 13px !important;
        margin-right: 20px;
    }


}

/* Страница отзывов */
.reviews__first-screen, .vacancy__first-screen {
    padding-top: 120px;
    padding-bottom: 0px;
}

.contacts_line {
    width: 100vw;
    position: absolute;
    height: 450px;
    top: -220px;
}

.reviews__title {
    width: 650px;
    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;
}

p.reviews__subtitle {
    font-size: 24px;
    width: 75%;
}

.reviews__subtitle {
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 50px;
}

.reviews__img-outer, .reviews__img-inner {
    border-radius: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reviews__img-outer {
    width: 370px;
    height: 370px;
    background-color: #fbfbfb;
}

.reviews__img-inner {
    width: 280px;
    height: 280px;
    background-color: #f5f5f5;
}

.reviews__head__img {
    width: 600px;
    border-radius: 30px;
    margin-bottom: 30px;
}

.reviews__img-inner .reviews__head__img {
    width: 152px;
    margin-bottom: 0;
}

.reviews__button {
    font-size: 18px;
    padding: 20px 30px;
    margin-top: 20px;
}

.reviews__video__list {
    padding-bottom: 0;
}

.reviews__video__list .wrap {
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;

}

.reviews__video__list__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 330px;
    height: 600px;
    margin-bottom: 50px;
    background-color: rgb(255, 255, 255);
    /* box-shadow: 0px 12px 23.75px 1.25px rgba(0, 0, 0, 0.2); */
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.reviews__video__list__item::after {
    content: '';
    width: 109px;
    height: 109px;
    background-image: url('/local/templates/ultradent/src/static/css/../../media/icon/play.svg');
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    z-index: 1;
}

.reviews__video__list__item video {
    width: 100%;
    border-radius: 20px;
    position: absolute;
    left: 0;
    opacity: 0;
    z-index: -1;
    -webkit-user-select: none;
    user-select: none;
}

.reviews__video__list__item__preview {
    width: 100%;
    position: absolute;
    border-radius: 20px;
    left: 0;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

.reviews__list__title {
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
}

.reviews__list__desc {
    font-size: 16px;
    text-align: center;
    margin-bottom: 50px;
}

.reviews__list .wrap {
    flex-wrap: wrap;
    justify-content: space-around;
}

.reviews__list__item {
    display: block;
    width: 404px;
    height: 550px;
    border-radius: 16px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 12px 23.75px 1.25px rgba(0, 0, 0, 0.2);
    padding: 30px;
    margin-bottom: 40px;
    text-decoration: none;
}

.reviews__list__item__contact {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.reviews__list__item__contact__img {
    width: 84px;
    height: 84px;
    border-radius: 50px;
    margin-right: 20px;
}

.reviews__list__item__contact__info__rate__star {
    width: 17px;
    height: 17px;
}

.reviews__list__item__contact__info__name {
    font-size: 18px;
    font-weight: 700;
}

.reviews__list__item__contact__source {
    font-size: 16px;
}

.reviews__list__item__message {
    font-size: 18px;
}

@media (max-width: 450px) {
    .reviews__img-outer {
        display: none;
    }
}

/* Страница Услуга */

.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__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;
    background-color: #FFF;
    border-radius: 15px;
    line-height: 160%;
    right: 33%;
    bottom: 5%;
}

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

.option__info {
    padding-top: 40px;
    padding-bottom: 40px;
}

.option__info .wrap img {
    width: 30%;
}

.option__info__offer {
    width: 50%;
}

.option__info__offer h3 {
    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;
}

.option__info__offer p {
    line-height: 160%;
}

.option__stock {
    padding-top: 60px;
}

.option__stock > .wrap {
    align-items: center;
}

.option__stock__offer__title {
    width: 560px;
    margin-bottom: 15px;
}

.option__stock__offer__subtitle {
    font-size: 24px;
    margin-bottom: 10px;
}

.option__stock__offer__list {
    margin-bottom: 30px;
}

.option__stock__offer__btn {
    padding: 20px 30px;
    display: flex;
    width: 250px;
    justify-content: center;
    align-items: center;
}

.option__stock__banner {
    border-radius: 15px;
    background-image: -moz-linear-gradient(-178deg, rgb(63, 112, 218) 0%, rgb(5, 188, 129) 0%, rgb(57, 156, 108) 27%, rgb(5, 188, 129) 100%);
    background-image: -webkit-linear-gradient(-178deg, rgb(63, 112, 218) 0%, rgb(5, 188, 129) 0%, rgb(57, 156, 108) 27%, rgb(5, 188, 129) 100%);
    background-image: -ms-linear-gradient(-178deg, rgb(63, 112, 218) 0%, rgb(5, 188, 129) 0%, rgb(57, 156, 108) 27%, rgb(5, 188, 129) 100%);
    box-shadow: 0px 0px 19.95px 1.05px rgba(0, 0, 0, 0.1);
    padding: 50px;
    padding-bottom: 80px;
    width: 650px;
}

.option__stock__banner__cards {
    margin-bottom: 30px;
}

.option__stock__banner__cards__item {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 0px 19.95px 1.05px rgba(0, 0, 0, 0.1);
    width: 163px;
    height: 192px;
    display: flex;
    padding-top: 20px;
    align-items: start;
    justify-content: center;
}

.option__stock__banner__cards__item img {
    height: 50%;
}

.option__stock__banner__info {
    justify-content: start;
}

.option__stock__banner__info__text {
    color: #fff;
    font-weight: 600;
    line-height: 140%;
    margin-left: 20px;
    width: 360px;
}

.option__advantages {
    padding-top: 60px;
}

.option__advantages__item {
    font-size: 24px;
    position: relative;
}

.option__advantages__column .option__advantages__item:first-child {
    bottom: 85px;
}

.option__advantages__column .option__advantages__item:last-child {
    top: 85px;
}

.option__advantages__column:first-child .option__advantages__item:first-child, .option__advantages__column:first-child .option__advantages__item:last-child {
    left: 60px;
}

.option__advantages__column:last-child .option__advantages__item:first-child, .option__advantages__column:last-child .option__advantages__item:last-child {
    right: 60px;
}

.option__advantages__item {
    text-align: center;
}


.option__staff {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
    padding-bottom: 20px;
}

.option__staff__wrap {
    margin-top: 70px;
}

.option__staff__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    width: 330px;
    height: 575px;
    padding: 45px 30px;
    border: dashed 3px #09b97f;
    border-radius: 15px;
}

.option__staff__card__spec {
    font-size: 22px;
}

.option__staff__card__spec:last-child {
    margin-top: 10px;
}

.option__staff__card__achievments__item {
    border-radius: 50%;
    background-color: rgb(197, 227, 227);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
    width: 79px;
    height: 79px;
    position: relative;
}

.option__staff__card__achievments__item:first-child {
    left: 10px;
    z-index: 1;
}

.option__staff__card__achievments__item:nth-child(2) {
    z-index: 2;
}

.option__staff__card__achievments__item:last-child {
    z-index: 1;
    right: 10px;
}

.option__staff__card__certificates {
    width: 100%;
}

.option__staff__card__certificates__item {
    background-color: rgb(197, 227, 227);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
    width: 74px;
    height: 102px;
    overflow: hidden;
}

.option__staff__card__certificates__item img {
    max-height: 100%;
}

.option__staff__card__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px 20px;
}

.option__staff__img {
    align-self: end;
    display: flex;
    align-items: end;
}

.option__staff__img img {
    max-width: 400px;
}

.option__staff__info {
    width: 490px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: start;
}

.option__staff__info__intro {
    font-size: 24px;
    margin-bottom: 30px;
}

.option__staff__info__img {
    border-radius: 15px;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
    width: 100%;
    overflow: hidden;
}

.option__staff__info__img img {
    width: 100%;
}

.option__achievments .section__title {
    width: 950px;
    text-align: center;
    margin: auto;
}

.option__achievments .section__subtitle {
    font-size: 24px;
    text-align: center;
    margin: auto;
    margin-top: 30px;
}

.option__achievments__list__item {
    border-radius: 15px;
    background-color: #f9f7e7;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
    width: 246px;
}

.option__achievments__list {
    margin-top: 50px;
    align-items: start;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-around;
}

.option__achievments__list__item {
    height: 285px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.option__achievments__list__head {
    text-align: center;
    font-weight: 700;
    padding: 25px;
    padding-bottom: 0;
}

.option__achievments__list__head span {
    color: #12b27e;
}

.option__achievments__list__item img {
    width: 100%;
}

.option__smart {
    padding-top: 60px;
}

.option__smart-wrap {
    margin-top: 50px;
    gap: 20px;
}

.option__smart__advantages {
    display: flex;
    flex-direction: column;
}

.option__smart__advantages__item {
    color: #fff;
    font-size: 24px;
    display: flex;
    border-radius: 15px;
    background-image: -moz-linear-gradient(-178deg, rgb(63, 112, 218) 0%, rgb(5, 188, 129) 0%, rgb(57, 156, 108) 27%, rgb(5, 188, 129) 100%);
    background-image: -webkit-linear-gradient(-178deg, rgb(63, 112, 218) 0%, rgb(5, 188, 129) 0%, rgb(57, 156, 108) 27%, rgb(5, 188, 129) 100%);
    background-image: -ms-linear-gradient(-178deg, rgb(63, 112, 218) 0%, rgb(5, 188, 129) 0%, rgb(57, 156, 108) 27%, rgb(5, 188, 129) 100%);
    box-shadow: inset 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 15px 35px;
    margin-bottom: 20px;
    position: relative;
}

.option__smart__advantages__item::before {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 24px;
    background-color: #fff;
    background-image: url('/local/templates/ultradent/src/static/css/../../media/icon/optionTick.webp');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 50% 50%;
    position: absolute;
    left: -3%;
    top: 15%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 19.95px 1.05px rgba(0, 0, 0, 0.1);
}

.option__smart__slider {
    overflow: hidden;
    width: 700px;
}

.option__smart__slider-wrap {
    position: relative;
}

.option__smart__slider__item {
    width: 700px;
    margin-right: 40px;
    transition: transform 400ms;
}

.option__smart__slider__list {
    width: fit-content;
    display: flex;
    transition: 0.6s;
}

.option__smart__slider__arrow {
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 19.95px 1.05px rgba(0, 0, 0, 0.1);
    position: absolute;
    width: 69px;
    height: 69px;
    top: 40%;
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: 50% 50%;
    cursor: pointer;
    z-index: 4;
}

#option__smart__slider__arrow-left {
    left: -5%;
    background-image: url('/local/templates/ultradent/src/static/css/../../media/icon/greenArrowLeft.webp');
}

#option__smart__slider__arrow-right {
    right: -5%;
    background-image: url('/local/templates/ultradent/src/static/css/../../media/icon/greenArrowRight.webp');
}

.option__smart__slider__dotted {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 30px;
}

.option__smart__slider__dotted__item {
    border-radius: 50%;
    background-color: rgb(218, 218, 218);
    width: 16px;
    height: 16px;
    margin-right: 15px;
    cursor: pointer;
}

.option__smart__slider__dotted__item-active {
    background-color: rgb(18, 178, 126);
}

.recall-form {
    padding-top: 60px;
}

.recall-form__block {
    border-radius: 15px;
    box-shadow: 0px 0px 19.95px 1.05px rgba(0, 0, 0, 0.1);
    padding: 45px 30px;
    padding-bottom: 30px;
    background-image: url('/local/templates/ultradent/src/static/css/../../media/img/callForm/recall/bg.webp');
    background-repeat: no-repeat;
    background-size: contain;
}

.recall-form__form input[type=tel] {
    margin-right: 60px;
    border-radius: 15px;
    background-color: rgb(236, 236, 236);
    border: none;
    outline: none;
    width: 260px;
    height: 65px;
}

.recall-form__form button {
    width: 260px;
    height: 65px;
    font-size: 16px;
}

.recall-form__checkbox-block {
    margin-top: 25px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.recall-form__form input[type=checkbox] {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    cursor: pointer;
}

.checkbox-block {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.checkbox-block span {
    text-indent: 5px;
}

.checkbox-block::before {
    content: '';
    width: 12px;
    height: 12px;
    border: 1px solid #12b27e;
    border-radius: 3px;
    position: absolute;
    top: 2px;
    cursor: pointer;
    z-index: 1;
}

.checkbox-block-active::before {
    background-image: url('/local/templates/ultradent/src/static/css/../../media/icon/tick.webp');
    background-repeat: no-repeat;
    background-size: contain;
}

.checkbox-block input[type=checkbox] {
    margin-right: 5px;
    opacity: 0;
}

.option__stock__offer__btn__down {
    display: none;
}

.option__advantages .small__width {
    display: none;
}

@media (max-width: 1400px) {
    .option__advantages .small__width {
        flex-direction: column;
    }

    .alone__advantages__item {
        display: none !important;
    }

    .option__advantages .small__width {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .option__advantages .big__width {
        display: none;
    }

    .option__advantages__column:last-child .option__advantages__item:first-child,
    .option__advantages__column:last-child .option__advantages__item:last-child {
        top: 0;
    }

    .option__advantages__item {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border: none;
        border-bottom: 2px solid rgb(31, 105, 80);
        background: linear-gradient(256deg, rgba(5, 188, 129, 1) 0%, rgba(57, 156, 108, 1) 27%, rgba(5, 188, 129, 1) 100%);
        color: #fff;
        border-radius: 20px;
        padding: 20px;
        width: 600px;
    }

    .option__advantages__column {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 1050px) {
    .option__achievments .section__title {
        width: 100%;
    }

    .recall__right__img {
        display: none;
    }
}

@media (max-width: 910px) {
    .recall__left__img {
        display: none;
    }

    .recall-form .wrap {
        justify-content: center;
    }
}

@media (max-width: 895px) {
    .reviews__list__item {
        height: 100%;
    }
}

@media (max-width: 530px) {
    .option__first-screnn__doctor__info__img-auto {
        display: none;
    }
}

/* Планшет */

@media (max-width: 1200px) {
    .contacts_line {
        height: 390px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 16px;
    }

    h5 {
        font-size: 12px;
    }

    p {
        font-size: 10px;
    }

    section {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .btn1, .btn-second1 {
        font-size: 10px;
    }

    /* Шапка */
    .header__logo {
        width: 135px;
    }

    .header__contacts__info span {
        font-size: 14px;
    }

    .header__nav__item, .header__nav__item a {
        font-size: 10px;
    }

    .header__btn {
        font-size: 10px;
    }

    /* Услуги */
    .options__head__item {
        font-size: 11px !important;
        padding: 0;
    }

    .options__body__list {
        width: 700px;
    }

    .options__body__item {
        width: 315px;
        height: 170px;
        padding: 20px;
    }

    .options__body__item__offer__title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .options__body__item__offer__description {
        font-size: 10px;
    }

    .options__body__item__img {
        width: 80px;
        height: 80px;
    }

    /* Подвал */
    .footer__head__logo__img {
        width: 130px;
    }

    .footer__head__logo__text, .footer__head__time {
        font-size: 10px !important;
    }

    a.footer__head__phone {
        font-size: 12px !important;
        margin-right: 8px;
    }

    .footer__head__btn {
        font-size: 8px !important;
        padding: 10px 12px 10px 12px;
    }

    .footer__body__column:first-child {
        margin-right: 60px;
    }

    .footer__body__info {
        width: 250px;
    }

    .footer__body__column__list__item {
        font-size: 10px !important;
    }

    .option__stock .wrap {
        flex-direction: column;
        gap: 20px;
    }

    .option__stock__offer__icon {
        display: flex;
        margin: 0 auto 20px auto;
    }

    .option__stock__offer__title {
        text-align: center;
    }

    .option__stock__offer__btn {
        display: none;
    }

    .option__stock__offer__btn__down {
        display: block;
    }

    .option__stock__offer__btn__down {
        font-size: 22px;
    }

    .option__quiz .wrap {
        align-items: center;
        flex-direction: column-reverse;
        margin-left: 20px;
        margin-right: 20px;
    }

    .final__gen__img {
        display: none;
    }

    .final__form {
        margin: 70px;
    }

    .option__quiz .content {
        width: 100%;
    }

    .teeth__questions {
        left: 0;
    }

    .tooth-checkboxes {
        margin: 0 auto;
        left: -635px;
        width: 1320px;
    }

    .quiz__questions {
        width: 450px;
    }

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

    .option__stock__banner__cards__item img {
        height: 80%;
    }

    .option__stock__banner__cards__item {
        width: 350px;
    }

    .option__stock__banner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .option__info__offer h3 {
        font-size: 16px;
    }

    .option__stock__offer__subtitle {
        font-size: 18px;
    }

    .option__stock__offer__subtitle ul li {
        font-size: 16px;
        font-weight: 700;
    }

    .reviews__video__list__item {
        width: 250px;
        height: 500px;
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    main {
        padding-top: 60px;
    }

    main > h1.main_title {
        width: 100%;
        font-size: 30px;
    }

    section:nth-child(2) {
        padding-top: 60px;
    }

    .main_title_block .content {
        flex-direction: column;
    }

    .main_title_block .content > .main_title {
        width: 100%;
    }

    .main_title_block .content > .main_description {
        width: 100%;
    }

    .main_title_block .content .main_title {
        font-size: 24px;
    }

    .main_title_block .content p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 15px;
    }

    .reviews__first-screen, .vacancy__first-screen {
        padding-top: 60px;
        padding-bottom: 0px;
    }

    p.reviews__subtitle {
        font-size: 18px;
        width: 100%;
    }

    .reviews__subtitle {
        display: flex;
        justify-content: center;
        font-size: 28px;
    }

    .reviews__title {
        width: 100%;
        font-size: 44px;
    }

    h2 {
        font-size: 16px;
    }

    h3 {
        font-size: 14px;
    }

    section {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .content {
        width: 90vw;
    }

    .pc {
        display: none;
    }

    .mobile {
        display: block;
    }

    .burger {
        display: block;
        position: absolute;
        left: 0;
        top: 10px;
    }

    .burger-menu {
        display: flex;
    }

    .photo__modal__photo {
        height: auto;
        width: 90%;
        min-height: 0;
    }

    .video-modal__cross {
        display: none;
    }

    [data-plate] {
        display: none;
    }

    .btn1, .btn-second1 {
        font-weight: 700;
        font-size: 12px;
    }

    /* Шапка */
    .header {
        padding-top: 0;
    }

    .header__link, .header__contacts, .header__row:last-child {
        display: none;
    }

    .contacts_line {
        height: 300px;
    }

    .
    :first-child {
        box-shadow: 3px 4px 17px 3px rgba(0, 0, 0, 0.2);
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 0;
    }

    .header__wrap {
        width: 100%;
    }

    .header__location {
        order: 1;
        margin-left: 35px;
    }

    .header__location__img {
        height: 30px;
        margin-right: 5px;
    }

    .header__logo {
        order: 2;
        width: 115px;
        margin-right: 0;
    }

    /* Подвал */
    .footer__head__social, .footer__head__btn {
        display: none;
    }

    .footer__head {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .footer__head__logo__img {
        width: 70px;
    }

    .footer__head .content p {
        font-size: 7px !important;
    }

    .footer__head__logo__text {
        font-size: 4px !important;
    }

    .footer__head__phone__wrap {
        width: 100%;
        justify-content: center;
    }

    .footer__head__wrap {
        flex-wrap: wrap;
        align-items: start;
    }

    .footer__body {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer__body__wrap {
        justify-content: center;
    }

    .footer__body__info {
        display: none;
    }

    .footer__body__column__list {
        height: fit-content;
    }

    .footer__body .wrap {
        align-items: start;
    }

    .footer__body__column__list__item {
        margin-bottom: 10px;
        font-size: 10px !important;
    }

    .footer__copyright {
        font-size: 10px !important;
    }

    /* Услуги */
    .options {
        box-shadow: none;
    }

    .options hr, .options__body, .options__head__item-btn {
        display: none;
    }

    .options__head__item__checked-top {
        border: none;
    }

    .options__head__wrap {
        width: -moz-fit-content;
        width: fit-content;
        height: auto;
        flex-wrap: nowrap;
    }

    .options__head__item {
        width: 200px;
        margin-right: 35px;
    }

    .options__head__item__meta__item__img-block {
        width: 100%;
        height: 116px;
        display: flex;
        justify-content: center;
    }

    .options__head__item img {
        width: 70%;
    }

    .options__head__item__meta {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 15px;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 5px 17px 3px rgba(0, 0, 0, 0.2);
        padding: 25px 10px 30px 10px;
        background-image: url('/local/templates/ultradent/src/static/css/../../media/img/optionsBg.webp');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .options__head__item__meta[data-name] {
        font-weight: 700;
        font-size: 16px;
        margin-top: 25px;
    }

    .options__head__item__meta[data-desc] {
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .options__head__item__meta[data-desc], .options__head__item__meta[data-link] {
        font-size: 12px;
    }

    .options__head__item__meta[data-link] {
        width: 140px;
    }

    #contacts-bg-1 {
        height: 103px;
    }

    #contacts-bg-2 {
        height: 83px;
    }

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

    .option__stock__offer__title, .section__title {
        width: 100%;
        font-size: 24px !important;
    }

    .option__stock__offer__title {
        width: 95%;
        margin: 40px auto;
    }

    .option__stock__banner {
        width: 100%;
    }

    .option__stock__offer__btn__down {
        font-size: 20px;
        padding: 20px;
    }

    .option__first-screen__sidebar__item__img {
        height: auto;
        margin-top: 5px;
    }

    .option__top__info__offer {
        display: none;
    }

    .quiz__img {
        display: none;
    }

    .option__center__img {
        align-self: center !important;
        margin-bottom: 40px;
    }

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

    .option__smart__slider, .option__smart__slider-wrap, .option__smart__slider__item {
        width: 100%;
    }

    .option__info .wrap .option__info__offer {
        width: 95% !important;
    }

    .option__info__offer__right__img {
        flex-direction: column-reverse !important;
        gap: 20px;
    }

    .option__smart__advantages__item {
        font-size: 12px !important;
        padding-right: 15px;
    }

    .stocks__item__offer {
        width: 100%;
    }

    .option__info__offer p {
        font-size: 12px;
    }

    .option__staff__card__name {
        font-size: 20px;
    }

    .option__achievments .section__title,
    .option__smart .section__title {
        text-align: left;
    }

    .option__smart__advantages__item::before {
        top: 5%;
        left: -4%;
    }

    .option__achievments .section__subtitle {
        font-size: 16px;
        text-align: left;
    }

    .option__smart__slider__arrow {
        display: none;
    }

    .vr__list__item__btn {
        margin-left: auto;
        margin-right: auto;
    }

    .reviews__video__list__item {
        width: 200px;
        height: 400px;
        margin-bottom: 10px;
    }
    div.first-screen-1__slide__btns-block.wrap {
        justify-content: center !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        gap: 15px !important;
        width: 100% !important;
        margin: 0 auto !important;
        padding: 0 20px !important;
    }
    
    a.btn1.first-screen-1__slide__btn,
    a.btn-second1.first-screen-1__slide__btn {
        margin: 0 !important;
        flex: 0 0 auto !important;
        display: block !important;
        text-align: center !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
}

/* Мобильный */

@media (max-width: 568px) {
    /* Персонал */
    .about-staff__list {
        width: 300px;
    }

    .about-staff__list__item {
        width: 145px;
        margin-bottom: 0;
    }

    .option__achievments__list__item {
        width: 100%;
    }

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

    .option__info .wrap img {
        width: 100%;
    }

    .option__staff__img img {
        max-width: 200px;
    }

    .option__staff__card {
        height: 400px;
    }

    .dropdown, .quiz__title {
        text-wrap: wrap;
    }

    .quiz__questions {
        width: 90%;
    }

    .quiz__title {
        font-size: 24px;
    }

    .quiz__subtitle p, .dropdown {
        font-size: 12px;
    }

    .dropdown {
        padding: 10px 0;
    }

    .label__radio {
        font-size: 12px;
    }

    .submit__quiz {
        font-size: 12px;
        padding: 15px 60px;
    }

    .option__stock__banner__cards__item {
        width: 100%;
    }

    .option__advantages__item {
        padding: 5px;
    }

    /*final quiz*/
    .input__final__quiz {
        padding: 20px 0 20px 20px;
    }

    .final__form {
        margin: 20px 35px;
    }

    .reviews__video__list .wrap {
        grid-template-columns: 1fr;
    }

    .reviews__video__list__item {
        width: 250px;
    }
}

@media (max-width: 660px) {
    .reviews__title-block {
        margin-top: 30px;
    }

    .reviews__subtitle {
        font-size: 20px
    }

    .reviews__title {
        font-size: 24px
    }

    .option__advantages__item, .option__advantages__column {
        width: 100% !important;
    }

    .option__advantages__item {
        font-size: 14px;
    }

    .recall-form .wrap {
        flex-direction: column;
        gap: 20px;
    }

    .recall-form__form input[type=tel] {
        margin-right: 0;
    }
}

@media (max-width: 712px) {
    .teeth__img {
        width: 290px;
    }

    .teeth__questions {
        top: 205px;
        font-size: 9px;
    }

    .tooth-checkboxes {
        margin: 0 auto;
        left: -450px;
        width: 950px;
        height: 732px;
        top: 10px;
    }

    .memo__zones {
        font-size: 8px;
    }
}

@media (max-width: 502px) {

    .teeth__img {
        width: 245px;
    }

    .teeth__questions {
        top: 175px;
        font-size: 8px;
    }

    .tooth-checkboxes {
        margin: 0 auto;
        left: -383px;
        width: 820px;
        height: 620px;
        top: 17px;
    }

    .memo__zones {
        font-size: 7px;
    }


}

@media (max-width: 450px) {
    /*.reviews__video__list__item {*/
    /*    height: 200px;*/
    /*    margin-bottom: 10px;*/
    /*}*/
}

@media (max-width: 425px) {
    .option__first-screen__sidebar__item-wrap {
        width: 100%;
        margin-right: 30px;
        margin-left: 30px;
    }

    .option__first-screen__sidebar__item {
        width: 100%;
    }

    .teeth__img {
        width: 230px;
    }

    .teeth__questions {
        top: 160px;
        font-size: 7px;
    }

    .tooth-checkboxes {
        height: 577px;
        margin: 0 auto;
        left: -321px;
        top: 21px;
        width: 605px;
    }

    .tooth:nth-child(1) {
        right: 23.3%;
    }

    .tooth:nth-child(2) {
        right: 26.5%;
    }

    .tooth:nth-child(3) {
        right: 29%;
    }

    .tooth:nth-child(4) {
        right: 30.4%;
    }

    .tooth:nth-child(5) {
        right: 32%;
    }

    .tooth:nth-child(6) {
        right: 33%;
    }

    .tooth:nth-child(9) {
        right: 19%;
    }

    .tooth:nth-child(10) {
        right: 15.4%;
    }

    .tooth:nth-child(11) {
        right: 12.9%;
    }

    .tooth:nth-child(12) {
        right: 11.5%;
    }

    .tooth:nth-child(13) {
        right: 9.7%;
    }

    .tooth:nth-child(14) {
        right: 8.9%;
    }

    .tooth:nth-child(15) {
        right: 8%;
    }

    .tooth:nth-child(16) {
        right: 7%;
    }

    .tooth:nth-child(17) {
        right: 7.4%;
    }

    .tooth:nth-child(18) {
        right: 8%;
    }

    .tooth:nth-child(19) {
        right: 9.1%;
    }

    .tooth:nth-child(20) {
        right: 10.1%;
    }

    .tooth:nth-child(21) {
        right: 12%;
    }

    .tooth:nth-child(22) {
        right: 14.3%;
    }

    .tooth:nth-child(23) {
        right: 16.9%;
    }

    .tooth:nth-child(24) {
        right: 19.5%;
    }

    .tooth:nth-child(25) {
        right: 22.3%;
    }

    .tooth:nth-child(26) {
        right: 24.8%;
    }

    .tooth:nth-child(27) {
        right: 27.3%;
    }

    .tooth:nth-child(28) {
        right: 29.5%;
    }

    .tooth:nth-child(29) {
        right: 31.3%;
    }

    .tooth:nth-child(30) {
        right: 32.3%;
    }

    .tooth:nth-child(31) {
        right: 33.8%;
    }

    .tooth:nth-child(32) {
        right: 34.5%;
    }

    .memo__zones {
        font-size: 6px;
    }
}

@media (max-width: 390px) {
    .option__stock__banner__info__text {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }

    .option__stock__offer__btn__down {
        font-size: 12px;
        width: 90%;
        display: flex;
        justify-content: center;
    }
}

.marquiz-pops__body span {
    color: #fff;
}
/* End */


/* Start:/local/components/ultradent/form.feedback/src/static/css/style.css?17383267348163*/
/* Модальное окно */
.modal {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 8;
    display: none;
    align-items: center;
    justify-content: center;
    overflow-y: scroll;
    /* scroll-padding-top: 100px; */
}

.modal-close {
    width: 25px;
    height: 25px;
    position: fixed;
    right: 15%;
    top: 10%;
    cursor: pointer;
}

.modal__vacancy-close {
    width: 25px;
    height: 25px;
    position: fixed;
    right: 0%;
    top: 10%;
    cursor: pointer;
}

.modal-close hr {
    width: 100%;
    height: 2px;
    border: none;
    background-color: #fff;
    border-radius: 2px;
}

.modal-close hr:first-child {
    transform: rotate(45deg) translateX(1px) translateY(10px);
}

.modal-close hr:last-child {
    transform: rotate(-45deg) translateX(-7px);
}

.modal__arrow {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.modal__block {
    padding: 40px;
    background-color: #fff;
    border-radius: 10px;
    width: 600px;
}

.modal__vacancy-block{
    padding: 40px;
    background-color: #fff;
    border-radius: 10px;
    /* width: 600px; */
    width: 80%;
    position: absolute;
    top: 20%;
}

.modal__title {
    margin-bottom: 40px;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
}

.modal__form {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.modal__input-block {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.modal__input-block span {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
    color: rgba(0,0,0,.55);
}

.modal__checkbox-block {
    font-size: 12px;
    margin-bottom: 20px;
    cursor: pointer;
}


.modal__agreement {
    text-align: center;
    margin-top: 20px;
}

.modal__agreement, .modal__agreement a {
    font-size: 12px;
}

.modal__agreement a {
    color: #09b97f;
    text-decoration: none;
}

.modal__btn {
    padding: 15px;
}

.modal__offer {
    margin-bottom: 20px;
}

.modal__offer__block {
    margin-bottom: 20px;
}

.modal__offer__title {
    font-size: 16px;
}

.modal__offer__list {
    margin-top: 6px;
}

.modal__offer__list > li {
    font-size: 14px;
    margin-top: 2px;
}

.modal-vacancy__title {
    font-size: 24px;
    margin-bottom: 30px;
}

.modal__cities-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.modal__cities-list a {
    text-decoration: none;
    margin-bottom: 20px;
    font-size: 20px;
}

.modal__cities-list a:hover {
    color: #0eb67d;
}

/* Форма заказа звонка */
.call-form {
    -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;
}

.call-form__block {
    position: relative;
    padding: 70px 0 70px 75px;
    border-radius: 40px;
    background-image: url('/local/components/ultradent/form.feedback/src/static/css/../../media/img/bg.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 17px 3px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.call-form__block__offer__title {
    font-size: 30px !important;
    margin-bottom: 20px;
}

.call-form__block__offer__form {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 40px;
}

.call-form__block__offer__form__input-wrap {
    display: flex;
    align-items: start;
    flex-direction: column;
}

.call-form__block__offer__form__input-wrap:not(:last-child) {
    margin-right: 15px;
}

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

.call-form__block__offer__form__input {
    border-radius: 25px;
    width: 320px;
    outline: none;
    border: 1px solid #d9d9d9;
    padding: 20px 0 20px 25px;
    font-size: 15px !important;
    color: #333;
}

.call-form__block__offer__form__input-head {
    font-size: 18px !important;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
}

.call-form__block__offer__form .wrap:first-child {
    margin-bottom: 30px;
}

.call-form__block__offer__form__btn {
    outline: none;
    border: none;
    width: 320px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 25px;
    font-size: 18px !important;
    font-weight: 600;
}

.call-form__block__offer__form__phone {
    font-size: 30px !important;
    font-weight: 700;
}

.call-form__block__offer__form__phone span {
    color: #05bc80;
}

.call-form__block__offer__politicy {
    font-size: 14px !important;
    color: #333;
    margin-top: 30px;
    max-width: 600px;
    margin-left: 0;
}

.call-form__block__offer__politicy a {
    color: #05bc80;
}

.call-form__block__img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.option__price__call-form__block {
    padding: 40px
}

.option__price__offer__form__input {
    width: 280px;
}

.option__price__btn-submit {
    width: 280px;
}

@media (max-width: 1400px) {
    .call-form__block {
        padding: 30px 0 30px 50px;
    }

    .call-form__block__offer__title {
        font-size: 24px !important;
        margin-bottom: 10px;
    }

    .call-form__block__offer__form {
        margin-top: 20px;
    }

    .call-form__block__offer__form .wrap:first-child {
        margin-bottom: 20px;
    }

    .call-form__block__offer__politicy {
        margin-top: 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) {
     /* Форма обратной связи */
     .call-form__block__img {
        display: none;
    }

    .call-form__block__offer__form__input, .call-form__block__offer__form__btn {
        width: 290px;
    }
}

@media (max-width: 768px) {
    /* Форма обратной связи */
    .call-form {
        box-shadow: none;
    }
    
    .call-form__block {
        padding: 30px 15px;
        text-align: center;
        border-radius: 15px;
        background-image: url('/local/components/ultradent/form.feedback/src/static/css/../../media/img/optionsBg.webp');
    }

    .call-form__block__offer__title {
        font-size: 16px !important;
    }

    .call-form__block__offer__form__input-head {
        display: none;
    }

    .call-form__block__offer__form__input-wrap {
        flex-direction: column;
        margin-right: 0;
        width: 100%;
    }

    .call-form__block__offer__form__input, .call-form__block__offer__form__btn {
        width: 100%;
    }

    .call-form__block__offer__form .wrap:first-child {
        margin-right: 0;
    }

    .call-form__block__offer__form__input-wrap:not(:last-child) {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .call-form__block__offer__form__input {
        padding: 15px 0 15px 15px;
        font-size: 12px !important;
    }

    .call-form__block__offer__form__btn {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 14px !important;
    }

    .call-form__block__offer__form__btn-wrap {
        flex-direction: column;
    }

    .call-form__block__offer__form__phone {
        font-size: 24px !important;
        margin-top: 15px;
    }

    .call-form__block__offer__form {
        display: flex;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .call-form__block__offer__form__input-block {
        flex-direction: column;
        align-items: center;
    }

    .call-form__block__offer__politicy {
        font-size: 8px !important;
        margin-top: 10px;
    }

    .call-form__block__offer__politicy a {
        font-size: 12px;
        display: block;
        margin-top: 5px;
    }

    .call-form__block__offer__politicy br {
        display: none;
    }

    .option__price__call-form__block {
        padding: 30px 15px;
    }
}
/* End */


/* Start:/local/components/ultradent/breadcrumb/templates/ud.breadcrumb/style.css?1765262528809*/
.bx-breadcrumb {
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
	background-color: rgba(255, 255, 255, 0);
	border-radius: 0.25rem;
	font-family: Montserrat;
	font-weight: 500;
	font-size: 14px;
	line-height: 17.07px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.bx-breadcrumb-item {
	display: flex;
	align-items: center;
}

.bx-breadcrumb-item + .bx-breadcrumb-item:before {
	content: "/";
	padding: 0 0.5rem;
	color: #6c757d;
}

.bx-breadcrumb-item-link {
	text-decoration: none;
	border-bottom: 1px dotted #383838;
	color: #383838;
	padding-bottom: 1px;
}

.bx-breadcrumb-item-link:hover {
	color: #0eb67d;
	border-bottom: 1px dotted #0eb67d;
}

.bx-breadcrumb-item-text {
	text-decoration: none;
	border-bottom: 1px dotted #6c757d;
	color: #6c757d;
	padding-bottom: 1px;
}
/* End */


/* Start:/local/components/ultradent/go.home.button/templates/.default/css/style.css?1754909943654*/
.up-container {
    position: fixed;
    bottom: 75px;
    left: 20px;
    width: 60px;
    height: 60px;
    z-index: 9999999;
}

.up-button {
    background-image: url("/local/components/ultradent/go.home.button/templates/.default/assets/up.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 100%;
    height: 100%;
    border: none;
    background-color: #fff;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .up-container {
        display: none;
    }
}
/* End */
/* /local/templates/ultradent/src/static/css/style.min.css?178731532752730 */
/* /local/components/ultradent/form.feedback/src/static/css/style.css?17383267348163 */
/* /local/components/ultradent/breadcrumb/templates/ud.breadcrumb/style.css?1765262528809 */
/* /local/components/ultradent/go.home.button/templates/.default/css/style.css?1754909943654 */
