.site-name {
  text-decoration: none;
}

.main-menu > ul > li > a {
  pointer-events: none;
}

.intro:not(.intro--service, .intro--choice) {
  height: 422px;
}

.socials__item svg {
	width: 24px;
}

.intro__item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.wpcf7 .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7 .wpcf7-list-item-label {
  margin-left: 0;
  display: flex;
  align-items: center;
}

.wpcf7 .wpcf7-list-item-label:before {
  display: block;
  position: relative;
  width: 18px;
  flex: 0 0 18px;
  max-width: 18px;
  height: 18px;
  background: #f2f2f2;
  background-size: 80% 80%;
  margin-right: 20px;
}

.wpcf7 input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

.wpcf7 input[type=checkbox]:checked+.wpcf7-list-item-label {
  background: none !important;
}

.wpcf7 input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  background: #000 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg%3E%3Cpath fill='%23fff' d='M9.86,18a1,1,0,0,1-.73-.32L4.27,12.51a1,1,0,1,1,1.46-1.37l4.12,4.39,8.41-9.2a1,1,0,1,1,1.48,1.34l-9.14,10a1,1,0,0,1-.73.33Z'/%3E%3C/g%3E%3C/svg%3E") center center no-repeat;
}

.breadcrumbs {
  padding: 14px 0;
  font-size: 15px;
  line-height: 17px;
  color: #9b9b9b;
}

.breadcrumbs a {
  font-size: 15px;
  line-height: 17px;
  color: #9b9b9b;
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
  color: #9b9b9b;
}

.price-list__item {
  pointer-events: none;
}

@media (min-width: 1600px) {
  .most-popular__items-in {
    justify-content: flex-start;
  }
}

@media (min-width: 992px) {
  .intro:not(.intro--service, .intro--choice) {
    height: 584px;
  }

  .content-box.news-view .b-row {
    margin-bottom: 30px;
  }

  .intro__item img {
    object-position: center right;
  }
  .breadcrumbs {
    padding: 25px 0 25px;
  }
  .contacts-page .breadcrumbs {
    padding-top: 30px;
    padding-bottom: 7px;
  }
}

.c-form__content .site-button.type-2[type=submit], .c-form__container .site-button.type-2[type=submit] {
  display: inline-block !important;  
}

.c-form__content, .popup-form__content {
  position: relative;
}

.c-form__content .c-form__buttons, .popup-form__content .c-form__buttons {
  position: absolute;
  bottom: 0;
  right: 0;
}

.c-form__content .c-form__buttons .site-button.type-2 {
  display: none !important;
}

@media (min-width: 1200px) {
  .c-form__content .c-form__buttons {
    position: static;
  }
}

@media (min-width: 768px) {
  .intro__item img {
    object-position: center right;
  }

  .wpcf7 .wpcf7-list-item-label:before {
    width: 24px;
    flex: 0 0 24px;
    max-width: 24px;
    height: 24px;
  }

  .popup-form__content .c-form__buttons {
    right: 45px;
  }
}

.db-menu {
  z-index: 101;
}
.db-menu .menu-item {
  position: relative;
}

.db-menu .menu-item .sub-menu {
  background-color: #fff;
  flex-direction: column;
  z-index: 10;
  gap: 5px;
  padding: 0;
  margin-top: 5px;
  display: none;
}

.db-menu .menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.db-menu .menu-item .sub-menu li {
  margin: 0;
  padding: 10px;
}
.db-menu .menu-item:first-child {
  margin-left: 0;
}
.db-menu .menu-item:last-child {
  margin-right: 0;
}

.db-menu .menu-item .sub-menu li:hover {
  background-color: #333;
  color: #fff;
  transition: background-color 0.3s;
}

.db-menu .menu-item .sub-menu li:hover a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.db-menu .menu-item .sub-menu a {
  color: #000;
  font-size: 15px;
  padding: 10px;
  text-decoration: none;
}

.db-menu .menu-item .sub-menu-trigger {
  position: absolute;
  right: 0;
  top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(0);
  transition: transform .3s, ease .3s;
}

.db-menu .menu-item .sub-menu-trigger .svg-icon__link {
  fill: #fff;
}

.db-menu .menu-item .sub-menu-trigger.rotate {
  transform: rotate(180deg);
}

@media (min-width: 992px) {
  .db-menu .menu-item .sub-menu {
    position: absolute;
    top: 100%;
    left: -10px;
    width: 320px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, ease 0.3s;
    display: flex;
  }

  .db-menu .menu-item .sub-menu-trigger {
    top: 0;
    right: -22px;
    pointer-events: none;
  }

  .db-menu .menu-item.is-has-child {
    margin-right: 15px;
  }
}