@charset "UTF-8";
.lb-loader, .lightbox {
  text-align: center;
  line-height: 0;
  position: absolute;
  left: 0;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
  width: 100vw;
}

.lightbox {
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/img/gallery/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/img/gallery/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/img/gallery/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/img/gallery/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

.breadcrumbs__inner {
  padding: 45px 0 40px;
}
.breadcrumbs__list .breadcrumbs__item {
  display: inline-block;
  position: relative;
}
.breadcrumbs__list .breadcrumbs__item + .breadcrumbs__item {
  padding-left: 24px;
}
.breadcrumbs__list .breadcrumbs__item + .breadcrumbs__item::before {
  content: ">";
  position: absolute;
  left: 8px;
  color: #484e65;
  line-height: 150%;
}
.breadcrumbs__list .breadcrumbs__item:last-child .breadcrumbs__link,
.breadcrumbs__list .breadcrumbs__item:last-child .breadcrumbs__active {
  color: #a7a9b3;
  font-size: 18px;
  line-height: 150%;
}
.breadcrumbs__list .breadcrumbs__link {
  color: #1c2752;
  font-size: 18px;
  line-height: 150%;
  text-decoration: none;
  border-bottom: 1px solid transparent; /* Додаємо невидиме підкреслення */
  transition: border-color 0.3s ease; /* Додавання анімації */
}
.breadcrumbs__list .breadcrumbs__link:hover {
  border-color: #1c2752;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.breadcrumbs__list .breadcrumbs__link:active {
  border-color: #1c2752;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.contacts {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 200px 8px;
}
.contacts__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 44px;
  padding-top: 60px;
}
.contacts__title {
  font-family: "Mulish", sans-serif;
  font-size: 45px;
  color: #1c2752;
  line-height: 130%;
}
.contacts .badge {
  display: flex;
  gap: 12px;
  background-color: #f4f4f4;
  padding: 0 20px;
  max-width: fit-content;
  align-items: center;
}
.contacts .badge__text {
  color: #1C2752;
  font-size: 18px;
  line-height: 150%;
}
.contacts .testimonial {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
.contacts .testimonial__header {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.contacts .testimonial .comments {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border: 1px solid #dddddd;
}
.contacts .testimonial .comments__page {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.contacts .testimonial .comments__slider {
  position: relative;
  width: 100%;
}
.contacts .testimonial .comments__content {
  display: flex;
  overflow: hidden;
}
.contacts .testimonial .comments__item {
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contacts .testimonial .comments__header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 28px;
  border-bottom: 1px solid #dddddd;
}
.contacts .testimonial .comments__header .user {
  display: flex;
  align-items: center;
  gap: 12px;
}
.contacts .testimonial .comments__header .user__info {
  display: flex;
  flex-direction: column;
}
.contacts .testimonial .comments__header .user__name {
  font-family: "Mulish", sans-serif;
  color: #1c2752;
  font-size: 22px;
  line-height: 140%;
}
.contacts .testimonial .comments__header .user__city {
  font-size: 18px;
  color: #7e7e7e;
  line-height: 150%;
}
.contacts .testimonial .comments__text {
  font-size: 18px;
  color: #7e7e7e;
  line-height: 150%;
}
.contacts .testimonial .comments__buttons {
  display: flex;
  gap: 20px;
}
.contacts .testimonial .comments__buttons .button:active {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}
.contacts .testimonial .bottom {
  padding: 60px 40px;
  background-color: #FFB342;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contacts .testimonial .bottom .badge {
  display: flex;
  gap: 12px;
  background-color: #f4f4f4;
  padding: 0 20px;
  max-width: fit-content;
}
.contacts .testimonial .bottom__title {
  color: #1c2752;
  font-family: "Mulish", sans-serif;
  font-size: 25px;
  line-height: 130%;
}
.contacts .testimonial .bottom__text {
  color: #1C2752;
  font-family: Inter;
  font-size: 18px;
  line-height: 150%;
}
.contacts .testimonial .bottom__contacts {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contacts .testimonial .bottom__contacts .number {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contacts .testimonial .bottom__contacts .number__phones {
  display: flex;
  flex-direction: column;
}
.contacts .testimonial .bottom__contacts .number__phone {
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  line-height: 150%;
  text-decoration: none;
}
.contacts .meet {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
.contacts .meet__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contacts .meet .form__container {
  background-color: #f4f4f4;
  padding: 60px 40px;
}
.contacts .meet .form__container .form {
  display: flex;
  flex-direction: column;
  gap: 72px;
}
.contacts .meet .form__container .form__input {
  border: 1px solid #ccc;
  background-color: #ffffff;
  color: #1C2752;
  font-size: 17px;
  line-height: 150%;
  caret-color: #1C2752;
  padding: 20px 0 20px 40px;
}
.contacts .meet .form__container .form__textarea {
  border: 1px solid #ccc;
  background-color: #ffffff;
  color: #1C2752;
  font-size: 17px;
  line-height: 150%;
  caret-color: #1C2752;
  padding: 20px 0 20px 40px;
  resize: none;
}
.contacts .meet .form__container .form__button {
  background-color: #FFB342;
  color: #1C2752;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  padding: 20px 0;
  text-align: center;
}

.location {
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.location__title {
  font-size: 45px;
  color: #1C2752;
  font-family: "Mulish", sans-serif;
  line-height: 130%;
  text-align: center;
}
.location__map {
  width: 100%;
  height: 350px;
}

.error-message {
  color: #ff0000; /* Червоний колір тексту */
  font-size: 12px; /* Розмір шрифту */
  display: none; /* По замовчуванню приховуємо повідомлення */
  transition: opacity 0.3s; /* Анімація зміни прозорості */
}

.error {
  display: block; /* Показуємо повідомлення при наявності помилок */
}

@media only screen and (max-width: 992px) {
  .contacts {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .meet {
    align-content: start;
  }
  .contacts__title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .contacts__container {
    grid-template-columns: 1fr;
  }
  .contacts__title {
    text-align: center;
  }
  .contacts .meet {
    order: -1;
  }
  .comments__buttons {
    justify-content: space-around;
  }
}
@media only screen and (max-width: 480px) {
  .contacts__title {
    font-size: 35px;
    text-align: center;
  }
  .contacts .testimonial .bottom {
    padding: 40px 16px;
  }
  .contacts .testimonial .comments {
    padding: 40px 4px;
  }
  .contacts .meet {
    order: -1;
  }
  .contacts .meet .form__container {
    padding: 40px 20px;
  }
  .contacts .meet .form__container .form__input {
    padding-left: 8px;
  }
  .contacts .meet .form__container .form__textarea {
    padding-left: 4px;
  }
  .location__title {
    font-size: 35px;
  }
}

/*# sourceMappingURL=index.css.map */
