

/* Start:/local/templates/kord/components/bitrix/news/salons_simple/bitrix/news.list/.default/style.css?178129393510006*/
.pickup-points-section {
  max-width: 1860px;
  margin: 0 auto 8px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .pickup-points-section {
    margin: 0 auto;
  }
}
.pickup-points-header {
  margin-bottom: 32px;
}

@media (max-width: 900px) {
  .pickup-points-header {
    margin-bottom: 16px;
  }
}
.pickup-points-title {
  font-family: "NotoSans";
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #1B2E4B;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .pickup-points-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
.pickup-points-description {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #040D1C;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .pickup-points-description {
    font-size: 16px;
    line-height: 24px;
  }
}
.pickup-points-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.pickup-points-controls .specialist-panel {
  padding: 0;
}

@media (max-width: 900px) {
  .pickup-points-controls {
    gap: 24px;
  }
}
.view-toggles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.view-toggle {
  padding: 6px 16px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #8A8B8C;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #8A8B8C;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 768px) {
  .view-toggle {
    font-size: 14px;
    line-height: 22px;
    padding: 6px 9px;
  }
}
.view-toggle.active {
  color: #040D1C;
  border-bottom-color: #040D1C;
}

.pickup-points-content {
  position: relative;
}

.hidden {
  display: none !important;
}

.map-cluster {
  cursor: pointer;
}

.cluster-circle {
  width: 48px;
  height: 48px;
  background: #1B2E4B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid white;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.cluster-count {
  color: white;
  font-size: 16px;
  font-weight: bold;
}

.map-container {
  width: 100%;
}

.map-image {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 800px;
}

.list-container {
  background-color: #fff;
}

.points-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

@media (max-width: 1400px) {
  .points-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.point-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F3F6F9;
  overflow: hidden;
  padding: 24px;
}

@media (max-width: 768px) {
  .point-card {
    padding: 16px;
  }
}
.point-card__image {
  max-width: 193px;
  height: 193px;
}

@media (max-width: 768px) {
  .point-card__image {
    display: none;
  }
}
.point-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.point-card__info {
  margin-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

@media (max-width: 768px) {
  .point-card__info {
    margin: 0;
  }
}
.point-card__city {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #8A8B8C;
  margin: 0;
}

@media (max-width: 768px) {
  .point-card__city {
    font-size: 14px;
    line-height: 22px;
  }
}
.point-card__address {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #040D1C;
  margin: 0;
}

@media (max-width: 768px) {
  .point-card__address {
    font-size: 18px;
    line-height: 26px;
  }
}
.point-card__time {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #040D1C;
}

@media (max-width: 768px) {
  .point-card__time {
    font-size: 14px;
    line-height: 22px;
  }
}
.point-card__phone {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #040D1C;
}

@media (max-width: 768px) {
  .point-card__phone {
    font-size: 14px;
    line-height: 22px;
  }
}
.point-card__phone:hover {
  color: #8CC7FF;
}

.point-card__link {
  margin-top: 29px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #1B2E4B;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

@media (max-width: 1400px) {
  .point-card__link {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .point-card__link {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
  }
}
.point-card__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: calc(100% - 22px);
  height: 1px;
  background-color: currentColor;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.point-card__link:hover {
  color: #8CC7FF;
}

.point-card__link:hover::after {
  background-color: #8CC7FF;
}

.point-card__link svg {
  display: block;
}

.point-card__link svg path {
  fill: currentColor;
  stroke: currentColor;
}

.point-card__link:hover svg path {
  fill: #8CC7FF;
  stroke: #8CC7FF;
}

.point-card__info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

@media (max-width: 900px) {
  .pickup-sort {
    padding: 0;
  }
}
@media (max-width: 1400px) {
  .point-card-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .point-card-a {
    display: block;
    margin-top: 20px;
  }
}
.salons-section {
  margin: 32px auto 100px;
}
@media (min-width: 768px) {
  .salons-section {
    margin: 32px auto 80px;
  }
}

.salons-panel-mobile {
  margin-bottom: 28px;
}
@media (min-width: 1200px) {
  .salons-panel-mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .salons-panel-mobile {
    margin-bottom: 16px;
  }
}

.selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}

.selector-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.selector-container::-webkit-scrollbar {
  display: none;
}

.selector-bth {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #fff;
  color: #040D1C;
  opacity: 0.6;
  padding: 6px 16px;
  border: 1px solid #DEDEDE;
  border-radius: 100px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 768px) {
  .selector-bth {
    font-size: 14px;
    line-height: 22px;
  }
}
.selector-bth:hover {
  background-color: #040D1C;
  color: #fff;
  opacity: 1;
  border-color: #040D1C;
}

.salons-panel-header {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .salons-panel-header {
    display: none;
  }
}

.selector-mobile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 28px;
}
@media (min-width: 1200px) {
  .selector-mobile {
    display: none;
  }
}

@media (max-width: 1199px) {
  .selector-desctop {
    display: none;
  }
}

.Salons-sort {
  width: 100%;
}

.salons-search-block {
  margin: 0;
  max-width: 100%;
}
@media (max-width: 768px) {
  .salons-search-block {
    height: 44px;
  }
}

@media (max-width: 768px) {
  .salons-controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}


.services-filter__list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.ft-top {
  align-items: flex-start!important;
}

.services-filter__list .selector-bth.active {
  background-color: #040D1C;
  color: #fff;
  opacity: 1;
  border-color: #040D1C;
}

.search-autocomplete-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-top: none;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1000;
  box-shadow: 1px 8px 15px 0 #00000026;
}

.search-autocomplete-item {
  padding: 10px 12px;
  cursor: pointer;
  color: #040D1C;
  font-size: 18px;
}

.search-autocomplete-item:last-child {
  border-bottom: none;
}

.search-autocomplete-item:hover,
.search-autocomplete-item.active {
  color: #8CC7FF;
}

.search-autocomplete-loading {
  color: #040D1C;
  font-size: 18px;
  cursor: default;
}

.search-autocomplete-empty {
  color: #040D1C;
  cursor: default;
  font-size: 18px;
}

.specialist-filter__search-block.search-active + .specialist-filter__search-icon {
  opacity: 0;
}

#map {
  height: 800px;
  width: 100%;
}

.salons-panel-desctop {
  margin-bottom: 28px;
  @media (max-width: 1200px) {
    display: none;
  }
}

/* End */


/* Start:/local/templates/kord/components/bitrix/news.list/faq/style.css?17812939355032*/
.faq-block {
  max-width: 926px;
}
@media (max-width: 1440px) {
  .faq-block {
    max-width: 100%;
  }
}

.faq {
  max-width: 1920px;
  margin: 0 auto;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .faq {
    margin-bottom: 60px;
    padding: 0 16px;
  }
}
.faq h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #1B2E4B;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .faq h1 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
  }
}
.faq .faq-item {
  border-bottom: 1px solid #BBBBBB;
  padding: 20px 0;
}
.faq .faq-item:last-child {
  border-bottom: none;
}
.faq .faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  color: #040D1C;
  outline: none;
  padding: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .faq .faq-question {
    font-size: 16px;
  }
}
.faq .faq-question .faq-icon {
  margin-left: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: block;
}
.faq .faq-question:hover {
  color: #8CC7FF;
}
.faq .faq-answer {
  padding: 0;
  font-size: 16px;
  color: #434A55;
  line-height: 1.6;
  overflow: hidden;
  -webkit-transition: height 0.3s ease, padding 0.3s ease;
  transition: height 0.3s ease, padding 0.3s ease;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.faq .faq-answer ul,
.faq .faq-answer ol {
  padding-left: 20px;
}
.faq .faq-answer ul,
.faq .faq-answer li,
.faq .faq-answer ol {
  list-style: unset;
}
.faq .faq-item.is-open .faq-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.vision-section {
  position: relative;
  width: 100%;
  padding: 189px 0 159px 50px;
  margin-bottom: 120px;
  overflow: hidden;
  background: #5CB0FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1200px) {
  .vision-section {
    padding: 80px 0 80px 30px;
    margin-bottom: 100px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .vision-section {
    padding: 40px 16px;
    margin-bottom: 60px;
  }
}
.vision-section .vision-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.vision-section .vision-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}
@media (max-width: 1200px) {
  .vision-section .vision-bg .bac-space {
    display: none;
  }
}
@media (min-width: 1201px) {
  .vision-section .vision-bg .bac-space1 {
    display: none;
  }
}
@media (max-width: 768px) {
  .vision-section .vision-bg .bac-space1 {
    display: none;
  }
}
@media (min-width: 769px) {
  .vision-section .vision-bg .bac-space2 {
    display: none;
  }
}
.vision-section .vision-content {
  position: relative;
  z-index: 1;
  max-width: 1920px;
  width: 100%;
}
@media (max-width: 1200px) {
  .vision-section .vision-content {
    max-width: 530px;
  }
}
.vision-section h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 8px;
}
.vision-section p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ffffff;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .vision-section p {
    font-family: "NunitoSans";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
  }
}
.vision-section .btn-primary {
  display: inline-block;
  padding: 16px 0;
  width: 230px;
  height: 58px;
  border: 1px solid #FFFFFF;
  color: #ffffff;
  background-color: transparent;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vision-section .btn-primary:hover {
  background-color: #1B2E4B;
  border-color: #1B2E4B;
}

.faq-delivery {
  margin: 100px auto;
}
@media (max-width: 768px) {
  .faq-delivery {
    margin: 80px auto;
  }
}

.faq-page__first,
.faq-page {
  padding: 0;
}

.faq-page__first {
  margin-top: 48px;
}
@media (max-width: 1200px) {
  .faq-page__first {
    margin-top: 32px;
  }
}

.faq-how span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-left: 8px;
  color: #434A55;
}

.faq-product {
  padding: 0;
}/*# sourceMappingURL=style.css.map */
/* End */
/* /local/templates/kord/components/bitrix/news/salons_simple/bitrix/news.list/.default/style.css?178129393510006 */
/* /local/templates/kord/components/bitrix/news.list/faq/style.css?17812939355032 */
