@font-face {
  font-family: 'Circe';
  src: url("fonts/circle/Circe-Light.eot");
  src: url("fonts/circle/Circe-Light.eot?#iefix") format("embedded-opentype"), url("fonts/circle/Circe-Light.woff") format("woff"), url("fonts/circle/Circe-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Circe';
  src: url("fonts/circle/Circe-Regular.eot");
  src: url("fonts/circle/Circe-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/circle/Circe-Regular.woff") format("woff"), url("fonts/circle/Circe-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Circe';
  src: url("fonts/circle/Circe-Bold.eot");
  src: url("fonts/circle/Circe-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/circle/Circe-Bold.woff") format("woff"), url("fonts/circle/Circe-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

.teeth-advantages {
  margin: 0 auto;
  padding: 45px 0 72px;
  max-width: 920px; }
  @media (max-width: 767px) {
    .teeth-advantages {
      padding: 45px 0; } }
  .teeth-advantages__table {
    align-items: flex-start;
    display: flex; }
    @media (max-width: 767px) {
      .teeth-advantages__table {
        display: block; } }
  .teeth-advantages__column {
    border: 1px solid #EAE6E0;
    border-radius: 20px;
    box-sizing: border-box;
    flex: 1 1 50%;
    margin: 0 0 0 30px;
    padding: 20px 63px 32px 32px;
    position: relative; }
    @media (max-width: 767px) {
      .teeth-advantages__column {
        margin: 30px 0 0;
        padding: 20px; } }
    .teeth-advantages__column:first-child {
      margin: 0; }
    .teeth-advantages__column_against:before {
      background: url(images/arrow-pointer.png) 50%/cover no-repeat;
      bottom: -220px;
      content: '';
      height: 248px;
      left: 48px;
      position: absolute;
      width: 226px; }
      @media (max-width: 767px) {
        .teeth-advantages__column_against:before {
          background-image: url(images/pointer-m.png);
          bottom: -40px;
          left: 60%;
          height: 90px;
          width: 81px; } }
    .teeth-advantages__column_against .teeth-advantages__caption {
      color: #EC5A08; }
  .teeth-advantages__caption {
    color: #279FF2;
    font-weight: bold;
    font-size: 35px;
    line-height: 110%; }
    @media (max-width: 767px) {
      .teeth-advantages__caption {
        font-size: 28px; } }
  .teeth-advantages__row {
    color: #000000;
    font-size: 16px;
    line-height: 120%;
    margin: 20px 0 0; }
    @media (max-width: 767px) {
      .teeth-advantages__row_m-hide .teeth-advantages__name {
        color: #1467A5;
        cursor: pointer;
        padding-left: 25px;
        position: relative; } }
    @media (max-width: 767px) {
      .teeth-advantages__row_m-hide .teeth-advantages__name:before {
        background: url(images/arrow.svg) 50%/cover no-repeat;
        content: '';
        height: 9px;
        left: 0;
        position: absolute;
        top: 5px;
        width: 13px; } }
    @media (max-width: 767px) {
      .teeth-advantages__row_m-hide .teeth-advantages__text {
        display: none;
        padding-left: 25px; } }
    @media (max-width: 767px) {
      .teeth-advantages__row.js-showed .teeth-advantages__text {
        display: block; } }
    @media (max-width: 767px) {
      .teeth-advantages__row.js-showed .teeth-advantages__name {
        color: #000000; } }
    @media (max-width: 767px) {
      .teeth-advantages__row.js-showed .teeth-advantages__name:before {
        transform: rotate(-180deg); } }
  .teeth-advantages__name {
    font-weight: bold;
    font-size: 19px !important;
    line-height: 120% !important;
    margin: 0 0 5px !important; }
  .teeth-advantages__text {
    margin: 0; }
    @media (max-width: 1100px) {
      .teeth-advantages__text {
        font-size: 16px !important;
        line-height: 120% !important;
        margin: 0 !important; } }
  .teeth-advantages__button {
    margin: 0 0 5px; }
  .teeth-advantages__link {
    margin: 10px 0 0; }
  @media (max-width: 767px) {
    .teeth-advantages__sub-title {
      display: none; } }

.header_n {
  height: auto !important;
  margin-bottom: 0 !important; }

.page-wrapper .content .content-wrap {
  max-width: 100% !important;
  padding: 0 !important; }

@media (max-width: 1100px) {
  section.content p {
    font-size: 16px;
    line-height: 120%; } }

.teeth-all {
  font-family: Circe; }
  @media (max-width: 1250px) {
    .teeth-all {
      padding: 0 20px; } }
  .teeth-all__button {
    background: #bed259;
    border: 1px solid #bed259;
    border-radius: 26px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    font-size: 22px;
    height: 52px;
    line-height: 32px;
    outline: none;
    padding: 9px 27px;
    text-align: center;
    transition: all .3s ease-in-out; }
    .teeth-all__button:hover {
      background: #ffffff;
      color: #bed259; }
    .teeth-all__button_white {
      background: none;
      border-color: #ffffff; }
    .teeth-all__button_small {
      font-size: 14px;
      height: 36px;
      line-height: 20px;
      padding: 8px 20px; }
  .teeth-all .section__title {
    color: #111111;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    margin: 0 0 35px;
    text-align: center; }
    @media (max-width: 1100px) {
      .teeth-all .section__title {
        font-size: 24px; } }
    @media (max-width: 767px) {
      .teeth-all .section__title {
        font-size: 18px;
        font-weight: 700; } }
  .teeth-all__title {
    color: #111111;
    font-weight: bold;
    font-size: 45px;
    line-height: 100%;
    margin: 0 0 35px;
    text-align: center; }
    @media (max-width: 1100px) {
      .teeth-all__title {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .teeth-all__title {
        font-size: 28px;
        line-height: 110%;
        margin: 0 0 25px; } }
    .teeth-all__title_white {
      color: #ffffff; }
    .teeth-all__title_smaller {
      font-size: 30px;
      font-weight: 700; }
      @media (max-width: 1100px) {
        .teeth-all__title_smaller {
          font-size: 24px; } }
      @media (max-width: 767px) {
        .teeth-all__title_smaller {
          font-size: 18px;
          font-weight: 700; } }
  .teeth-all__sub-title {
    color: #111111;
    font-weight: bold;
    font-size: 35px;
    line-height: 110%;
    margin: -30px 0 25px;
    text-align: center; }
    @media (max-width: 1100px) {
      .teeth-all__sub-title {
        font-size: 28px; } }
    @media (max-width: 767px) {
      .teeth-all__sub-title {
        font-size: 22px;
        line-height: 110%;
        margin: -15px 0 20px; } }
    .teeth-all__sub-title_smaller {
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      margin: -20px 0 35px; }
      @media (max-width: 1100px) {
        .teeth-all__sub-title_smaller {
          font-size: 14px;
          line-height: 20px;
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        .teeth-all__sub-title_smaller {
          font-size: 12px;
          line-height: 18px; } }
  @media (min-width: 1101px) {
    .teeth-all__hide-large {
      display: none !important; } }
  @media (max-width: 1100px) {
    .teeth-all__hide-small {
      display: none !important; } }
  .teeth-all__slider-controls {
    display: flex;
    margin: 16px 0 0;
    justify-content: flex-end; }
  .teeth-all__slider-prev, .teeth-all__slider-next {
    border: 1px solid #bed255;
    border-radius: 50%;
    cursor: pointer;
    height: 32px;
    position: relative;
    width: 32px;
    transition: all .3s ease-in-out; }
    .teeth-all__slider-prev:hover, .teeth-all__slider-next:hover {
      border-color: #acc174; }
    .teeth-all__slider-prev:before, .teeth-all__slider-next:before {
      background: url(images/arrow-right-b.svg) 50%/cover no-repeat;
      content: '';
      height: 14px;
      left: 50%;
      margin: -7px 0 0 -2.5px;
      position: absolute;
      top: 50%;
      width: 7px; }
    .teeth-all__slider-prev.swiper-button-disabled, .teeth-all__slider-next.swiper-button-disabled {
      cursor: default;
      opacity: 0.5; }
  .teeth-all__slider-prev {
    transform: rotate(-180deg); }
  .teeth-all__slider-next {
    margin: 0 0 0 10px; }
  .teeth-all .swiper-pagination-bullet {
    background: none;
    border: 1px solid #EAE6E0;
    border-radius: 50%;
    box-sizing: border-box;
    height: 14px;
    margin: 0 6px;
    outline: none;
    opacity: 1;
    width: 14px; }
    .teeth-all .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #BED259;
      border: 0; }

.teeth-cashback {
  margin: 20px auto 100px;
  max-width: 1110px; }
  @media (max-width: 1100px) {
    .teeth-cashback {
      margin: 15px 0 35px; } }
  .teeth-cashback__columns {
    align-items: center;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .teeth-cashback__columns {
        flex-direction: column;
        align-items: flex-start; } }
  .teeth-cashback__text {
    font-size: 16px;
    font-weight: 400;
    flex: 0 0 50.5%; }
    @media (max-width: 767px) {
      .teeth-cashback__text {
        flex-basis: 100%;
        order: 2; } }
    .teeth-cashback__text .implants__condition-list {
      flex-direction: column; }
  .teeth-cashback__legend {
    color: #999999;
    font-size: 12px;
    line-height: 18px; }
  .teeth-cashback__image {
    flex: 0 0 46.5%; }
    @media (max-width: 767px) {
      .teeth-cashback__image {
        flex-basis: 100%;
        order: 1;
        margin: 0 auto 20px;
        max-width: 500px; } }
    .teeth-cashback__image img {
      display: block;
      height: auto;
      max-width: 100%; }

.teeth-contacts {
  margin: 0 auto;
  max-width: 1110px;
  padding: 60px 0 90px; }
  @media (max-width: 1100px) {
    .teeth-contacts {
      padding: 45px 0; } }
  @media (max-width: 767px) {
    .teeth-contacts {
      padding: 30px 0 35px; } }
  .teeth-contacts__wrap {
    align-items: flex-start;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1100px) {
      .teeth-contacts__wrap {
        display: block;
        margin: 0 auto;
        max-width: 600px; } }
  .teeth-contacts__block {
    box-sizing: border-box;
    padding: 5px 0 0;
    width: 540px; }
    @media (max-width: 1100px) {
      .teeth-contacts__block {
        width: 100%; } }
    .teeth-contacts__block:first-child {
      padding: 0 60px 0 0; }
      @media (max-width: 1100px) {
        .teeth-contacts__block:first-child {
          padding: 20px 0 40px; } }
      @media (max-width: 767px) {
        .teeth-contacts__block:first-child {
          padding: 0 0 35px; } }
    .teeth-contacts__block p {
      margin: 0 0 5px !important; }
  .teeth-contacts__caption {
    font-weight: bold;
    font-size: 19px;
    line-height: 120%;
    margin: 0 0 10px; }
  .teeth-contacts__icon {
    font-size: 16px;
    line-height: 22px;
    padding: 0 0 0 30px;
    position: relative; }
    .teeth-contacts__icon:before {
      background-position: 50%;
      background-size: contain;
      background-repeat: no-repeat;
      content: '';
      height: 22px;
      left: 0;
      position: absolute;
      top: 0;
      width: 22px; }
    .teeth-contacts__icon_metro:before {
      background-image: url(images/icon-metro.svg); }
    .teeth-contacts__icon_mark:before {
      background-image: url(images/icon-mark.svg);
      height: 16px;
      top: 3px; }
  .teeth-contacts__map {
    height: 320px;
    margin: 18px 0 0; }
  .teeth-contacts__form {
    margin: 0 0 45px; }
    @media (max-width: 767px) {
      .teeth-contacts__form {
        margin: 0 0 35px; } }
  .teeth-contacts__info {
    color: #000000;
    display: flex;
    font-size: 16px;
    line-height: 120%; }
  .teeth-contacts__info-column {
    flex: 1 1 auto; }
    .teeth-contacts__info-column_image {
      margin: 0 30px 0 0;
      width: 157px; }
      @media (max-width: 767px) {
        .teeth-contacts__info-column_image {
          flex: 0 0 70px; } }
    .teeth-contacts__info-column p {
      margin: 0 0 22px; }
  .teeth-contacts__info-image {
    border-radius: 50%;
    height: 157px;
    overflow: hidden;
    width: 157px; }
    @media (max-width: 767px) {
      .teeth-contacts__info-image {
        height: 70px;
        width: 70px; } }
    .teeth-contacts__info-image img {
      display: block; }
  @media (max-width: 767px) {
    .teeth-contacts__info-descr {
      min-height: 70px; } }
  .teeth-contacts__info-text {
    font-weight: bold;
    font-size: 19px;
    line-height: 120%;
    margin: 0 0 10px; }
    @media (max-width: 767px) {
      .teeth-contacts__info-text {
        font-size: 16px;
        line-height: 120%;
        margin: 16px 0 0 -100px; } }
  @media (max-width: 767px) {
    .teeth-contacts__callback {
      margin: 0 0 0 -100px; } }
  .teeth-contacts__info-phone {
    display: block;
    font-size: 22px;
    line-height: 110%;
    margin: 5px 0 0; }
    .teeth-contacts__info-phone a {
      color: #000000;
      text-decoration: none; }

.teeth-covid {
  margin: 0 auto;
  max-width: 1110px;
  padding: 64px 0 0; }
  @media (max-width: 767px) {
    .teeth-covid {
      margin: 0 -20px;
      padding: 32px 0 0; } }
  .teeth-covid img {
    display: block; }

.teeth-doctors {
  margin: 0 auto;
  max-width: 1110px; }
  @media (max-width: 767px) {
    .teeth-doctors {
      padding: 0 0 40px; } }
  .teeth-doctors__swiper {
    width: 820px; }
  .teeth-doctors__item {
    background: #ffffff;
    box-sizing: border-box;
    align-items: center;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .teeth-doctors__item {
        display: block; } }
  .teeth-doctors__image {
    align-items: flex-end;
    display: flex;
    height: 540px;
    overflow: hidden;
    justify-content: center;
    width: 375px; }
    @media (max-width: 767px) {
      .teeth-doctors__image {
        max-height: 250px;
        max-width: 320px;
        align-items: flex-start;
        width: 100%;
        margin: 0 auto; } }
    .teeth-doctors__image img {
      max-height: 100%;
      width: auto; }
      @media (max-width: 767px) {
        .teeth-doctors__image img {
          max-height: initial; } }
  .teeth-doctors__detail {
    color: #000000;
    font-size: 16px;
    line-height: 120%;
    padding: 20px 0;
    width: 400px; }
    @media (max-width: 767px) {
      .teeth-doctors__detail {
        padding-bottom: 0;
        width: auto; } }
    .teeth-doctors__detail p {
      margin: 7px 0 0; }
      @media (max-width: 767px) {
        .teeth-doctors__detail p {
          margin: 5px 0 0 !important; } }
  .teeth-doctors__name {
    color: #111111;
    font-weight: 800;
    font-size: 34px;
    line-height: 110%; }
    @media (max-width: 767px) {
      .teeth-doctors__name {
        font-size: 22px;
        line-height: 110%; } }
  .teeth-doctors__certificates {
    margin: 45px 0 10px; }
    @media (max-width: 767px) {
      .teeth-doctors__certificates {
        margin: 15px 0 10px; } }
    @media (max-width: 767px) {
      .teeth-doctors__certificates.js-showed .teeth-doctors__caption span:before {
        transform: rotate(-180deg); } }
    @media (max-width: 767px) {
      .teeth-doctors__certificates.js-showed .teeth-doctors__certificates-list {
        display: flex; } }
    @media (max-width: 767px) {
      .teeth-doctors__certificates.js-showed .teeth-doctors__certificates-more {
        display: inline-block; } }
  .teeth-doctors__caption {
    font-weight: bold;
    font-size: 22px;
    line-height: 110%;
    margin: 0 0 8px; }
    @media (max-width: 767px) {
      .teeth-doctors__caption {
        color: #1467A5;
        cursor: pointer;
        font-size: 19px;
        line-height: 120%; } }
    @media (max-width: 767px) {
      .teeth-doctors__caption span {
        position: relative; } }
    @media (max-width: 767px) {
      .teeth-doctors__caption span:before {
        background: url(images/arrow.svg) 50%/cover no-repeat;
        content: '';
        height: 9px;
        margin: -4.5px 0 0;
        position: absolute;
        right: -18px;
        top: 50%;
        width: 13px; } }
  .teeth-doctors__certificates-list {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start; }
    @media (max-width: 767px) {
      .teeth-doctors__certificates-list {
        display: none; } }
  .teeth-doctors__certificates-item {
    margin: 0 20px 0 0;
    width: 107px; }
    .teeth-doctors__certificates-item img {
      border: 1px solid #EAE6E0;
      border-radius: 8px;
      display: block;
      object-fit: contain; }
  .teeth-doctors__certificates-more {
    display: inline-block;
    margin: 15px 0 0; }
    @media (max-width: 767px) {
      .teeth-doctors__certificates-more {
        display: none; } }
  .teeth-doctors__slider {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative; }
    .teeth-doctors__slider:before {
      background: url(images/why-bgr.png) 50% 100% no-repeat;
      bottom: 0;
      content: '';
      height: 40px;
      left: -2000px;
      position: absolute;
      right: -2000px;
      z-index: 2; }
      @media (max-width: 1100px) {
        .teeth-doctors__slider:before {
          display: none; } }
  .teeth-doctors__pagination {
    display: none; }
    @media (max-width: 1100px) {
      .teeth-doctors__pagination {
        bottom: 20px !important;
        display: flex;
        left: 0;
        position: absolute;
        right: 0;
        z-index: 2;
        justify-content: center; } }
    @media (max-width: 767px) {
      .teeth-doctors__pagination {
        position: static; } }
    .teeth-doctors__pagination .swiper-pagination-bullet {
      border: 1px solid #EAE6E0; }
  .teeth-doctors__prev, .teeth-doctors__next {
    display: none; }
    @media (max-width: 767px) {
      .teeth-doctors__prev, .teeth-doctors__next {
        background-image: url(/local/templates/implantcity/img/banner-arrow.svg);
        display: block;
        height: 32px;
        right: -10px;
        outline: none;
        position: absolute;
        width: 32px;
        margin-top: -16px;
        top: 125px;
        z-index: 1; } }
    .teeth-doctors__prev.swiper-button-disabled, .teeth-doctors__next.swiper-button-disabled {
      cursor: default;
      opacity: 0.5; }
  .teeth-doctors__prev {
    right: auto;
    left: -10px;
    transform: rotate(-180deg); }
  .teeth-doctors__thumbs {
    position: relative;
    width: 260px;
    z-index: 2; }
    @media (max-width: 1100px) {
      .teeth-doctors__thumbs {
        display: none; } }
  .teeth-doctors__thumbs-swiper {
    height: 430px;
    overflow: hidden; }
  .teeth-doctors__thumbs-list {
    display: flex;
    flex-direction: column; }
  .teeth-doctors__thumbs-item {
    align-items: center;
    border: 5px solid transparent;
    border-radius: 20px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    padding: 2px 10px;
    justify-content: space-between;
    width: 260px; }
    .teeth-doctors__thumbs-item.swiper-slide-thumb-active {
      border-color: #BED259; }
  .teeth-doctors__thumbs-image {
    height: 82px;
    width: 95px;
    overflow: hidden;
    text-align: center; }
    .teeth-doctors__thumbs-image img {
      display: block;
      margin: 0; }
  .teeth-doctors__thumbs-name {
    color: #000000;
    font-size: 16px;
    line-height: 120%;
    width: 115px; }
  .teeth-doctors__thumbs-controls {
    display: flex;
    margin: 20px 0 0;
    justify-content: flex-start; }
  .teeth-doctors__thumbs-prev, .teeth-doctors__thumbs-next {
    background: linear-gradient(180deg, #3F9FE2 21.43%, #0275C5 75.2%);
    bottom: auto;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    height: 38px;
    left: auto;
    margin: 0;
    outline: none;
    position: relative;
    right: auto;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    text-align: center;
    top: auto;
    width: 58px; }
    .teeth-doctors__thumbs-prev.swiper-button-disabled, .teeth-doctors__thumbs-next.swiper-button-disabled {
      background: #DDE8EE;
      border: 1px solid #CCDFEA;
      cursor: default; }
      .teeth-doctors__thumbs-prev.swiper-button-disabled:hover, .teeth-doctors__thumbs-next.swiper-button-disabled:hover {
        background: #DDE8EE; }
    .teeth-doctors__thumbs-prev:before, .teeth-doctors__thumbs-next:before {
      background: url(images/arrow-bot.svg) 50%/cover no-repeat;
      content: '';
      height: 20px;
      left: 50%;
      margin: -10px 0 0 -4.5px;
      position: absolute;
      top: 50%;
      width: 13px; }
    .teeth-doctors__thumbs-prev:hover, .teeth-doctors__thumbs-next:hover {
      background: #0275C5; }
  .teeth-doctors__thumbs-prev {
    border-radius: 0 19px 19px 0;
    margin: 0 3px 0 0; }
    .teeth-doctors__thumbs-prev:before {
      margin-left: -8.5px;
      transform: rotate(180deg); }
  .teeth-doctors__thumbs-next {
    border-radius: 19px 0 0 19px; }

.teeth-examples {
  background: #1e93e3;
  box-sizing: border-box;
  color: #ffffff;
  min-height: 110px;
  margin: 0 auto;
  max-width: 2560px;
  padding: 80px 0 60px;
  position: relative; }
  @media (max-width: 1250px) {
    .teeth-examples {
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 1100px) {
    .teeth-examples {
      padding: 30px 20px 60px; } }
  .teeth-examples:before, .teeth-examples:after {
    background-position: 50% 0;
    background-repeat: no-repeat;
    content: '';
    left: 0;
    position: absolute;
    right: 0; }
    @media (max-width: 1100px) {
      .teeth-examples:before, .teeth-examples:after {
        display: none; } }
  .teeth-examples:before {
    background-image: url(images/example-top.jpg);
    height: 50px;
    top: 0; }
  .teeth-examples:after {
    background-image: url(images/example-bot.jpg);
    bottom: 0;
    height: 52px; }
  .teeth-examples__title {
    margin: 0 0 25px; }
  .teeth-examples__wrap {
    margin: 0 auto;
    max-width: 1110px;
    position: relative;
    z-index: 1; }
  .teeth-examples__slider {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    height: 423px;
    margin: 0 auto;
    position: relative;
    max-width: 648px; }
    @media (max-width: 767px) {
      .teeth-examples__slider {
        height: 190px; } }
  .teeth-examples__list {
    display: flex; }
  .teeth-examples__item {
    display: flex;
    height: 423px;
    position: relative; }
    @media (max-width: 767px) {
      .teeth-examples__item {
        height: 190px; } }
    .teeth-examples__item input[type="range"] {
      background: none;
      -webkit-appearance: none;
      height: 100px;
      left: 15%;
      position: absolute;
      top: 50%;
      width: calc(70% + 59px);
      margin-top: -50px;
      margin-left: -31px; }
      @media (max-width: 767px) {
        .teeth-examples__item input[type="range"] {
          margin-left: -19px;
          width: calc(70% + 35px);
          height: 80px;
          margin-top: -40px; } }
      .teeth-examples__item input[type="range"]::-webkit-slider-runnable-track {
        width: 100%;
        height: 0;
        cursor: pointer;
        box-shadow: none;
        background: transparent;
        border-radius: 0;
        border: 0px solid #000101; }
      .teeth-examples__item input[type="range"]::-webkit-slider-thumb {
        box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
        border: 0px solid #000000;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        background: url(images/bfa.svg) 50%/cover no-repeat;
        cursor: grab;
        -webkit-appearance: none;
        margin: -30px 0 0; }
        @media (max-width: 767px) {
          .teeth-examples__item input[type="range"]::-webkit-slider-thumb {
            height: 36px;
            width: 36px;
            margin: -18px 0 0; } }
      .teeth-examples__item input[type="range"]::-moz-range-track {
        width: 100%;
        height: 0;
        cursor: pointer;
        animate: 0.2s;
        box-shadow: none;
        background: red;
        border-radius: 0;
        border: 0px solid #000101; }
      .teeth-examples__item input[type="range"]::-moz-range-thumb {
        box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
        border: 0px solid #000000;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        background: url(images/bfa.svg) 50%/cover no-repeat;
        cursor: grab;
        position: relative;
        margin: 20px 0; }
        @media (max-width: 767px) {
          .teeth-examples__item input[type="range"]::-moz-range-thumb {
            height: 36px;
            width: 36px;
            margin: -18px 0 0; } }
      .teeth-examples__item input[type="range"]::-ms-track {
        width: 100%;
        height: 0;
        cursor: pointer;
        animate: 0.2s;
        background: transparent;
        border-color: transparent;
        border-width: 0;
        color: transparent; }
      .teeth-examples__item input[type="range"]::-ms-thumb {
        box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
        border: 0px solid #000000;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        background: url(images/bfa.svg) 50%/cover no-repeat;
        cursor: grab;
        margin: 20px 0; }
        @media (max-width: 767px) {
          .teeth-examples__item input[type="range"]::-ms-thumb {
            height: 36px;
            width: 36px;
            margin: 12px 0; } }
  .teeth-examples__item-before {
    flex: 1 1 auto;
    min-width: 15%; }
  .teeth-examples__item-after {
    flex: 0 0 100%; }
  .teeth-examples__item-before, .teeth-examples__item-after {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 15%;
    position: relative; }
    .teeth-examples__item-before img, .teeth-examples__item-after img {
      object-fit: cover; }
  .teeth-examples__item-before {
    border-radius: 20px 0 0 20px; }
  .teeth-examples__item-after {
    border-radius: 0 20px 20px 0;
    max-width: 85%; }
    .teeth-examples__item-after:before {
      border-left: 2px solid #ffffff;
      bottom: 0;
      content: '';
      left: -2px;
      position: absolute;
      top: 0; }
  .teeth-examples__prev, .teeth-examples__next {
    background: url(images/arrow-right.svg) 50%/cover no-repeat;
    cursor: pointer;
    height: 48px;
    left: -97px;
    margin: -24px 0 0;
    outline: none;
    position: absolute;
    top: 50%;
    width: 25px; }
    @media (max-width: 1100px) {
      .teeth-examples__prev, .teeth-examples__next {
        display: none; } }
  .teeth-examples__next {
    left: auto;
    right: -97px; }
  .teeth-examples__prev {
    transform: rotate(-180deg); }
  .teeth-examples__pagination {
    display: none; }
    @media (max-width: 1100px) {
      .teeth-examples__pagination {
        display: flex;
        justify-content: center;
        padding: 15px 0;
        position: static; } }

.teeth-header {
  background: #0275c5 url(images/main.jpg) 50% 100% repeat-x;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 24px;
  line-height: 120%;
  margin: 0 0 48px;
  min-height: 380px; }
  @media (max-width: 1250px) {
    .teeth-header {
      margin-left: -20px;
      margin-right: -20px;
      padding: 0 20px; } }
  @media (max-width: 1100px) {
    .teeth-header {
      margin-bottom: 240px;
      min-height: 0; } }
  @media (max-width: 767px) {
    .teeth-header {
      font-size: 18px; } }
  .teeth-header:before {
    background: #0275c5;
    content: '';
    height: 200px;
    left: 0;
    position: absolute;
    right: 0;
    top: -200px;
    z-index: -1; }
  .teeth-header__wrap {
    margin: 0 auto;
    max-width: 1170px;
    padding: 24px 0 80px;
    position: relative; }
    @media (max-width: 1100px) {
      .teeth-header__wrap {
        padding-bottom: 120px; } }
    @media (max-width: 767px) {
      .teeth-header__wrap {
        padding-top: 0; } }
  .teeth-header__caption {
    margin: 0 0 12px; }
    @media (max-width: 1100px) {
      .teeth-header__caption {
        text-align: center; } }
    @media (max-width: 767px) {
      .teeth-header__caption {
        font-size: 20px;
        line-height: 22px;
        margin: 0 0 24px; } }
  .teeth-header__price-row {
    align-items: flex-end;
    display: flex;
    margin: 0 0 45px; }
    @media (max-width: 1100px) {
      .teeth-header__price-row {
        justify-content: center; } }
    @media (max-width: 767px) {
      .teeth-header__price-row {
        display: block;
        margin: 0 0 30px;
        text-align: center; } }
  .teeth-header__price-caption {
    margin: 0 17px 0 0; }
  .teeth-header__price {
    font-weight: bold;
    font-size: 55px;
    line-height: 100%;
    margin: 0 20px 0 0; }
    @media (max-width: 767px) {
      .teeth-header__price {
        font-size: 45px;
        line-height: 120%;
        margin: 0 0 25px; } }
  .teeth-header__sale {
    font-size: 20px;
    line-height: 120%;
    padding: 0 48px 0 37px;
    position: relative; }
    @media (max-width: 767px) {
      .teeth-header__sale {
        font-size: 16px;
        margin: 0 auto;
        max-width: 220px;
        padding: 0 30px 0 20px; } }
    .teeth-header__sale:before {
      background: #EC5A08;
      content: '';
      height: 65px;
      left: 0;
      position: absolute;
      right: 0;
      top: -18px;
      transform: rotate(-5.77deg); }
      @media (max-width: 767px) {
        .teeth-header__sale:before {
          height: 50px;
          top: -10px;
          transform: rotate(-5deg); } }
    .teeth-header__sale:after {
      background: #EC5A08;
      bottom: -15px;
      content: '';
      height: 65px;
      left: 0;
      position: absolute;
      right: 18px;
      transform: rotate(2.55deg); }
      @media (max-width: 767px) {
        .teeth-header__sale:after {
          bottom: -7px;
          height: 50px; } }
  .teeth-header__sale-number, .teeth-header__sale-caption {
    position: relative;
    z-index: 1; }
  .teeth-header__sale-number {
    font-weight: 300;
    font-size: 40px;
    line-height: 120%;
    margin: 0 0 5px; }
    @media (max-width: 767px) {
      .teeth-header__sale-number {
        margin: 0; } }
  .teeth-header__image {
    background: url(images/people.png) 50%/cover no-repeat;
    bottom: -48px;
    height: 440px;
    position: absolute;
    right: 0;
    width: 610px; }
    @media (max-width: 1100px) {
      .teeth-header__image {
        bottom: -240px;
        height: 320px;
        width: 442px;
        left: 50%;
        right: auto;
        margin-left: -265px; } }
  @media (max-width: 1100px) {
    .teeth-header__buttons {
      margin: 0 auto;
      max-width: 400px;
      text-align: center; } }
  @media (max-width: 1100px) {
    .teeth-header__buttons > *:first-child {
      margin: 0 0 15px; } }
  @media (max-width: 767px) {
    .teeth-header__more {
      height: 60px;
      line-height: 20px;
      padding: 9px 0;
      max-width: 210px;
      border-radius: 30px; } }
  .teeth-header h1 {
    color: #ffffff;
    font-size: 48px;
    line-height: 57px;
    margin: 0 0 5px !important; }
    @media (max-width: 1100px) {
      .teeth-header h1 {
        font-size: 32px !important;
        line-height: 40px !important;
        text-align: center; } }

.teeth-features {
  align-items: center;
  background: #279FF2;
  border-radius: 80px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  min-height: 100px;
  max-width: 1110px;
  padding: 15px 50px; }
  @media (max-width: 767px) {
    .teeth-features {
      border-radius: 20px;
      display: block;
      padding: 25px; } }
  .teeth-features__item {
    align-items: center;
    color: #ffffff;
    display: flex;
    font-weight: bold;
    font-size: 22px;
    line-height: 110%; }
    @media (max-width: 1100px) {
      .teeth-features__item {
        font-size: 19px;
        line-height: 120%; } }
    @media (max-width: 767px) {
      .teeth-features__item {
        margin: 20px 0 0; } }
    @media (max-width: 767px) {
      .teeth-features__item:first-child {
        margin: 0; } }
  .teeth-features__icon {
    margin: 0 15px 0 0; }
    @media (max-width: 1100px) {
      .teeth-features__icon {
        width: 80px;
        text-align: center;
        flex: 0 0 80px; } }
    .teeth-features__icon img {
      display: inline-block;
      vertical-align: middle; }

.teeth-form {
  margin-top: -20px; }
  @media (max-width: 767px) {
    .teeth-form {
      margin-top: 0; } }
  .teeth-form__row {
    margin: 20px 0 0; }
  .teeth-form__controls {
    align-items: center;
    display: flex;
    margin: 26px 0 0; }
    @media (max-width: 767px) {
      .teeth-form__controls {
        display: block;
        text-align: center; } }
  .teeth-form__button {
    margin: 0 26px 0 0; }
    @media (max-width: 767px) {
      .teeth-form__button {
        margin: 0 0 10px; } }
  .teeth-form__legend {
    color: #999999;
    font-size: 14px;
    flex: 1 1 auto;
    line-height: 16px; }
  .teeth-form__input {
    border: 1px solid #999999;
    box-sizing: border-box;
    border-radius: 30px;
    color: #999999;
    font-family: Circe;
    font-size: 18px;
    line-height: 22px;
    height: 54px;
    outline: none;
    padding: 16px 22px 14px;
    width: 100%; }

.teeth-indicators {
  background: #1e93e3;
  color: #ffffff;
  margin: 0 auto;
  max-width: 2560px;
  position: relative; }
  @media (max-width: 1250px) {
    .teeth-indicators {
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 20px;
      padding-right: 20px; } }
  .teeth-indicators:before {
    background: url(images/indicator-top.jpg) 50% 0 no-repeat;
    content: '';
    height: 50px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
    @media (max-width: 1100px) {
      .teeth-indicators:before {
        display: none; } }
  .teeth-indicators:after {
    background: url(images/indicator-bot.jpg) 50% 0 no-repeat;
    bottom: 0;
    content: '';
    height: 60px;
    left: 0;
    position: absolute;
    right: 0; }
    @media (max-width: 1100px) {
      .teeth-indicators:after {
        display: none; } }
  .teeth-indicators__wrap {
    margin: 0 auto;
    max-width: 1110px;
    padding: 110px 0 105px;
    position: relative;
    z-index: 1; }
    @media (max-width: 1100px) {
      .teeth-indicators__wrap {
        padding: 40px 0; } }
  .teeth-indicators__image {
    align-items: center;
    background: #ffffff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    height: 190px;
    margin: 0 0 15px;
    overflow: hidden; }
    .teeth-indicators__image img {
      display: inline-block; }
  .teeth-indicators__caption {
    font-weight: bold;
    font-size: 22px;
    line-height: 110%;
    margin: 0; }
    @media (max-width: 1100px) {
      .teeth-indicators__caption {
        margin: 0 !important; } }
  .teeth-indicators__pagination {
    display: none; }
    @media (max-width: 1100px) {
      .teeth-indicators__pagination {
        display: flex;
        margin: 25px 0 0;
        justify-content: center; } }

.teeth-legend {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  margin: -45px auto 60px;
  max-width: 1100px;
  text-align: center; }
  @media (max-width: 1100px) {
    .teeth-legend {
      line-height: 1.25em;
      margin-top: -5px;
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .teeth-legend {
      font-size: 18px; } }
  .teeth-legend_red {
    color: #ff5a00; }

.teeth-main {
  margin: 0 auto;
  max-width: 1110px;
  padding: 85px 0 55px; }
  @media (max-width: 1100px) {
    .teeth-main {
      padding: 45px 0 40px; } }
  @media (max-width: 767px) {
    .teeth-main {
      padding: 45px 0 50px; } }
  .teeth-main__features {
    position: relative; }
  .teeth-main__image {
    height: 342px;
    left: -171px;
    position: absolute;
    top: 75px;
    width: 342px; }
    @media (max-width: 1100px) {
      .teeth-main__image {
        position: static;
        max-width: 300px;
        height: auto;
        margin: 0 auto 25px;
        width: 100%; } }
    .teeth-main__image:before {
      background: rgba(174, 221, 254, 0.2);
      border-radius: 50%;
      bottom: -55px;
      content: '';
      left: -55px;
      position: absolute;
      right: -55px;
      top: -55px; }
      @media (max-width: 1100px) {
        .teeth-main__image:before {
          display: none; } }
    .teeth-main__image img {
      position: relative;
      z-index: 1; }
  .teeth-main__center {
    text-align: center; }
  .teeth-main__button {
    margin: 45px 0 0; }

.teeth-mfeatures {
  display: flex;
  flex-direction: column; }
  .teeth-mfeatures__item {
    color: #000;
    display: flex;
    margin: 25px 0 0;
    padding: 0 0 0 245px; }
    @media (max-width: 1100px) {
      .teeth-mfeatures__item {
        flex-direction: column;
        margin: 35px 0 0;
        padding-left: 0; } }
    .teeth-mfeatures__item_safety {
      padding-left: 285px; }
      @media (max-width: 1100px) {
        .teeth-mfeatures__item_safety {
          padding-left: 0; } }
    .teeth-mfeatures__item_cost .teeth-mfeatures__detail-wrap {
      height: 104px; }
    .teeth-mfeatures__item:first-child {
      margin: 0; }
    @media (max-width: 767px) {
      .teeth-mfeatures__item.js-showed .teeth-mfeatures__detail {
        display: block;
        padding-top: 15px; } }
    .teeth-mfeatures__item.js-showed .teeth-mfeatures__detail-wrap {
      height: auto !important; }
    .teeth-mfeatures__item.js-showed .teeth-mfeatures__more {
      display: none; }
    @media (max-width: 767px) {
      .teeth-mfeatures__item.js-showed .teeth-mfeatures__title:before {
        transform: rotate(-180deg); } }
  .teeth-mfeatures__preview {
    position: relative; }
    @media (max-width: 1100px) {
      .teeth-mfeatures__preview {
        padding-bottom: 30px;
        padding-left: 95px; } }
    @media (max-width: 767px) {
      .teeth-mfeatures__preview {
        padding: 0; } }
    .teeth-mfeatures__preview ul {
      list-style: none;
      margin: 0;
      padding: 0 !important; }
      @media (max-width: 767px) {
        .teeth-mfeatures__preview ul {
          padding-left: 25px !important; } }
      .teeth-mfeatures__preview ul li {
        font-size: 18px;
        line-height: 120%;
        margin: 0;
        position: relative; }
        .teeth-mfeatures__preview ul li:before {
          background: #BED259;
          border-radius: 50%;
          content: '';
          height: 6px;
          left: 0;
          position: absolute;
          width: 6px;
          top: 8px; }
  .teeth-mfeatures__detail {
    flex: 0 0 538px;
    margin-left: 70px; }
    @media (max-width: 1100px) {
      .teeth-mfeatures__detail {
        flex: 0 0 auto;
        margin: 0; } }
    @media (max-width: 767px) {
      .teeth-mfeatures__detail {
        display: none; } }
  .teeth-mfeatures__detail-wrap {
    font-size: 16px;
    height: 156px;
    line-height: 160%;
    margin: 0 0 5px;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media (max-width: 1100px) {
      .teeth-mfeatures__detail-wrap {
        height: auto; } }
    .teeth-mfeatures__detail-wrap p {
      font-size: 16px !important;
      line-height: 160% !important;
      margin: 13px 0 0 !important; }
      @media (max-width: 767px) {
        .teeth-mfeatures__detail-wrap p {
          line-height: 130% !important; } }
      .teeth-mfeatures__detail-wrap p:first-child {
        margin: 0 !important; }
  .teeth-mfeatures__more {
    color: #1467A5;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    line-height: 160%;
    position: relative; }
    @media (max-width: 1100px) {
      .teeth-mfeatures__more {
        display: none; } }
    .teeth-mfeatures__more:hover {
      text-decoration: underline; }
    .teeth-mfeatures__more:before {
      background: url(images/arrow.svg) 50%/cover no-repeat;
      content: '';
      height: 9px;
      margin: -3.5px 0 0;
      position: absolute;
      right: -18px;
      top: 50%;
      width: 13px; }
  .teeth-mfeatures__title {
    font-weight: bold;
    font-size: 28px;
    line-height: 110%;
    margin: 0 0 9px; }
    @media (max-width: 767px) {
      .teeth-mfeatures__title {
        color: #1467A5;
        font-size: 22px;
        margin: 0 0 5px;
        padding-left: 25px;
        position: relative; } }
    @media (max-width: 767px) {
      .teeth-mfeatures__title:before {
        background: url(images/small-arr.svg) 50%/cover no-repeat;
        content: '';
        height: 10px;
        left: 0;
        margin: -5px 0 0;
        position: absolute;
        top: 50%;
        width: 16px; } }
  .teeth-mfeatures__icon {
    background: #EBF2CD;
    border-radius: 50%;
    height: 80px;
    left: -95px;
    position: absolute;
    top: -10px;
    width: 80px; }
    @media (max-width: 1100px) {
      .teeth-mfeatures__icon {
        left: 0; } }
    @media (max-width: 767px) {
      .teeth-mfeatures__icon {
        display: none; } }
    .teeth-mfeatures__icon:before {
      background: #BED259;
      border-radius: 50%;
      content: '';
      bottom: 10px;
      left: 10px;
      position: absolute;
      right: 10px;
      top: 10px; }
    .teeth-mfeatures__icon:after {
      content: '';
      left: 50%;
      position: absolute;
      top: 50%;
      z-index: 1; }
    .teeth-mfeatures__icon_date:after {
      background: url(images/main_date.svg) 50%/cover no-repeat;
      height: 33px;
      margin: -16.5px 0 0 -13.5px;
      width: 27px; }
    .teeth-mfeatures__icon_safety:after {
      background: url(images/main_safety.svg) 50%/cover no-repeat;
      height: 45px;
      margin: -22.5px 0 0 -22.5px;
      width: 45px; }
    .teeth-mfeatures__icon_cost:after {
      background: url(images/main_cost.svg) 50%/cover no-repeat;
      height: 28px;
      margin: -14px 0 0 -11.5px;
      width: 23px; }

.teeth-prices {
  margin: 80px auto 0;
  max-width: 1110px; }
  @media (max-width: 1100px) {
    .teeth-prices {
      margin: 50px 0 0; } }
  .teeth-prices__table {
    display: table;
    margin: 40px 0 0;
    width: 100%; }
    @media (max-width: 767px) {
      .teeth-prices__table {
        margin-left: -20px;
        margin-right: -20px;
        margin-top: 0;
        width: calc(100% + 40px); } }
  .teeth-prices__tr {
    display: table-row; }
    .teeth-prices__tr_first .teeth-prices__td {
      padding-top: 24px; }
      @media (max-width: 767px) {
        .teeth-prices__tr_first .teeth-prices__td {
          padding-top: 16px; } }
  .teeth-prices__th, .teeth-prices__td {
    display: table-cell;
    vertical-align: middle; }
  .teeth-prices__th {
    background: #F7F7F7;
    padding: 20px;
    font-size: 22px;
    font-weight: bold;
    line-height: 110%; }
    @media (max-width: 767px) {
      .teeth-prices__th {
        font-size: 19px;
        line-height: 120%;
        padding: 12px 16px; } }
    .teeth-prices__th:first-child {
      border-radius: 8px 0 0 8px;
      width: 57%; }
      @media (max-width: 1100px) {
        .teeth-prices__th:first-child {
          border-radius: 0;
          flex-basis: 60%;
          width: 60%; } }
    @media (max-width: 1100px) {
      .teeth-prices__th:nth-child(2) {
        flex-basis: 40%;
        width: 40%; } }
    .teeth-prices__th:last-child {
      border-radius: 0 8px 8px 0; }
      @media (max-width: 1100px) {
        .teeth-prices__th:last-child {
          border-radius: 0; } }
    .teeth-prices__th span {
      color: #999999; }
  .teeth-prices__td {
    font-size: 18px;
    line-height: 120%;
    padding: 16px 0 16px 20px; }
    @media (max-width: 767px) {
      .teeth-prices__td {
        border-top: 1px solid #F7F7F7;
        font-size: 16px;
        line-height: 120%;
        padding-left: 16px; } }
    .teeth-prices__td:first-child {
      width: 57%; }
      @media (max-width: 1100px) {
        .teeth-prices__td:first-child {
          flex-basis: 60%;
          width: 60%; } }
    @media (max-width: 1100px) {
      .teeth-prices__td:nth-child(2) {
        flex-basis: 40%;
        padding-right: 10px;
        width: 40%;
        white-space: nowrap; } }
    .teeth-prices__td:last-child {
      padding-right: 20px; }
  .teeth-prices__caption {
    color: #999999;
    font-size: 16px; }
    @media (max-width: 767px) {
      .teeth-prices__caption {
        font-size: 13px;
        line-height: 100%;
        margin: 5px 0 0; } }
  .teeth-prices__legend {
    color: #111111;
    font-size: 13px;
    line-height: 19px;
    margin: 16px 0 4px; }
    .teeth-prices__legend span {
      color: #999999; }
  .teeth-prices__price {
    color: #111111;
    font-size: 22px;
    font-weight: bold;
    line-height: 110%; }
    @media (max-width: 767px) {
      .teeth-prices__price {
        font-size: 16px;
        line-height: 160%; } }
    .teeth-prices__price_credit {
      color: #279FF2; }

.teeth-ratings {
  margin: 0 auto;
  max-width: 1110px;
  padding: 30px 0 0; }
  @media (max-width: 767px) {
    .teeth-ratings {
      padding: 0; } }
  .teeth-ratings__sub-title {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }

.teeth-reviews {
  margin: 0 auto;
  max-width: 1110px;
  padding: 60px 0 0; }
  @media (max-width: 767px) {
    .teeth-reviews {
      padding: 35px 0 0; } }

.teeth-service {
  background: #1E93E4;
  border-radius: 150px;
  box-sizing: border-box;
  display: flex;
  height: 180px;
  margin: 90px auto 75px;
  max-width: 1100px;
  padding: 45px 90px 10px 285px;
  position: relative; }
  @media (max-width: 1100px) {
    .teeth-service {
      border-radius: 20px;
      display: block;
      height: auto;
      margin: 140px auto 35px;
      padding: 110px 30px 25px;
      text-align: center; } }
  .teeth-service_w-items {
    align-items: center;
    justify-content: space-between;
    padding: 10px 60px 10px 250px; }
    @media (max-width: 1100px) {
      .teeth-service_w-items {
        padding: 110px 30px 25px; } }
    .teeth-service_w-items .teeth-service__item {
      font-size: 19px;
      max-width: 180px;
      padding-right: 30px; }
      @media (max-width: 1100px) {
        .teeth-service_w-items .teeth-service__item {
          font-size: 22px;
          max-width: 100%;
          padding-right: 0; } }
    .teeth-service_w-items .teeth-all__button {
      border-radius: 6px;
      font-size: 16px;
      height: 40px;
      line-height: 20px;
      white-space: nowrap; }
  .teeth-service__image {
    align-items: center;
    background: #D6EEFE;
    border-radius: 50%;
    display: flex;
    height: 218px;
    left: 0;
    margin: -109px 0 0;
    justify-content: center;
    position: absolute;
    top: 50%;
    width: 218px; }
    @media (max-width: 1100px) {
      .teeth-service__image {
        height: 180px;
        left: 50%;
        margin: -90px 0 0 -90px;
        top: 0;
        width: 180px; } }
    .teeth-service__image img {
      max-width: 50%;
      position: relative;
      z-index: 1; }
    .teeth-service__image:before {
      background: #ffffff;
      border-radius: 50%;
      bottom: 14px;
      content: '';
      left: 14px;
      position: absolute;
      right: 14px;
      top: 14px; }
  .teeth-service__caption {
    font-weight: bold;
    font-size: 35px;
    height: 180px;
    line-height: 110%;
    margin: 0 65px 0 0; }
    @media (max-width: 1100px) {
      .teeth-service__caption {
        height: auto;
        margin: 0 0 15px;
        text-align: center; } }
    @media (max-width: 767px) {
      .teeth-service__caption {
        font-size: 28px; } }
  .teeth-service__old-price {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: line-through; }
  .teeth-service__price {
    color: #ffffff;
    margin: 0 0 5px; }
    @media (max-width: 767px) {
      .teeth-service__price {
        margin: 0 auto 3px;
        max-width: 190px; } }
  .teeth-service__item {
    color: #ffffff;
    flex: 0 0 auto;
    font-size: 22px;
    font-weight: 500;
    line-height: 27px; }
    @media (max-width: 1100px) {
      .teeth-service__item {
        margin: 0 0 34px; } }
    .teeth-service__item s {
      opacity: 0.5; }
  .teeth-service__item-caption {
    margin: 0 0 20px; }

.teeth-section {
  margin: 0 auto;
  max-width: 1110px;
  padding: 60px 0; }
  @media (max-width: 767px) {
    .teeth-section {
      padding: 35px 0; } }

.teeth-stages {
  margin: 80px auto 75px;
  max-width: 1110px; }
  @media (max-width: 1100px) {
    .teeth-stages {
      margin: 50px 0; } }
  .teeth-stages__list {
    align-items: stretch;
    display: flex;
    justify-content: space-between;
    margin: 0 0 0 -30px; }
    @media (max-width: 1100px) {
      .teeth-stages__list {
        align-items: stretch;
        flex-wrap: wrap;
        margin: -30px 0 0 -30px; } }
    @media (max-width: 767px) {
      .teeth-stages__list {
        display: block;
        margin: 0; } }
  .teeth-stages__item {
    border: 1px solid #EAE6E0;
    border-radius: 20px;
    box-sizing: border-box;
    color: #000000;
    flex: 0 0 350px;
    padding: 30px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (max-width: 1100px) {
      .teeth-stages__item {
        flex: 0 0 calc(50% - 30px);
        margin: 30px 0 0 30px;
        text-align: center; } }
    @media (max-width: 767px) {
      .teeth-stages__item {
        margin: 10px 0 0;
        padding: 30px 20px 20px; } }
    @media (max-width: 767px) {
      .teeth-stages__item:first-child {
        margin: 0; } }
    .teeth-stages__item:nth-child(2) .teeth-stages__caption:before {
      content: '2'; }
    .teeth-stages__item:nth-child(3) .teeth-stages__caption:before {
      content: '3'; }
  .teeth-stages__caption {
    font-size: 16px;
    line-height: 160%;
    margin: 0 0 20px;
    padding: 0 0 0 76px;
    position: relative; }
    @media (max-width: 1100px) {
      .teeth-stages__caption {
        text-align: left; } }
    @media (max-width: 767px) {
      .teeth-stages__caption {
        line-height: 120%;
        padding-left: 65px; } }
    .teeth-stages__caption:before {
      color: #BED259;
      content: '1';
      font-size: 120px;
      left: 0;
      line-height: 120%;
      position: absolute;
      top: -20px; }
      @media (max-width: 767px) {
        .teeth-stages__caption:before {
          font-size: 110px;
          left: -5px; } }
  .teeth-stages__name {
    font-size: 28px;
    font-weight: bold;
    line-height: 110%;
    margin: 0 0 6px; }
    @media (max-width: 767px) {
      .teeth-stages__name {
        font-size: 22px;
        margin: 0 0 6px; } }
  .teeth-stages__image {
    border-radius: 20px;
    display: block;
    height: 210px;
    object-fit: cover;
    width: 310px; }
    @media (max-width: 1100px) {
      .teeth-stages__image {
        display: inline-block; } }

.teeth-video-reviews {
  margin: 64px 0 70px; }
  @media (max-width: 768px) {
    .teeth-video-reviews {
      margin-top: 32px;
      margin-bottom: 40px; } }
  .teeth-video-reviews__wrap {
    margin: 0 auto;
    max-width: 1100px; }
  .teeth-video-reviews__list {
    position: relative;
    overflow: hidden;
    z-index: 1; }
  .teeth-video-reviews__item {
    cursor: pointer;
    position: relative;
    max-width: 580px; }
    @media (max-width: 768px) {
      .teeth-video-reviews__item {
        max-width: 380px; } }
    .teeth-video-reviews__item:before {
      background: url(images/play.svg) 50%/cover no-repeat;
      content: '';
      height: 64px;
      left: 50%;
      margin: -32px 0 0 -32px;
      position: absolute;
      top: 50%;
      width: 64px;
      z-index: 1;
      transition: all .3s ease-in-out; }
      @media (max-width: 414px) {
        .teeth-video-reviews__item:before {
          height: 50px;
          margin: -25px 0 0 -25px;
          width: 50px; } }
    .teeth-video-reviews__item:after {
      background: #000000;
      bottom: 0;
      content: '';
      top: 0;
      left: 0;
      opacity: 0;
      position: absolute;
      right: 0;
      transition: all .3s ease-in-out; }
    .teeth-video-reviews__item:hover:before {
      transform: scale(1.2); }
    .teeth-video-reviews__item:hover:after {
      opacity: 0.5; }
    .teeth-video-reviews__item img {
      display: block;
      height: 100%;
      object-fit: cover;
      width: 100%; }

.teeth-why {
  background: #F5F5F5;
  padding: 45px 0; }
  @media (max-width: 1250px) {
    .teeth-why {
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .teeth-why {
      padding-top: 25px;
      padding-bottom: 25px; } }
  .teeth-why__wrap {
    margin: 0 auto;
    max-width: 1110px; }
  .teeth-why__title {
    margin: 0 0 20px; }
  .teeth-why__list {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .teeth-why__list {
        display: block; } }
  .teeth-why__item {
    border-right: 1px solid #EAE6E0;
    border-top: 1px solid #EAE6E0;
    box-sizing: border-box;
    color: #000000;
    flex: 0 0 33%;
    font-size: 16px;
    line-height: 120%;
    padding: 35px 45px 30px; }
    @media (max-width: 1100px) {
      .teeth-why__item {
        flex-basis: 50%; } }
    @media (max-width: 767px) {
      .teeth-why__item {
        border: 0 !important;
        margin: 20px 0 0;
        padding: 0 0 0 70px !important;
        position: relative; } }
    @media (max-width: 767px) {
      .teeth-why__item:first-child {
        margin-top: 0; } }
    .teeth-why__item:nth-child(1), .teeth-why__item:nth-child(2), .teeth-why__item:nth-child(3) {
      border-top: 0;
      padding-top: 15px; }
    @media (max-width: 1100px) {
      .teeth-why__item:nth-child(3) {
        border-top: 1px solid #EAE6E0;
        padding-top: 35px; } }
    .teeth-why__item:nth-child(3n) {
      border-right: 0; }
      @media (max-width: 1100px) {
        .teeth-why__item:nth-child(3n) {
          border-right: 1px solid #EAE6E0; } }
    @media (max-width: 1100px) {
      .teeth-why__item:nth-child(2n) {
        border-right: 0; } }
    .teeth-why__item:nth-child(4), .teeth-why__item:nth-child(5), .teeth-why__item:nth-child(6) {
      padding-bottom: 20px; }
    @media (max-width: 1100px) {
      .teeth-why__item:nth-child(4) {
        padding-bottom: 30px; } }
  .teeth-why__caption {
    font-weight: bold;
    font-size: 28px;
    line-height: 50px;
    margin: 0 0 10px;
    padding: 0 0 0 70px;
    position: relative; }
    @media (max-width: 767px) {
      .teeth-why__caption {
        font-size: 22px;
        line-height: 110%;
        margin: 0 0 5px;
        padding: 0;
        position: static; } }
  .teeth-why__icon {
    align-items: center;
    display: flex;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      .teeth-why__icon {
        align-items: flex-start;
        justify-content: center;
        top: 0;
        transform: none;
        width: 62px; } }

.implants__condition-item {
  margin-bottom: 0 !important;
  padding-left: 25px !important; }

@media (max-width: 768px) {
  .banner {
    margin: 0 -20px; } }

@media (max-width: 767px) {
  .gallery_review-section .gallery_review-slider {
    margin: 0 -20px; } }

.gallery_review-section h2.section__title {
  color: #111111;
  font-weight: bold;
  font-size: 30px !important;
  line-height: 100% !important;
  margin: 0 0 35px !important;
  text-align: center; }
  @media (max-width: 1100px) {
    .gallery_review-section h2.section__title {
      font-size: 24px !important; } }
  @media (max-width: 767px) {
    .gallery_review-section h2.section__title {
      font-size: 18px !important;
      line-height: 110% !important;
      margin: 0 0 25px !important; } }

.c-header {
  border-radius: 0;
  box-shadow: none; }

.teeth-header {
  padding-top: 20px; }
