

/* Start:/local/templates/kslv/components/bitrix/news.detail/service/style.css?17525621363915*/
:root {
  --dark: #2e2e2e;
  --text-color: rgba(46, 46, 46, 0.5);
  --pink: #ef7cad;
  --pink-dark: #c00362;
  --grey: #f9f9f9;
  --white: #fff;
  --pink-light: #fdf1f7;
  --leachy: #fff2f0;
  --pink-border: rgba(248, 138, 185, 0.5);

  --font-family: 'Proxima Nova', sans-serif;
  --second-family: 'Inter', sans-serif;
  --third-family: 'Manrope', sans-serif;

  --content-width: 1440px;
  --container-offset: 10px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
}

@font-face {
  font-family: 'Proxima Nova';
  src: url(/local/templates/kslv/components/bitrix/news.detail/service/../fonts/ProximaNova-Bold.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url(/local/templates/kslv/components/bitrix/news.detail/service/../fonts/ProximaNova-Regular.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url(/local/templates/kslv/components/bitrix/news.detail/service/../fonts/ProximaNova-Bold.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url(/local/templates/kslv/components/bitrix/news.detail/service/../fonts/ProximaNova-Regular.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
.faq {
  margin-bottom: 40px;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .faq {
    margin-bottom: 30px;
  }
}
.faq__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(18px, 4vw, 26px);
  line-height: 100%;
  color: var(--dark);
  margin: 0;
  margin-bottom: clamp(40px, 3vw, 60px);
}
.faq__items {
  display: grid;
  gap: 20px;
}
.faq .item {
  display: grid;
  background: var(--grey);
  border-radius: 4px;
  padding: 20px 40px;
  cursor: pointer;
}
.faq .item > * {
  pointer-events: none;
}
@media (max-width: 992px) {
  .faq .item {
    padding: 20px 10px;
  }
}
.faq .item .head {
  display: grid;
  grid-template-columns: 1fr 120px;
  gap: 20px;
}
.faq .item .title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(14px, 2.5vw, 20px);
  color: var(--white);
  margin: 0;
  color: var(--dark);
}
.faq .item .text {
  background: #ffbf2e;
  border-radius: 8px;
  display: grid;
  place-items: center;
  font-size: 14px;
}
.question_open{
	height: 44px;
}

.faq .item .bottom {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: 0.3s ease;
}
.faq .item .bottom p {
  overflow: hidden;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 130%;
  color: var(--dark);
  margin: 0;
}
.faq .item.active .toggler svg {
  rotate: 45deg;
}
.faq .item.active .bottom {
  grid-template-rows: 1fr;
  margin-top: 14px;
}
.faq .faq__more {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  margin-top: 40px;
  border-color: var(--pink);
}
@media (any-hover: hover) {
}


.faq__more {
  max-width: fit-content;
  margin: 0 auto;
  margin-top: 40px;
  border-color: var(--pink);
  border-radius: 60px;
  padding: 12px 40px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: var(--dark);
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: background-color 0.2s ease;
  border: 1px solid var(--dark);
  text-decoration: none;
}

.faq__toggle {
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin-top: 10px;
	background: #ffbf2e;
    border-radius: 8px;
    display: grid;
    place-items: center;
}

#map{
	margin-bottom: 20px;
}

.more-desc__text {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    transition: all 0.2s ease 0s;
}

.js-more-desc.open .more-desc__text {
    -webkit-line-clamp: 2000;
}

.s-hero__content{ height: 100% }
/* End */
/* /local/templates/kslv/components/bitrix/news.detail/service/style.css?17525621363915 */
