@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe-v2/Circe-Regular.eot");
  src: local("Circe"), local("Circe-Regular"),
    url("../fonts/Circe-v2/Circe-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe-v2/Circe-ExtraLight.eot");
  src: local("Circe Thin"), local("Circe-Thin"),
    url("../fonts/Circe-v2/Circe-Thin.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe-v2/Circe-Thin.eot");
  src: local("Circe Thin"), local("Circe-Thin"),
    url("../fonts/Circe-v2/Circe-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe-v2/Circe-Light.eot");
  src: local("Circe Light"), local("Circe-Light"),
    url("../fonts/Circe-v2/Circe-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe-v2/Circe-Bold.eot");
  src: local("../fonts/Circe-v2/Circe Bold"),
    local("../fonts/Circe-v2/Circe-Bold"),
    url("../fonts/Circe-v2/Circe-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe-v2/Circe-ExtraBold.eot");
  src: local("../fonts/Circe-v2/Circe ExtraBold"), local("Circe-ExtraBold"),
    url("../fonts/Circe-v2/Circe-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

:root {
  --default-violet: #894c9d;
  --darker-violet: #753889;
  --pseudo-black: #343434;
  --deep-pink: #ec2788;
  --default-violet-07: rgb(137, 76, 157, 0.7);
  --default-violet-05: rgb(137, 76, 157, 0.5);
  --default-violet-03: rgb(137, 76, 157, 0.3);
  --default-violet-02: rgb(137, 76, 157, 0.2);
}

html,
body {
  margin: 0;
  padding: 0;
}

*:focus,
*:active {
  outline: none;
  border: none;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  background: #f6f6f6;
  overflow-x: clip;
}

body,
*,
*:after,
*:before {
  box-sizing: border-box;
  font-family: "Circe";
}

.max-width {
  width: 100%;
  max-width: 1240px;
  padding: 0 30px;
  margin: 0 auto;
}

picture {
  display: flex;
  align-items: center;
  justify-content: center;
}

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

a {
  text-decoration: none;
}

.btn {
  outline: none;
  padding: 16px 29px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  background: transparent;
  border: 1px solid var(--default-violet);
  color: var(--default-violet);
  border-radius: 30px;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
}

.btn.no-hover {
  cursor: default;
}

.btn:not(.no-hover):hover {
  background-color: var(--default-violet);
  color: #fff;
  cursor: pointer;
}

.btn-violet {
  border: 1px solid var(--default-violet);
  background: var(--default-violet);
  color: #fff;
}

.btn-violet:not(.no-hover):hover {
  background: var(--darker-violet);
  border-color: var(--darker-violet);
}

.btn-pink {
  border: 1px solid #d75c98;
  background: #d75c98;
  color: #fff;
}

.btn-white {
  border: 1px solid #fff;
  background: #fff;
  color: var(--default-violet);
}

.btn-white-transparent {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-white:not(.no-hover):hover {
  border: 1px solid var(--default-violet);
  background: var(--default-violet);
  color: #fff;
}

.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
  content: none;
}

.header-content-wrapper {
  position: relative;
}

.header-content-wrapper__max-width {
  position: relative;
  max-width: 1790px;
  margin: 0 auto;
}

.header-content {
  position: fixed;/**/
  z-index: 15;/**/
  top: 0;/**/
  width: 100%;/**/
  padding: 22px 0;
}

.header-content::before {/**/
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 164px;
  background: linear-gradient(to bottom, rgba(0,0,0,.7), transparent);
  content: "";
  pointer-events: none;
}

@media (max-width: 768px) {
  .header-content::before {
    max-height: 100%;
  }
}

.header-content.mobile-menu-opened {
  position: static !important;
  background-color: #fff;
}
.header-content.mobile-menu-opened::before {
  content: none;
}

.header_title {
  /**/
  margin-top: 170px;
  /**/
}
.hasImage .header_title {
   /**/
   margin-top: 0;
   /**/
 }

.header_white .breadcrumbList svg {
  stroke: #894C9D;
}
.header_white .hasImage .breadcrumbList svg {
  stroke: #ffffff;
}

.hasImage .header-content {
  /*position: absolute;*/
  position: fixed;/**/
  z-index: 10;
  width: 100%;
}

.header-actions-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-actions {
  display: flex;
  column-gap: 30px;
  align-items: center;
}

.header_fixed-actions {
  display: flex;
  column-gap: 24px;
  align-items: center;
}

.header-actions-phone {
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
  padding: 0 8px;
  color: var(--default-violet);
}

.header-actions-phone:hover {
  text-decoration: underline;
}

.header_white .header-actions-phone {
  color: #fff;
}

.header-menu-wrapper {
  margin-top: 10px;
  border-top: 1px solid var(--default-violet);
  padding: 0 50px;
}

.header_white .header-menu-wrapper {
  border-color: #fff;
}

.header_fixed .header-menu-wrapper {
  margin: 0;
  border: none;
  padding: 0 58px;
}

.header_fixed-menu {
  flex-grow: 1;
}

.header-menu-wrapper ul,
.header-menu-wrapper li {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

.header_fixed .header-menu {
  column-gap: ;
}

li.header-menu-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  padding-top: 14px;
}

.header_white .header-menu-item > svg {
  stroke: #fff;
}

.header_fixed li.header-menu-item {
  padding: 0;
}

.header-menu-item-icon {
  display: flex;
}

.header-menu-item a {
  color: var(--default-violet);
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
}

.header-menu-item a:hover {
  text-decoration: underline;
}

.header_white .header-menu-item > a {
  color: #fff;
}

ul.header-submenu {
  /* display: none; */
  visibility: hidden;
  position: absolute;
  top: 100%;
  /* left: -100vw; */
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px -2px 24px 0px rgba(153, 153, 153, 0.15);
  /* display: flex;
    align-items: flex-start;
    justify-content: space-between; */
  column-count: 4;
  min-width: 1030px;
  max-width: 100vw;
  padding: 20px 25px 30px;
  column-gap: 20px;
}

.header-menu-item:hover .header-submenu {
  visibility: visible;
  opacity: 1;
}


.header-submenu-item:not(:first-child) {
  margin-top: 30px;
}

.header-submenu-item a {
  color: var(--pseudo-black);
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
  text-transform: unset;
  display: block;
}

.header-submenu-column {
  min-width: 230px;
  max-width: 230px;
}

.header-submenu-column-tablet {
  display: none;
}

ul.header-subsubmenu {
  margin-top: 10px;
}

.header-subsubmenu-item > a {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.header_image {
  max-width: 1790px;
  /* max-height: 900px;
    overflow: hidden; */
  padding-top: 10px;
  margin: 0 auto;

  /*&::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3;
    content: "";
  }*/
}

.header_image video {
	display: block;
	width: 100%;	
	height: 100%;
	object-fit: cover;
}

.team-dir .header_image {
  &::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3;
    content: "";
  }
}

@media (min-width: 768px) {
  .header_image img {
    object-fit: cover;
  }
}
@media (min-width: 768px) {
  .header_image, .header_image img, .header_image picture, .header-content-wrapper__max-width {
    width: 100%;
    max-width: 100%;
    height: 100vh;
  }
}


.header_fixed {
  position: fixed;
  top: -100%;
  width: 100%;
  /* transition: top 0.3s ease-in-out; */
  z-index: 11;
  background: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(153, 153, 153, 0.02);
}

.header_fixed.fix {
  top: 0;
}

.header_fixed-content {
  display: flex;
  align-items: center;
  padding: 14px 0 15px;
}

.header-actions-mobile-phone, .header-actions-mobile-phone-box {
  display: none;
}

.header-actions-logo {
  display: flex;
}

.header_white .coloured,
.header_coloured .white {
  display: none;
}

.header_coloured .hasImage .header-content {
  /*background: #fff;*/
}

.mobile_menu,
.header-burger-mobile {
  display: none;
}

.hasImage .header_title {
  position: absolute;
  width: 100%;
  top: calc(50% - 10px);
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  z-index: 2;
}

.hasButton.header_title .max-width .btn {
  padding: 16px 57px;
}

.header-swiper
  .swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.header-swiper
  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  bottom: 242px;
}

.header-swiper .swiper-pagination-bullet, .case .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.4;
  width: 8px;
  height: 8px;
}

.header-swiper
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-prev,
.header-swiper
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-next {
  transform: scale(1);
}

.header-swiper .swiper-pagination-bullet-active, .case .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.header-swiper .swiper-pagination-bullet, .case .swiper-pagination-bullet {
position:  static !important;
  background: #fff;
  opacity: 1;
  transform: scale(1) !important;
left: unset !important;
}

@media (min-width: 768px) {
  .case .swiper-pagination {
    display: none;
  }
}

.header-swiper .swiper-button-next,
.header-swiper .swiper-button-prev {
  width: 12px;
  height: 30px;
}

.header-swiper .swiper-button-next {
  right: 40px;
}

.header-swiper .swiper-button-prev {
  left: 40px;
}

@media (max-width: 768px) {
  .header-swiper .swiper-button-next,
  .header-swiper .swiper-button-prev {
    display: none;
  }

  .hasButton.header_title {
    top: calc(50% + 84px);
  }

  .hasButton.header_title .max-width {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 150px 0;
  }

  .hasImage .hasButton.header_title h1,
  .hasImage .hasButton.header_title .h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 4.56px;
  }

  .hasButton.header_title .max-width .btn {
    margin-top: 0;
  }
  
  .header_title--team-mobile-bg {
    margin: 10px 15px 20px;
    padding: 97px 30px;
    border-radius: 24px;
    background-image: url('/local/templates/dentamed_wpnew/assets/images/team/team-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .header_title--team-mobile-bg .breadcrumbList a,
  .header_title--team-mobile-bg .breadcrumbList span,
  .header_title--team-mobile-bg h1 {
    color: #fff !important;
  }
}

@media (max-width: 768px) {
  .hasImage .hasButton.header_title h1,
  .hasImage .hasButton.header_title .h1 {
    font-size: 48px;
  }
}

h3 {
  margin: 0;
}

.header__cities-dropdown {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0;
  border:  none;
  background-color: transparent;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  color:#fff;
}

.header__cities-dropdown-current {
  overflow: hidden;
  text-overflow: ellipsis;
}

.header__cities-dropdown-chevron {
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 6px;
  flex-shrink: 0;
}

.header_fixed.fix .header__cities-dropdown,
.header__cities-dropdown--violet,
.header_coloured .header__cities-dropdown {
  color: #894c9d;
}

.header__cities-dropdown-chevron--violet {
  display: none;
}

.header_coloured .header__cities-dropdown-chevron--violet {
  display: block;
}

.header_coloured .header__cities-dropdown-chevron--white {
  display: none;
}

.header_title h1,
.header_title .h1 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 52px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--default-violet);
}

.hasImage .header_title h1,
.hasImage .header_title .h1 {
  margin: 0;
  font-size: 96px;
  line-height: 120%;
  /* letter-spacing: 9.12px; */
  color: #fff;
}

.hasImage .header_subtitle {
  margin-top: -7px;
  font-size: 26px;
  font-weight: 400;
  line-height: 100%;
  color: #fff;
  max-width: 557px;
  margin: 0 auto;
}

.noImage .header_sub_button {
  display: none;
}

.header_sub_button-icon {
  display: flex;
}

.hasImage .header_sub_button {
  margin-top: 30px;
  display: inline-flex;
}

.content {
  flex-grow: 1;
}

.standart_block {
  margin-top: 100px;
}

.standart_block.no-mt {
  margin-top: 0;
}

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

h2,
.standart_block-title h2,
.standart_block-title .h2 {
  margin: 0;
  color: var(--default-violet);
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.shorts-page .standart_block-title h2 {
  text-transform: none;
}

.standart-block {
  margin-bottom: 50px;
}

.standart_block-link.btn {
  font-size: 22px;
  padding: 14px 29px;
}

.standart_block-links {
  display: flex;
  column-gap: 10px;
}

.standart_block-links-mobile {
  display: none;
}

.form-content {
  padding: 40px;
}

.modal-content .form-content {
  padding: 0;
}

.modal-content .form-content .standart_block-title {
  justify-content: center;
}

.form-desc {
  margin-top: 10px;
  color: var(--pseudo-black);
  font-size: 22px;
}

.form-fields {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}

.form-select,
.form-text {
  border-radius: 30px;
  border: 1px solid rgba(137, 76, 157, 0.2);
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease-in-out;
}

.form-text,
.form-selected {
  padding: 14px 23px;
}

.form-select {
  width: calc(50% - 4px);
  position: relative;
}

.form-select.active {
  border-radius: 30px 30px 0px 0px;
  border: 1px solid rgba(137, 76, 157, 0.2);
  background: #fff;
}

.form-text {
  width: 100%;
  padding: 9px 23px 10px;
}

.form-text input,
.form-text textarea {
  border: none;
  background: none;
  outline: unset;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.form-selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.form-selected-arrow {
  display: flex;
}

.form-selected-text,
.form-text input,
.form-text textarea {
  color: #894c9d;
  font-size: 18px;
  line-height: 100%;
}

.form-select-values {
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  left: -1px;
  width: calc(100% + 2px);
  border-radius: 0px 0px 30px 30px;
  border-right: 1px solid rgba(137, 76, 157, 0.2);
  border-bottom: 1px solid rgba(137, 76, 157, 0.2);
  border-left: 1px solid rgba(137, 76, 157, 0.2);
  background: #fff;
  padding: 0 5px 10px;
  z-index: 1;
}

.form-select-value {
  padding: 10px 20px;
  border-radius: 20px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.form-select-value:hover {
  background: rgba(137, 76, 157, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(153, 153, 153, 0.02);
}

.form-text {
  cursor: text;
}

.form-text input::placeholder,
.form-text textarea::placeholder {
  color: rgba(137, 76, 157, 0.5);
}

.form-consent {
  margin-top: 10px;
}

.form-checkbox-consent {
  display: flex;
  align-items: center;
  column-gap: 10px;
  cursor: pointer;
}

.form-checkbox-consent-icon {
  width: 38px;
  height: 38px;
  border-radius: 30px;
  border: 1px solid #894c9d;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-checkbox-consent-icon svg {
  display: none;
}

.form-checkbox {
  position: relative;
}

.form-checkbox input {
  opacity: 0;
  height: 38px;
  width: 38px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.form-checkbox
  input:checked
  + .form-checkbox-consent
  .form-checkbox-consent-icon
  svg {
  display: block;
}

.form-content .btn {
  margin-top: 10px;
  width: 100%;
  font-size: 22px;
  padding-top: 17px;
  padding-bottom: 18px;
  font-weight: 500;
}

.form-checkbox-consent-text {
  color: var(--pseudo-black);
  font-size: 16px;
  font-weight: 350;
  line-height: 120%;
  max-width: 390px;
}

.form-checkbox-consent-text a {
  color: var(--pseudo-black);
}

.form-checkbox-consent-text a:hover {
  color: var(--default-violet);
}

.form-additional {
  margin-top: 20px;
}

.form-additional-title {
  color: var(--pseudo-black);
  font-size: 22px;
  font-weight: 400;
}

.form-additional-actions {
  margin-top: 9px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.form-additional-actions.form-additional-actions--min {
  gap: 20px;
  flex-direction: row;
  display: none;
}

.form-additional-actions--full {
  display: flex;
}

@media (max-width: 767px) {
  .form-fields--min {
    gap: 10px;
  }

  .form-fields--min .form-select {
    display: none;
  }
}

@media (max-width: 767px) {
  .form-additional-actions.form-additional-actions--min {
    justify-content: center;
  }

  .form-additional-actions--full {
    display: none;
  }

  .form-additional-actions.form-additional-actions--min {
    display: flex;
  }
}

.form-content .form-additional-actions--min .form-additional-btn {
  width: auto;
  padding: 0;
}

.form-additional-actions--min .form-additional-btn-icon {
  width: 41px;
}

.form-additional-actions--min .form-additional-btn svg {
  width: 100%;
  height: 100%;
}

.form-content .form-additional-btn {
  margin-top: 0;
  width: calc(50% - 5px);
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
}

.form-additional-btn-icon {
  display: flex;
}

.form-additional-btn svg {
  fill: var(--default-violet);
  transition: fill 0.2s ease-in-out;
}

.form-additional-btn:hover svg {
  fill: #fff;
}

.form-image {
  position: relative;
  min-width: 535px;
  max-width: 535px;
}

.form-image-text {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 29px 29px 0;
  color: #fff;
  text-align: right;
  line-height: 100%;
}

.form-image-title {
  font-size: 20px;
}

.form-image-desc {
  margin-top: 4px;
  font-size: 14px;
}

footer {
  margin-top: 100px;
  border-radius: 50px 50px 0px 0px;
  background: var(--default-violet);
  padding: 80px 0 40px;
}

footer a:hover {
  text-decoration: underline;
}

.footer_grid {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 268px;
  grid-template-areas:
    "footer_grid-menu  footer_grid-logo_social"
    "footer_grid-menu  footer_grid-addresses";
}



@media (max-width: 1500px) {
  .footer_grid {
    grid-template-columns: 1fr 400px;
  }
}

.footer_grid-logo {
  display: flex;
  justify-content: start;
  max-width: 192px;
}

.footer_grid-menu {
  grid-area: footer_grid-menu;
  max-width: 880px;
}

.footer_grid-logo_social {
  grid-area: footer_grid-logo_social;
}

.footer_grid-addresses {
  grid-area: footer_grid-addresses;
}

.footer_grid-menu-wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}

.footer_grid-menu-column,
.footer_grid-menu-column-split {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.footer_grid-menu-columns-services {
  display: block;
  flex-grow: 1;
  column-count: 2;
}

.footer_grid-menu-columns-services
  .footer_grid-menu_items
  + .footer_grid-menu_items {
  margin-top: 30px;
}

.footer_grid-menu-column {
  width: calc(33% - 10px);
}

.footer_grid-menu_items {
  display: flex;
  flex-direction: column;
}

.footer_grid-menu_item-title {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 110%;
}

.footer_grid-menu_item-title + .footer_grid-menu_item {
  margin-top: 10px;
}

.footer_grid-menu_item {
  color: #fff;
  font-size: 16px;
  font-weight: 350;
  line-height: 160%;
  display: block;
}

.footer_grid-schedule {
  margin-top: 18px;
  color: #fff;
  font-size: 16px;
  font-weight: 350;
  line-height: 100%;
}

.footer_grid-phone {
  display: block;
  margin-top: 18px;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  line-height: 100%;
}

.footer_grid-email {
  display: block;
  margin-top: 14px;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
}

.footer_grid-social-item {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  color: #fff;
  align-items: center;
  transition: opacity 0.3s ease-in-out;
}
.footer_grid-social-item-text {
  text-align: center;
  color: inherit;
  font-size: 12px;
}

.footer_grid-social-item:hover {
  opacity: 0.8;
  text-decoration: none;
}

.footer_grid-addresses {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.footer_grid-address {
  display: flex;
  align-items: flex-start;
  column-gap: 8px;
}

.footer_grid-address-title {
  color: #fff;
  font-size: 14px;
  font-weight: 350;
  line-height: 100%;
  /* 14px */
}

.footer_grid-address-phone,
.footer_grid-address-value {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}

.footer_grid-address-phone {
  margin-top: 5px;
}

.footer_contras {
  border-radius: 30px;
  border: 1px solid #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1062px;
  padding-top: 16px;
  padding-bottom: 15px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  line-height: 100%;
  margin: 69px auto 0;
}

.footer_additional {
  display: flex;
  margin-top: 82px;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

.footer_copyright,
.footer_additional a {
  color: #fff;
  font-size: 16px;
  font-weight: 350;
  line-height: 100%;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow-y: auto;
}

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

.modal-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  max-height: 100vh;
}

.modal-content {
  border-radius: 30px;
  border: 1px solid #894c9d;
  background: #fff;
  padding: 40px 30px;
  width: 700px;
  max-width: 100%;
}

.modal-close {
  display: flex;
  text-align: right;
  position: absolute;
  right: -32px;
  top: -32px;
  fill: white;
  stroke: white;
  z-index: 3;
}

.modal-close svg {
  max-height: 100%;
  max-width: 100%;
  width: 32px;
  height: 32px;
}

@media (max-width: 767px) {
  .modal-wrapper--min .modal-close {
    display: none;
  }

  .modal-wrapper--min .modal-content {
    padding: 24px 14px;
  }

  .modal-wrapper--min .modal-content .form-content .standart_block-title {
    padding: 0;
  }
}

.quick-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
  /* max-width: 880px; */
}

.quick-wrapper::-webkit-scrollbar {
  width: 0;
}

.quick-link {
  padding: 15px 21px;
  font-size: 22px;
  font-weight: 400;
  text-transform: none;
}

.quick-link.active {
  background: var(--default-violet);
  color: #fff;
}

.header_fixed-mobile-actions {
  display: none;
}

.standart_block-desc {
  margin-top: 30px;
  font-size: 22px;
  line-height: 120%;
}

.standart_block-image {
  margin-top: 30px;
}

.standart_block-content {
  margin-top: 40px;
}

.header_white .header-actions_tg svg,
.header_white .header-actions_wa svg {
  fill: #fff;
}

.succcess-modal-icon {
  display: flex;
  justify-content: center;
}

.success-modal-title {
  text-transform: uppercase;
  margin-top: 40px;
  text-align: center;
  font-weight: 700;
  font-size: 43px;
  line-height: 1.2;
  color: #343434;
}

.success-modal-desc {
  margin-top: 10px;
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #343434;
}

/* .mobile_menu_actions-calltouch:last-child .mobile_menu_actions {
  flex-direction: column;
  align-items: flex-start;
} */

@media screen and (max-width: 1300px) {
  .text_image_block {
    flex-wrap: wrap;
  }

  .text_image_block-image {
    margin-top: 15px;
  }

  .standart_block-desc,
  .standart_block-image {
    margin-top: 20px;
  }

  .standart_block-links {
    display: none;
  }

  .standart_block-links-mobile {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .standart_block-link-mobile.btn {
    font-size: 18px;
    padding: 13px 27px;
  }

  .header-submenu-column-desktop {
    display: none;
  }

  .header-submenu-column-tablet {
    display: block;
  }

  .header-submenu-column {
    min-width: 200px;
    max-width: 200px;
  }

  ul.header-submenu {
    padding: 20px 15px 30px;
  }

  .header-menu-wrapper {
    padding: 0;
  }

  .hasImage .header_title h1,
  .hasImage .header_title .h1 {
    font-size: 64px;
    /* letter-spacing: 4.56px; */
    line-height: 1.3;
  }

  .hasImage .breadcrumbList {
    margin-bottom: 15px;
  }

  .hasImage .header_sub_button {
    margin-top: 20px;
    padding: 13px 19px;
    font-size: 18px;
  }

  .header_sub_button-icon svg {
    width: 24px;
    height: 24px;
  }

 

  .standart_block {
    margin-top: 60px;
  }
  
  .standart_block.no-mt {
    margin-top: 0;
  }

  h2,
  .standart_block-title h2,
  .standart_block-title .h2 {
    width: 100%;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
  }

  .form-content {
    width: 100%;
  }

  .quick-wrapper {
    flex-wrap: nowrap;
    overflow-x: auto;
    max-width: unset;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -30px;
    margin-right: -30px;
  }

  .quick-link {
    padding: 9px 13px;
    font-size: 15px;
    text-wrap: nowrap;
  }

  .form-image {
    display: none;
  }

  footer {
    margin-top: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer_grid {
    grid-gap: 30px;
    grid-template-columns: 1fr;
    grid-template-areas:
      "footer_grid-logo_social"
      "footer_grid-menu"
      "footer_grid-addresses";
  }

  .footer_grid-logo_social {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer_grid-schedule {
    margin-top: 20px;
  }

  .footer_grid-phone {
    margin-top: 30px;
  }

  .footer_grid-email {
    margin-top: 20px;
  }

  .footer_grid-social {
    margin-top: 30px;
  }

  .footer_grid-social-item img {
    max-width: 30px;
  }

  .footer_grid-menu {
    max-width: 100%;
    margin-top: 23px;
  }

  .footer_grid-menu-wrapper {
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 20px;
  }

  .footer_grid-menu-column,
  .footer_grid-menu-column-split {
    row-gap: 20px;
  }

  .footer_grid-menu-column {
    width: calc(50% - 5px);
  }

  .footer_grid-menu_item-title {
    font-size: 18px;
  }

  .footer_grid-menu-column-big {
    width: 100%;
    column-gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .footer_grid-menu-column-split {
    width: calc(50% - 5px);
  }

  .footer_grid-address {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer_contras {
    margin-top: 40px;
    font-size: 17px;
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer_additional {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
  }

  .header_fixed .header-menu-wrapper {
    padding: 0 20px;
  }
}

@media screen and (max-width: 900px) {
  .header-actions {
    display: none;
  }

  .header-menu-wrapper {
    display: none;
  }

  .header-content,
  .header_fixed {
    height: 71px;
    padding: 0;
  }

  .header-content .max-width,
  .header_fixed .max-width,
  .header-actions-wrapper,
  .header_fixed-content {
    height: 100%;
  }

  .header_coloured .header-content {
    /*border-bottom: 1px solid #894c9d;*/
    /* padding-bottom: 10px; */
    height: 70px;
  }

  .header-actions-logo {
    max-width: 160px;
    height: 50px;
  }

  .header-actions-mobile-phone-box {
    display: flex;
    gap: 16px;
  }
  .header-actions-mobile-phone {
    display: flex;
    height: 26px;
    width: 26px;
    border: none;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
  }

  .mobile_menu {
    display: none;
    position: absolute;
    right: -100%;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #fff;
    z-index: 100;
  }

  .header_coloured .mobile_menu {
    padding-bottom: 50px;
  }

  .mobile_menu_wrapper {
    /*border-bottom: 1px solid var(--default-violet);*/
  }

  .mobile_menu.opened {
    display: block;
    right: 0;
  }

  .header-burger-mobile {
    width: 28px;
    height: 20px;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    /*width: 100px;*/
    justify-content: flex-end;
  }

  .header__cities-dropdown {
    width: 100px;
  }

  .header-burger-mobile-closer,
  .opened > .header-burger-mobile-opener {
    display: none;
  }

  .opened > .header-burger-mobile-closer {
    display: flex;
  }

  .mobile_menu ul,
  .mobile_menu li {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .mobile_menu a {
    color: var(--default-violet);
  }

  .mobile_menu_wrapper {
    padding: 20px 20px 15px;
  }

  .mobile_menu_wrapper .btn {
    margin-top: 30px;
  }

  li.mobile_menu_item {
    margin-top: 22px;
  }

  li.mobile_menu_item:first-child {
    margin-top: 0;
  }

  .mobile_menu_item > .mobile_menu_item-wrapper {
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
    font-size: 18px;
  }

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

  .mobile_menu_item-arrow {
    display: flex;
    align-items: center;
    padding: 0 6px 6px;
    transition: transform 0.3s ease-in-out;
  }

  .opened > .mobile_menu_item-arrow {
    transform: rotate(90deg);
  }

  ul.mobile_submenu_items {
    margin-top: 20px;
    padding-left: 20px;
  }

  ul.mobile_submenu_items ul.mobile_submenu_items {
    margin-top: 10px;
  }

  .mobile_submenu_items {
    display: none;
  }

  li.mobile_submenu_item {
    margin-top: 20px;
    font-size: 18px;
    line-height: 160%;
  }

  .mobile_submenu_items.opened {
    display: block;
  }

  .mobile_menu_actions-wrapper {
    padding: 15px 20px 40px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    /* padding-bottom: 120px; */
  }

  .mobile_menu_actions-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
  }

  .mobile_menu_actions {
    display: flex;
    align-items: flex-start;
    /*flex-wrap: wrap;*/
    gap: 16px 10px;
    margin-top: 12px;
    overflow-x: auto;
    padding: 0 0 5px;
  }

  .mobile_menu_action {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 10px;
    text-align: center;
    overflow: hidden;
  }

  .mobile_menu_action-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    /*width: 24px;*/
    background-color: #ededed;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    padding: 8px;
  }

  .mobile_menu_action-text {
    font-size: 12px;
    line-height: 100%;
    color: #828282;
  }

  .header_fixed-actions,
  .header_fixed-menu {
    display: none;
  }

  .header_fixed-mobile-actions {
    display: flex;
  }

  .header_fixed-content {
    justify-content: space-between;
    /* padding: 10px 5px; */
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  /* .mobile_menu_actions-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mobile_menu_actions-title {
    text-align: center;
  } */

  /* .mobile_menu_actions-calltouch:last-child .mobile_menu_actions {
    align-items: center;
  } */

  /* .mobile_menu_actions-calltouch:last-child .mobile_menu_action {
    width: 100%;
  } */

  .header_image {
    padding-top: 0;
  }

  .header_image picture {
    border-radius: 0;
  }

  .header_title h1,
  .header_title .h1 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
  }

  .hasImage .header_title h1,
  .hasImage .header_title .h1 {
    font-size: 48px;
  }

  .hasImage .header_subtitle {
    margin-top: 10px;
    font-size: 19px;
    line-height: 1.2;
  }

  .header_image img {
    height: 100%;
    max-width: unset;
    max-height: 775px;
  }

  .header_image video {
    display: block;
    height: 100vh;
    max-height: 775px;
    object-fit: cover;
  }
  

  .header_image {
    position: relative;
  }

  /*.hasImage .header_image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 10px);
    height: calc(100% - 49px);
    margin: 10px 5px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 2;
  }*/

  .max-width {
    padding: 0 15px;
  }

  .form-content {
    padding: 29px 14px;
  }

  .form-desc {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
  }

  .form-select {
    width: 100%;
  }

  .form-checkbox-consent-icon {
    width: 34px;
    height: 34px;
  }

  .form-checkbox-consent-icon svg {
    width: 14px;
    height: 13px;
  }

  .form-checkbox-consent-text {
    font-size: 14px;
  }

  .form-selected {
    padding: 13px 20px;
  }

  .form-text {
    padding: 9px 20px 9px;
  }

  .form-selected-text,
  .form-text input,
  .form-text textarea {
    font-size: 18px;
  }

  .form-content .btn[type="submit"] {
    padding-top: 18px;
    padding-bottom: 19px;
  }

  .form-additional {
    margin-top: 16px;
  }

  .form-additional-title {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
  }

  .form-additional-actions {
    margin-top: 16px;
    flex-direction: column;
  }

  .form-content .form-additional-btn {
    width: auto;
    column-gap: 14px;
    padding-left: 43px;
    padding-right: 43px;
  }

  .modal-wrapper {
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    overflow-y: auto;
  }

  .modal-content {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 24px 15px;
  }

  .modal-close {
    right: 0;
    top: 0;
    padding-right: 24px;
    padding-top: 24px;
    fill: var(--default-violet);
    stroke: var(--default-violet);
  }

  .modal-close svg {
    width: 20px;
    height: 20px;
  }

  .quick-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .hasImage .header_title h1.fs-130 {
    font-size: 38px;
  }

  .hasImage .header_title h1.mob-fs-32 {
    font-size: 32px;
  }

  .hasImage .header_title h1.mob-fs-20 {
    font-size: 20px;
  }

  .hasImage .header_title h1.mob-fs-16 {
    font-size: 16px;
  }
  .modal-content .form-content .standart_block-title {
    padding: 0 40px;
  }
}

@media screen and (max-width: 460px) {
  .hasImage .header_title h1,
  .hasImage .header_title .h1 {
    font-size: 38px;
  }
}

@media screen and (max-width: 360px) {
  .mobile_menu_wrapper {
    padding: 20px 10px 15px;
  }
  .mobile_menu_actions-wrapper {
    padding: 15px 10px 40px;
  }
}

.shorts {
  margin-top: 40px;
  position: relative;
}

.shorts-page .shorts {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .shorts-page .standart-block {
    margin-bottom: 15px;
  }

  .shorts-page .shorts {
    margin-top: 15px;
  }
}

.shorts .swiper-slide {
  /* width: 280px; */
  width: 190px;
}

.shorts .swiper-slide > iframe,
.shorts .swiper-slide > lite-youtube {
  border-radius: 15px;
  overflow: hidden;
  border: none;
  width: 100%;
  /* height: 500px; */
  height: 335px;
  max-width: 100%;
}

.shorts .swiper-button-prev,
.shorts .swiper-button-next {
  height: 51px;
  width: 51px;
}

.shorts .swiper-button-prev {
  left: -30px;
}

.shorts .swiper-button-next {
  right: -30px;
}

.short-title,
.short-desc {
  margin-top: 10px;
  display: block;
  color: #343434;
}

.short-title {
  font-weight: 700;
  font-size: 20px;
}

.short-desc {
  font-size: 16px;
}

@media screen and (max-width: 1300px) {
  /* .shorts { */
  /* margin-left: -15px; */
  /* margin-right: -15px; */
  /* } */

  .short-title,
  .short-desc {
    margin-top: 5px;
  }

  .short-title {
    font-weight: 700;
    font-size: 16px;
  }

  .short-desc {
    font-size: 14px;
  }

  .shorts-swiper.swiper {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .shorts .swiper-button-prev,
  .shorts .swiper-button-next {
    /* width: 50px;
      height: 30px; */
    padding: 10px;
  }

  .shorts .swiper-button-prev {
    left: -15px;
  }
  .shorts .swiper-button-next {
    right: -15px;
  }

  .shorts .swiper-slide {
    /* width: 250px; */
    width: 141px;
  }

  .shorts .swiper-slide > iframe,
  .shorts .swiper-slide > lite-youtube {
    /* height: 445px; */
    height: 260px;
  }
}

.gallery-swiper__image {
  border-radius: 30px;
  overflow: hidden;
  background-color: #fff;
}

.gallery-swiper__image img {
  /* height: 100%;
  width: 100%;
  object-fit: cover; */
}

.gallery-swiper .swiper-button-next svg,
.gallery-swiper .swiper-button-prev svg {
  width: 20px;
  height: 10px;
  object-fit: contain;
  transform-origin: center;
}



@media (min-width: 768px) {
  header.services-dir:not([class$="services-dir "])  {
    height: 100vh;
  }

  header.services-dir:not([class$="services-dir "]) .header_image,
  header.services-dir:not([class$="services-dir "]) .header_image img,
  header.services-dir:not([class$="services-dir "]) .header_image picture,
  header.services-dir:not([class$="services-dir "]) .header-content-wrapper__max-width {
    width: 100%;
    max-width: 100%;
    height: 100vh;
  }

  header.services-dir:not([class$="services-dir "]) .header_image {
    padding-top: 0px;
  }

  header.services-dir:not([class$="services-dir "]) .header_image picture {
    border-radius: 0;
  }

  header.services-dir:not([class$="services-dir "]) .header_image img {
    object-fit: cover;
  }
}

.main_page {
    margin-top: 0 !important;
}

.link-block {
    position: relative;
    z-index: 0;
    padding-top: 70px;
    padding-bottom: 90px;    
}

.link-block::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw - var(--scrollbar-width));
    height: 100%;
    background-image: url(/local/templates/dentamed_wpnew/assets/images/link-block/bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    content:"";
}

.link-block .link-block__row {
    display: grid;
    grid-template: auto / repeat(2, minmax(0,1fr));
    grid-gap: 24px;
    max-width: 400px;
    margin: 0 auto;
} 

@media (min-width: 520px) {
    .link-block .link-block__row {       
        max-width: 500px;
    }     
}

@media (min-width: 768px) {
    .link-block .link-block__row {
        grid-template-columns: repeat(4, minmax(0,1fr));        
        max-width: 900px;
    }     
}


@media (min-width: 1301px) {
    .link-block .link-block__row {
        grid-template: auto / repeat(4, minmax(0,1fr));              
        max-width: 100%;
    }     
}

.link-block .link-block__link {
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}

.link-block .link-block__link[href="#"] {
    pointer-events: none;
}

.link-block .link-block__link::before {
    display: block;
    width: 100%;
    padding-top: 142%;
    content: "";
}

.link-block .link-block__link-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform .3s ease-in-out;
}

.link-block .link-block__link:hover .link-block__link-bg {
    transform: scale(1.1) translateZ(0);
}

.link-block .link-block__link-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 47px;
    letter-spacing: -1px;
    color:#fff;
}

@media (min-width: 450px) {
    .link-block .link-block__link-caption {
        font-size: 24px;
    }
}

@media (min-width: 1301px) {
    .link-block .link-block__link-caption {
        font-size: 30px;
    }
}

.header-submenu-item {
	display: inline-block;
margin-top: 0;
margin-bottom: 30px;
min-width: 121px;
}

@media (max-width: 1300px) {
	ul.header-submenu {
min-width: calc(100vw - 80px);
}
}



/*new footer*/
footer {
  padding-top: 70px;
  padding-bottom: 130px;
  border-radius: unset;
}
.footer_grid {
  display: grid;
  grid-template: auto / 300px auto;
  grid-template-areas: unset;
  grid-gap: 100px;
}

.footer_grid-logo_social {
  grid-area: unset;
}

.footer_grid-wrap {
display: grid;
grid-template: auto / 208px auto;
grid-gap: 42px;
}

.footer_grid-addresses {
  grid-area: unset;
  display: grid;
  grid-template: auto / repeat(2,minmax(0,1fr));
  grid-gap: 40px 30px;
}

.footer_contras-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 36px;
}

.footer_contras {
  width: 100%;
  max-width: 400px;
  margin: 0;
  border-radius: 200px;
  font-size: 18px;
  line-height: 1.2;
  padding-top: 11px;
  padding-bottom: 12px;
}

.footer_grid-schedule {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;

  span {
    white-space: nowrap;
  }
}

.footer_grid-social {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 60px;
  flex-wrap: wrap;
  gap: 10px;
}

.footer_grid-social-item {
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #F1F1F1;
  border-radius: 9px;
  padding: 5px;
}

.footer_grid-social-item-text {
  text-align: center;
  color: inherit;
  font-size: 12px;
}

.footer_grid-social-item:hover {
  opacity: 0.8;
  text-decoration: none;
}

.footer_copyright, .footer_additional a {
  font-size: 14px;
}

@media screen and (max-width: 1300px) {
  .footer_grid-logo_social {
    align-items: flex-start;
  }

  .footer_grid-address {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
  }

  .footer_grid {
    grid-gap: 32px;
  }

  .footer_grid-wrap {
    grid-template: auto / auto auto;
    grid-gap: 32px;
  }
}

@media screen and (max-width: 1024px) {
  footer {
    padding-top: 28px;
    padding-bottom: 150px;
  }
  .footer_grid,
  .footer_grid-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .footer_grid-schedule {
    margin-top: 24px;
  }
  .footer_grid-social {
    margin-top: 28px;
  }
  .footer_grid-logo_social {
    align-items: center;
  }

  .footer_grid-social-item {
    width: 30px;
    height: 30px;
  }

  .footer_grid-social-item img {
    max-width: 22px;
  }

  .footer_grid-addresses {
    display: none;
  }

  .footer_grid {
    grid-gap: 32px;
  }

  .footer_grid-wrap {
    grid-template: auto / auto auto;
    grid-gap: 32px;
    text-align: center;
  }

  .footer_contras-box {
    flex-direction: column;
    gap: 24px;
    margin-top: 36px;
    text-align: center;
  }

  .footer_contras {
    max-width: 344px;
    font-size: 17px;
    line-height: 1;
  }
}

@media screen and (max-width: 900px) {
  footer {
    padding-bottom: 95px;
  }
}

/**/
.header-actions-logo-violet {
  display: none;
}
.mobile-menu-opened .header-actions-logo-violet {
  display: block;
}
.mobile-menu-opened .header-actions-logo-white {
  display: none;
}
.mobile-menu-opened .header-actions-mobile-phone-box {
  /*display: none;*/
}
/**/


/*header with image*/
.team-dir,
.price-dir,
.cases-dir,
.services-dir,
.contacts-dir {
  margin-bottom: 45px;
}

.team-dir .header_image,
.price-dir .header_image,
.cases-dir .header_image,
.services-dir .header_image,
.contacts-dir .header_image {
  height: 100vh;
  padding-top: 0;
  max-width: 100% !important;

}

.team-dir .header_image picture,
.price-dir .header_image picture,
.cases-dir .header_image picture,
.services-dir .header_image picture,
.contacts-dir .header_image picture {
  border-radius: 0;
}

.cases-dir .header_image img {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  object-fit: cover;
}

.header_image {
  overflow: hidden;
}

.services-dir .header_image img {
  object-position: top;
}

.viniry-dir .header_image video {
  width: 100%;
  height: 100%;  
  object-fit: cover;  
}

@media screen and (max-width: 767px) {

  .header_image.header_image--mobile-full-height {
    height: calc(100vh - 53px) !important;
  }

  .header_image.header_image--mobile-full-height img,
  .header_image.header_image--mobile-full-height video {
    width: 100%;
    height: calc(100vh - 53px);
    max-height: calc(100vh - 53px);
  }

  .services-dir video {
    height: 100% !important;
  }

  .team-dir .header_image,
  .price-dir .header_image,
  .cases-dir .header_image,
  .vakansii-dir .header_image,
  .news-dir .header_image,
  .services-dir .header_image,
  .contacts-dir .header_image {
    position: relative;
    height: 50vh !important;
    min-height: 300px;
  }

  .vakansii-dir .vacancy-banner-text-left {
   font-size: 20px;
  }

  .team-dir .header_image img,
  .price-dir .header_image img,
  .cases-dir .header_image img,
  .services-dir .header_image img,
  .vakansii-dir .header_image img,
  .news-dir .header_image img,
  .contacts-dir .header_image img {
    width: 100%;
    object-fit: cover;
    height: 50vh;
    min-height: 300px;
  }

  .team-dir .breadcrumbList,
  .price-dir .breadcrumbList,
  .cases-dir .breadcrumbList,
  .services-dir .breadcrumbList,
  .news-dir .breadcrumbList,
  .vakansii-dir .breadcrumbList,
  .contacts-dir .breadcrumbList {
    display: none !important;
  }

  .team-dir .header_title h1,
  .price-dir .header_title h1,
  .cases-dir .header_title h1,
  .services-dir .header_title h1,
  .contacts-dir .header_title h1 {
    margin-top: 20px;
  }

  .cases-dir .header_title {
    display: block !important;
  }

  .price-dir .header_image,   
  .news-dir .header_image {
    padding: 0;
    margin-top: 0;
  }

  .price-dir .header_image img,
  .news-dir .header_image img {
    border-radius: 0;
  }

  .terapiya-dir .header_image,
  .professionalnaya-gigiena-dir .header_image,
  .lechenie-kariesa-dir .header_image,
  .lechenie-kanalov-dir .header_image,
  .otbelivanie-zubov-dir .header_image,
  .kompozitnaya-restavratsiya-dir .header_image,
  .detskaya-stomatologiya-dir .header_image,
  .dentamed-kids-dir .header_image,
  .lechenie-molochnykh-zubov-dir .header_image,
  .detskie-koronki-dir .header_image,
  .detskie-plastinki-dir .header_image,
  .khirurgiya-dir .header_image,
  .implantatsiya-zubov-dir .header_image,
  .sinus-lifting-dir .header_image,
  .udalenie-zubov-mudrosti-dir .header_image,
  .plastika-desny-dir .header_image,
  .ortopediya-dir .header_image,
  .koronki-dir .header_image,
  .viniry-dir .header_image,
  .ortodontiya-dir .header_image,
  .elaynery-dir .header_image,
  .brekety-dir .header_image,
  .narkoz-i-sedatsiya-dir .header_image,
  .travma-zubov-dir .header_image {
    height: 100vh !important;
  }

  .terapiya-dir .header_image picture,
  .terapiya-dir .header_image picture img,
  .professionalnaya-gigiena-dir .header_image picture,
  .professionalnaya-gigiena-dir .header_image picture img,
  .lechenie-kariesa-dir .header_image picture,
  .lechenie-kariesa-dir .header_image picture img,
  .lechenie-kanalov-dir .header_image picture,
  .lechenie-kanalov-dir .header_image picture img,
  .otbelivanie-zubov-dir .header_image picture,
  .otbelivanie-zubov-dir .header_image picture img,
  .kompozitnaya-restavratsiya-dir .header_image picture,
  .kompozitnaya-restavratsiya-dir .header_image picture img,
  .detskaya-stomatologiya-dir .header_image picture,
  .detskaya-stomatologiya-dir .header_image picture img,
  .dentamed-kids-dir .header_image picture,
  .dentamed-kids-dir .header_image picture img,
  .lechenie-molochnykh-zubov-dir .header_image picture,
  .lechenie-molochnykh-zubov-dir .header_image picture img,
  .detskie-koronki-dir .header_image picture,
  .detskie-koronki-dir .header_image picture img,
  .detskie-plastinki-dir .header_image picture,
  .detskie-plastinki-dir .header_image picture img,
  .khirurgiya-dir .header_image picture,
  .khirurgiya-dir .header_image picture img,
  .implantatsiya-zubov-dir .header_image picture,
  .implantatsiya-zubov-dir .header_image picture img,
  .sinus-lifting-dir .header_image picture,
  .sinus-lifting-dir .header_image picture img,
  .udalenie-zubov-mudrosti-dir .header_image picture,
  .udalenie-zubov-mudrosti-dir .header_image picture img,
  .plastika-desny-dir .header_image picture,
  .plastika-desny-dir .header_image picture img,
  .ortopediya-dir .header_image picture,
  .ortopediya-dir .header_image picture img,
  .koronki-dir .header_image picture,
  .koronki-dir .header_image picture img,
  .viniry-dir .header_image picture,
  .viniry-dir .header_image picture img,
  .ortodontiya-dir .header_image picture,
  .ortodontiya-dir .header_image picture img,
  .elaynery-dir .header_image picture,
  .elaynery-dir .header_image picture img,
  .brekety-dir .header_image picture,
  .brekety-dir .header_image picture img,
  .narkoz-i-sedatsiya-dir .header_image picture,
  .narkoz-i-sedatsiya-dir .header_image picture img,
  .travma-zubov-dir .header_image picture,
  .travma-zubov-dir .header_image picture img {
    height: 100%;
    max-height: none;
  }

  .viniry-dir {
    margin-bottom: 0 !important;

    video {
      max-height: none !important;
    }
  }
}

.cookie-message {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 610px;
  z-index: 1;
  border-radius: 15px;
  overflow: hidden;
  background-color: #fff;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform .5s linear, opacity .5s ease-in-out, visibility .5s ease-in-out, z-index .5s ease-in-out;

  @media (max-width: 650px) {
    max-width: none;
    border-radius: 0;
    padding-bottom: 20px;
    z-index: 100;
  }

  &.show {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(-70px);

    @media (max-width: 1300px) {
      transform: translateY(-100px);
    }

    @media (max-width: 1100px) {
      transform: translateY(-130px);
    }

    @media (max-width: 900px) {
      transform: translateY(-70px);
    }

    @media (max-width: 650px) {
      transform: translateY(0);
    }

  }

  .cookie-message__body {
    display: flex;
    align-items: center;
    padding: 14px;
    gap: 15px;

    @media (max-width: 650px) {
      flex-direction: column;
      gap: 10px;
    }
  }

  .cookie-message__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    color: #343434;
    font-family: "Inter", sans-serif;

    a {
      color: #894c9d;
      font-family: inherit;
    }
  }

  .cookie-message__button {
    cursor: pointer;
    flex: 0 0 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    overflow: hidden;
    background: #894c9d;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    border: none;
    outline: none;
    padding: 10px 21px;
    color: #fff;

    @media (max-width: 650px) {
      flex: 1;
      width: 100%;
      max-width: 180px;
    }
  }
}

.header-message {
  display: none;
  position: relative;
  margin-top: -22px;
  background: var(--deep-pink);
  padding: 10px 0;
  margin-bottom: 15px;
  z-index: -1;

  &.show {
    display: block;
  }

  @media (max-width: 900px) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .header-message__container {}

  .header-message__body {
    text-align: center;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 500;

    @media (max-width: 550px) {
      font-size: 14px;
    }

    span {
      color: #fff;
    }

    button {
      position: relative;
      display: inline-block;
      cursor: pointer;
      outline: none;
      border: none;
      background: none;
      font-weight: 700;
      font-size: 16px;
      color: #fff;

      &::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        width: 100%;
        background: #fff;
        transform: scaleX(0);
        transform-origin: right bottom;
        transition: transform 0.3s ease-in-out;
      }

      &:hover {
        &::before {
          transform: scaleX(1);
          transform-origin: left bottom;
        }
      }
    }
  }
}

.mobile-menu-opened .header-message {
  display: none !important;
}

.notice-modal {

  .modal-content {
    max-width: 600px;
    width: 100%;
  }

  .notice-modal__content {}

  .notice-modal__body {}

  .notice-modal__title {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    margin: 24px 0 0 0;

    @media (max-width: 768px) {
      font-size: 24px;
    }
  }

  .notice-modal__text {
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.2;

    @media (max-width: 768px) {
      font-size: 16px;
    }

    p {
      margin: 0;
    }

    p + p {
      margin-top: 10px;
    }
  }

  .notice-modal__button-agree {
    margin-top: 24px;
  }
}

.modal-close {
  cursor: pointer;
}