/* Color styles */
/* Social colors */
/* Effects */
/* Text-size styles */
/* Font family */
/* Effect styles */
/* Grid */
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 12px 0 16px;
  list-style: none;
  font-size: 14px;
  color: #9799b1;
}
.breadcrumbs__item:not(:nth-last-child(2)) {
  display: none;
}
.breadcrumbs__text {
  gap: 0.25em;
}
.breadcrumbs__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  color: #585b75;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.breadcrumbs__link:hover {
  color: #6ba100;
}
.breadcrumbs__link svg {
  margin: 0.15em 0.25em 0 -0.25em;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #ccd2e3;
  width: 1.25em;
  height: 1.25em;
}

@media screen and (min-width: 768px) {
  .breadcrumbs {
    margin: 16px 0 24px;
  }
}
@media screen and (min-width: 1004px) {
  .breadcrumbs {
    font-size: 15px;
  }
}
@media screen and (min-width: 1260px) {
  .breadcrumbs {
    margin: 20px 0 28px;
  }
  .breadcrumbs__item:not(:nth-last-child(2)) {
    display: block;
  }
  .breadcrumbs__link {
    display: inline;
  }
  .breadcrumbs__link svg {
    display: inline-block;
    vertical-align: top;
    margin: 0.15em 0.25em 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.page__thumb {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 12px;
}
.page__thumb--full-height {
  height: 100%;
}

.tabs {
  position: relative;
}
.tabs__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 0 5vw;
  margin: 0 -5vw 24px;
  list-style: none;
  overflow-x: auto;
  overflow-y: visible;
  background: #f6f8fb;
}
.tabs__link {
  display: block;
  padding: 0.75em 0;
  color: #21222c;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.tabs__link.is-active {
  position: relative;
  color: #6ba100;
}
.tabs__link.is-active:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #6ba100;
}
.tabs__link:hover {
  color: #6ba100;
}
.tabs__item:not(.is-active) {
  display: none;
}
.tabs__item h3:first-child,
.tabs__item h2:first-child,
.tabs__item h4:first-child,
.tabs__item h5:first-child,
.tabs__item h6:first-child {
  margin-top: 0;
}
.tabs__item p:first-child {
  margin-top: 0;
}
.tabs__item p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .tabs__links {
    gap: 0;
    padding: 0;
    margin: 0 0 28px;
  }
  .tabs__link {
    padding: 0.75em 1.25em;
  }
}
@media screen and (min-width: 1004px) {
  .tabs__links {
    margin: 0 0 32px;
  }
}
@media screen and (min-width: 1260px) {
  .tabs__links {
    margin: 0 0 36px;
  }
}
.contacts__map {
  position: relative;
  height: 60vh;
  margin: 24px 0 0;
}
.contacts__map > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contacts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.contacts__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
}
.contacts__list-title {
  color: #21222c;
  font-weight: 700;
  margin: 0 0 0.25em;
}
.contacts__list-text p:first-child {
  margin-top: 0;
}
.contacts__list-text p:last-child {
  margin-bottom: 0;
}
.contacts__list-icon {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #9799b1;
  background: #f6f8fb;
  border-radius: 4px;
}
.contacts__list-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .contacts__map {
    height: 100%;
    margin: 0 -32px 0 0;
  }
}
@media screen and (min-width: 1004px) {
  .contacts__list {
    gap: 16px;
  }
  .contacts__list-item {
    gap: 16px;
  }
  .contacts__list-icon {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 1260px) {
  .contacts__map {
    margin: 0 -3vw 0 0;
  }
  .contacts__list {
    gap: 20px;
  }
}
@media screen and (min-width: 1900px) {
  .contacts__map {
    margin: 0 calc((-100vw + 1530px) / 2) 0 0;
  }
}
/*# sourceMappingURL=contacts.css.map */
