/* Priority: 901 */
/* Citydent homepage styles. */

body.home .citydent-services {
  position: relative;
  z-index: 0;
  padding-top: 96px;
  padding-bottom: 120px;
  background: #eeeff3;
  box-shadow: 0 0 0 100vmax #eeeff3;
  clip-path: inset(0 -100vmax);
}
body.home .citydent-services__grid {
  gap: 24px;
  align-items: stretch;
}
body.home .citydent-services__grid > .vc_column_container {
  display: flex;
  min-width: 0;
}
body.home .citydent-service-card {
  --cardIndentTop: 24px;
  --cardIndentRight: 24px;
  --cardIndentBottom: 0;
  --cardIndentLeft: 24px;
  height: 100%;
  min-height: 0;
  background: #fff;
  border: 0;
}
body.home .citydent-service-card .citydent-card-hover-action {
  bottom: 20px;
  left: 20px;
}
body.home .citydent-service-card > .tag-group-container {
  gap: 8px !important;
  margin-top: 28px;
  padding-bottom: 32px;
}
body.home .citydent-service-card .tag-item {
  display: inline-flex;
  align-items: center;
  width: auto;
  height: 28px;
  min-height: 28px;
  padding: 0 8px !important;
  color: var(--mainColor);
  line-height: 20px;
  background: rgba(0, 0, 15, 0.04);
  border: 0;
  border-radius: 4px;
}
body.home .citydent-service-card > .citydent-service-card__image {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: auto;
  aspect-ratio: 440 / 248;
  object-fit: cover;
}
@media (max-width: 991px) {
  body.home .citydent-services {
    padding-top: 48px;
    padding-bottom: 60px;
  }
  body.home .citydent-services__grid {
    gap: 16px;
  }
  body.home .citydent-services__grid > .vc_column_container {
    grid-column: span 12 !important;
  }
  body.home .citydent-service-card {
    --cardIndentTop: 20px;
    --cardIndentRight: 20px;
    --cardIndentBottom: 0;
    --cardIndentLeft: 20px;
    border-radius: var(--roundedM);
  }
  body.home .citydent-service-card .citydent-card-hover-action {
    opacity: 1;
    transform: translateY(0);
  }
  body.home .citydent-service-card > .tag-group-container {
    margin-top: 23px;
    padding-bottom: 24px;
  }
  body.home .citydent-service-card .tag-item {
    padding-right: 10px !important;
    padding-left: 10px !important;
    line-height: 16px;
  }
  body.home .citydent-services__grid > .vc_column_container:nth-child(9) .tag-group-container {
    padding-bottom: 22px;
  }
  body.home .citydent-service-card > .citydent-service-card__image {
    aspect-ratio: 361 / 203;
  }
}

@media (max-width: 767px) {
  body.home .citydent-services__grid > .service-card--lechenie-zubov {
    order: 1;
  }
  body.home .citydent-services__grid > .service-card--protezirovanie-zubov {
    order: 2;
  }
  body.home .citydent-services__grid > .service-card--implantatsiya-zubov {
    order: 3;
  }
  body.home .citydent-services__grid > .service-card--ortodontiya {
    order: 4;
  }
  body.home .citydent-services__grid > .service-card--gigiena-i-otbelivanie {
    order: 5;
  }
  body.home .citydent-services__grid > .service-card--hirurgicheskaya-stomatologiya {
    order: 6;
  }
  body.home .citydent-services__grid > .service-card--detskaya-stomatologiya {
    order: 7;
  }
  body.home .citydent-services__grid > .service-card--lechenie-desen {
    order: 8;
  }
  body.home .citydent-services__grid > .service-card--diagnostika-i-konsultatsii {
    order: 9;
  }
}

body.home .citydent-promotions__header {
  align-items: end;
}
body.home .citydent-promotions__header > .vc_column_container:last-child {
  display: flex;
  align-items: end;
  justify-content: flex-end;
}
body.home .citydent-promotions__header .link {
  margin: 0;
}
body.home .citydent-promotions__grid {
  align-items: stretch;
}
body.home .citydent-promotions__grid > .article-item {
  display: flex;
  min-width: 0;
}
body.home .citydent-promo-card {
  --cardIndentTop: 28px;
  --cardIndentRight: 32px;
  --cardIndentBottom: 0;
  --cardIndentLeft: 24px;
  width: 100%;
  overflow: hidden;
  color: #00000f;
  border: 0;
  border-radius: 16px;
}
body.home .citydent-promo-card--blue {
  background: rgba(182, 217, 224, 0.16);
}
body.home .citydent-promo-card--peach {
  background: #fdf6f1;
}
body.home .citydent-promo-card--gray {
  background: #f5f5f7;
}
body.home .citydent-promo-card > .tag-group-container {
  gap: 0 !important;
  width: 123px;
  margin: 28px 0 0 24px;
  padding: 0;
}
body.home .citydent-promo-card .tag-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 28px;
  min-height: 28px;
  padding: 0 8px !important;
  color: #00000f;
  background: #fff;
  border: 0;
  border-radius: 4px;
  backdrop-filter: blur(8px);
}
body.home .citydent-promo-card > .citydent-promo-card__meta {
  width: 100%;
  margin-top: 25px;
}
body.home .citydent-promo-card > .xleb-button-wrapper {
  margin-top: 21px;
}
body.home .citydent-promo-card .citydent-promo-card__button {
  --btnDefaultBg: var(--primary500);
  --btnDefaultColor: var(--contentOnPrimary);
  --btnDefaultHoverBg: var(--primary600);
  min-width: 0;
}
body.home .citydent-promo-card > .citydent-promo-card__image {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 32px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  mix-blend-mode: darken;
}
body.home .citydent-promo-card--blue > .citydent-promo-card__image {
  width: 100.11%;
  margin-left: 2.66%;
}
body.home .citydent-promo-card--peach > .citydent-promo-card__image {
  width: 100%;
  margin-left: 10.43%;
}
@media (max-width: 991px) {
  body.home .citydent-promotions__header > .vc_column_container {
    grid-column: span 12 !important;
  }
  body.home .citydent-promotions__header > .vc_column_container:last-child {
    align-items: flex-start;
    justify-content: flex-start;
  }
  body.home .citydent-promo-card {
    --cardIndentTop: 24px;
    --cardIndentRight: 28px;
    --cardIndentBottom: 0;
    --cardIndentLeft: 20px;
  }
  body.home .citydent-promo-card > .tag-group-container {
    width: 110px;
    margin-top: 24px;
    margin-left: 20px;
  }
  body.home .citydent-promo-card > .citydent-promo-card__meta {
    margin-top: var(--gapX5);
  }
  body.home .citydent-promo-card > .xleb-button-wrapper {
    margin-top: var(--gapX7);
  }
  body.home .citydent-promo-card > .citydent-promo-card__image {
    margin-top: var(--gapX6);
  }
}

body.home .citydent-contact {
  position: relative;
  z-index: 0;
  gap: 24px;
  margin-top: 0 !important;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
  background: #0059b7;
  box-shadow: 0 0 0 100vmax #0059b7;
  clip-path: inset(0 -100vmax);
}
body.home .citydent-contact,
body.home .citydent-contact a,
body.home .citydent-contact h2,
body.home .citydent-contact p {
  color: #fff;
}
body.home .citydent-contact__description {
  width: 552px;
  max-width: 100%;
}
body.home .citydent-contact__fields {
  min-width: 0;
}
body.home .citydent-contact .xleb-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 16px;
  width: 100%;
  height: 316px;
}
body.home .citydent-contact .xleb-form > .row-name {
  grid-column: 1;
}
body.home .citydent-contact .xleb-form > .row-phone {
  grid-column: 2;
}
body.home .citydent-contact .xleb-form > .row-problem,
body.home .citydent-contact .xleb-form > .citydent-contact__agreement,
body.home .citydent-contact .xleb-form > .row-submit {
  grid-column: 1 / -1;
}
body.home .citydent-contact .xleb-form > .row-submit {
  width: max-content;
  margin-top: 16px;
}
body.home .citydent-contact .xleb-form .input-box > label:empty {
  display: none;
}
body.home .citydent-contact .xleb-form input:not([type=submit], [type=checkbox], [type=hidden]),
body.home .citydent-contact .xleb-form textarea {
  width: 100%;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  border: 0;
  border-radius: 4px;
  outline: 0;
}
body.home .citydent-contact .xleb-form input:not([type=submit], [type=checkbox], [type=hidden]) {
  height: 48px;
  padding: 0 16px;
}
body.home .citydent-contact .xleb-form textarea {
  height: 120px;
  padding: 12px 16px;
}
body.home .citydent-contact .xleb-form input::placeholder,
body.home .citydent-contact .xleb-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.78);
  opacity: 1;
}
body.home .citydent-contact .citydent-contact__agreement {
  align-items: flex-start;
  gap: 12px;
  min-height: 24px;
}
body.home .citydent-contact .citydent-contact__agreement input[type=checkbox] {
  box-sizing: border-box;
  flex: 0 0 24px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  padding: 0;
  border: 1.2px solid rgba(255, 255, 255, 0.25);
  border-radius: 2px;
}
body.home .citydent-contact .citydent-contact__agreement label {
  padding-top: 2px;
  color: #fff;
  font-size: var(--textSsize);
  line-height: 20px;
}
body.home .citydent-contact .citydent-contact__agreement a {
  text-decoration-color: rgba(255, 255, 255, 0.38);
  text-underline-offset: 2px;
}
body.home .citydent-contact .row-submit input[type=submit] {
  width: max-content;
  height: 48px;
  padding: 0 20px;
  color: var(--primary500);
  font-size: var(--textMsize);
  background: var(--white);
  border: 0;
  border-radius: var(--roundedXS);
  opacity: 1;
}
body.home .citydent-contact .row-submit input[type=submit]:disabled {
  color: var(--primaryOpacity500);
  background: var(--whiteOpacity500);
  opacity: 1;
}
@media (max-width: 991px) {
  body.home .citydent-contact {
    gap: 32px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  body.home .citydent-contact > .vc_column_container {
    grid-column: span 12 !important;
  }
  body.home .citydent-contact .xleb-form {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    height: auto;
  }
  body.home .citydent-contact .xleb-form > .row-name,
  body.home .citydent-contact .xleb-form > .row-phone,
  body.home .citydent-contact .xleb-form > .row-problem,
  body.home .citydent-contact .xleb-form > .citydent-contact__agreement,
  body.home .citydent-contact .xleb-form > .row-submit {
    grid-column: 1;
  }
  body.home .citydent-contact .xleb-form > .citydent-contact__agreement {
    margin-top: 4px;
  }
  body.home .citydent-contact .xleb-form > .row-submit {
    width: 100%;
    margin-top: 16px;
  }
  body.home .citydent-contact .xleb-form input:not([type=submit], [type=checkbox], [type=hidden]) {
    height: 44px;
    padding: 0 12px;
  }
  body.home .citydent-contact .xleb-form textarea {
    height: 92px;
    padding: 10px 12px;
  }
  body.home .citydent-contact .citydent-contact__agreement input[type=checkbox] {
    flex-basis: 20px;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
  }
  body.home .citydent-contact .citydent-contact__agreement label {
    padding-top: 0;
  }
  body.home .citydent-contact .row-submit input[type=submit] {
    width: 100%;
    height: 44px;
  }
}

.citydent-quote {
  align-items: stretch;
}
.citydent-quote__media,
.citydent-quote__copy,
.citydent-quote__media > .vc_column-inner,
.citydent-quote__media > .vc_column-inner > .wpb_wrapper,
.citydent-quote__copy > .vc_column-inner,
.citydent-quote__copy > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}
.citydent-quote__media {
  aspect-ratio: 4 / 5;
  position: relative;
}
.citydent-quote__media > .vc_column-inner > .wpb_wrapper {
  aspect-ratio: 4 / 5;
  position: relative;
}
.citydent-quote__image {
  display: block;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: bottom center;
  width: 100%;
}
.citydent-quote__play {
  align-items: center;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex !important;
  height: 80px;
  justify-content: center;
  left: 28px;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  top: 28px;
  width: 80px;
  z-index: 2;
  -webkit-backdrop-filter: blur(12px);
}
.citydent-quote__copy,
.citydent-quote__copy > .vc_column-inner > .wpb_wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.citydent-quote__mark {
  display: block;
  height: 102px;
  width: 134px;
}
.citydent-quote__text {
  padding-right: 0;
}
.citydent-quote__author {
  margin-top: 40px;
}

.as-134-102{
  aspect-ratio: 134/102;
}

.citydent-site-header--overlay .citydent-site-header__contacts .citydent-site-header__contact-list > *:not(:hover){
  color: var(--whiteOpacity800) !important;
}

.citydent-site-header--overlay .citydent-site-header__contacts .citydent-site-header__contact-list > *:hover{
  color: var(--white) !important;
}

.citydent-site-header--overlay .citydent-site-header__socials > a:has(i){
  color: var(--whiteOpacity800);
}

.slider-controls:has(.swiper-button-lock){
  display: none;
}

.citydent-quote__position {
  color: var(--contentOpacityColor);
  margin-top: 12px;
}
@media (max-width: 991px) {
  .citydent-quote {
    align-items: stretch;
  }
  .citydent-quote__spacer {
    display: none;
  }
  .citydent-quote__media,
  .citydent-quote__copy,
  .citydent-quote__media > .vc_column-inner,
  .citydent-quote__media > .vc_column-inner > .wpb_wrapper,
  .citydent-quote__copy > .vc_column-inner,
  .citydent-quote__copy > .vc_column-inner > .wpb_wrapper {
    height: auto;
  }
  .citydent-quote__play {
    height: 60px;
    left: 20px;
    top: 20px;
    width: 60px;
  }
  .citydent-quote__mark {
    height: 46px;
    margin-bottom: 32px;
    width: 60px;
  }
  .citydent-quote__author {
    margin-top: 32px;
  }
}

.citydent-article-card {
  align-items: flex-start;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: var(--gapX5);
  text-decoration: none;
}
.citydent-article-card:hover,
.citydent-article-card:focus {
  color: inherit;
}
.citydent-article-card__image {
  aspect-ratio: 3 / 2;
  display: block;
  object-fit: cover;
  width: 100%;
}
.citydent-article-card__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: var(--gapX4);
}
.citydent-article-card__meta {
  align-items: center;
  color: var(--contentOpacityColor);
  display: flex;
  flex-wrap: wrap;
  gap: var(--gapX4);
}
.citydent-article-card__meta-item {
  align-items: center;
  display: inline-flex;
  gap: var(--gapX1);
  white-space: nowrap;
}
.citydent-article-card__meta-item .ph {
  font-size: 20px;
}
@media (min-width: 992px) {
  .citydent-articles .swiper {
    overflow: hidden !important;
  }
}
@media (max-width: 991px) {
  .citydent-article-card {
    gap: var(--gapX4);
  }
}
