

/* Start:/local/templates/lotos74.ru_2025/css/scss/custom_efor74_dev.css?175853425732439*/
.search-page {
  margin-bottom: 11.5rem;
}
@media (max-width: 992px) {
  .search-page {
    margin-bottom: 4rem;
  }
}
.search-page .b-search {
  margin-right: 8rem;
  margin-bottom: 5.8rem;
}
@media (max-width: 992px) {
  .search-page .b-search {
    margin-right: 0;
    margin-bottom: 3.4rem;
  }
  .search-page .b-search input[type=text] {
    font-size: 1.4rem;
    padding: 0 10.2rem 0 1.4rem;
  }
}
.search-page .b-search input[type=text] {
  border: none !important;
}
.search-page .b-list {
  margin-bottom: 3.2rem;
}
@media (max-width: 992px) {
  .search-page .b-list {
    margin-bottom: 1rem;
  }
}
.search-page .b-list__item {
  display: flex;
  gap: 3.6rem;
  padding: 1rem 0;
  border-bottom: 1px #E8F1FA solid;
}
@media (max-width: 992px) {
  .search-page .b-list__item {
    gap: 1rem;
  }
}
.search-page .b-list__item:first-child {
  border-top: 1px #E8F1FA solid;
}
.search-page .b-list__item:last-child {
  border-bottom: none;
}
.search-page .b-list__item__image {
  display: flex;
  width: 20rem;
  height: 13rem;
  box-sizing: border-box;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .search-page .b-list__item__image {
    width: 12rem;
    height: 7.8rem;
  }
}
.search-page .b-list__item__image.no-photo {
  justify-content: center;
  align-items: center;
  background: url(/local/templates/lotos74.ru_2025/css/scss/../images/search-page-no-photo.png) no-repeat center/cover;
  box-shadow: 0 0.4rem 6rem 0 rgba(0, 159, 162, 0.15);
  border: 1px #fff solid;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .search-page .b-list__item__image.no-photo {
    border-radius: 1rem;
  }
}
.search-page .b-list__item__image.no-photo img {
  width: calc(100% - 8rem);
  max-height: 100%;
  height: max-content;
  object-fit: contain;
  border-radius: 0;
}
@media (max-width: 992px) {
  .search-page .b-list__item__image.no-photo img {
    width: calc(100% - 6rem);
  }
}
.search-page .b-list__item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .search-page .b-list__item__image img {
    border-radius: 1rem;
  }
}
.search-page .b-list__item__content {
  padding-top: 1rem;
  padding-right: 10rem;
}
@media (max-width: 992px) {
  .search-page .b-list__item__content {
    padding: 0;
  }
}
.search-page .b-list__item__title {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.9rem;
}
@media (max-width: 992px) {
  .search-page .b-list__item__title {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
.search-page .b-list__item__text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #394250;
}
@media (max-width: 992px) {
  .search-page .b-list__item__text {
    -webkit-line-clamp: 2;
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
.search-page .b-list__item__text:not(:has(+ .b-list__item__expand)) {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .search-page .b-list__item__text:not(:has(+ .b-list__item__expand)) {
    margin-bottom: 0.3rem;
  }
}
.search-page .b-list__item__text.expanded {
  -webkit-line-clamp: none;
}
.search-page .b-list__item__text.expanded + .b-list__item__expand svg {
  rotate: 180deg;
}
.search-page .b-list__item__text b {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #009FA2;
}
@media (max-width: 992px) {
  .search-page .b-list__item__text b {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
.search-page .b-list__item__expand {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.8rem;
  height: 2rem;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0;
  border: 1px #E5F1F5 solid;
  border-radius: 0.5rem;
  cursor: pointer;
  margin-top: 0.3rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .search-page .b-list__item__expand {
    margin-top: 0;
    margin-bottom: 0.3rem;
  }
}
.search-page .b-list__item__expand:hover svg path:nth-of-type(odd) {
  fill: #14787A;
}
.search-page .b-list__item__expand:hover svg path:nth-of-type(even) {
  stroke: #14787A;
}
.search-page .b-list__item__expand svg {
  width: 0.9rem;
  height: 1.1rem;
  padding-top: 0.1rem;
}
.search-page .b-list__item__expand svg path {
  transition: all 0.1s linear;
}
.search-page .b-list__item__tags {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
@media (max-width: 992px) {
  .search-page .b-list__item__tags {
    flex-direction: column;
    align-items: start;
  }
}
.search-page .b-list__item__tag {
  font-size: 1.4rem;
  line-height: 3rem;
  text-wrap: nowrap;
  color: #748CA4;
  background-color: #DDF1F1;
  padding: 0 1.5rem;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .search-page .b-list__item__tag {
    font-size: 1.3rem;
    line-height: 2.5rem;
    padding: 0 1rem;
  }
}
.search-page .b-list__item__date {
  font-size: 1.4rem;
  color: #748CA4;
}
@media (max-width: 992px) {
  .search-page .b-list__item__date {
    font-size: 1.2rem;
    padding-left: 1rem;
  }
}
.search-page .b-list__item__controls {
  display: flex;
  margin-bottom: 0.8rem;
}
@media (max-width: 992px) {
  .search-page .b-list__item__controls {
    flex-direction: column;
    margin-bottom: 0.5rem;
  }
}
.search-page .b-list__item__description {
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #394250;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .search-page .b-list__item__description {
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin-bottom: 0.3rem;
  }
}
.search-page .b-list__item__description span {
  font-size: 1.4rem;
  line-height: 1.9rem;
  color: #748CA4;
}
@media (max-width: 992px) {
  .search-page .b-list__item__description span {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
.search-page .b-list__item__price {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #394250;
  margin-left: 1.2rem;
}
@media (max-width: 992px) {
  .search-page .b-list__item__price {
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin-left: 0;
  }
}
.search-page .b-list__item__link {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.9rem;
  text-decoration: underline;
  margin-left: 2.8rem;
}
@media (max-width: 992px) {
  .search-page .b-list__item__link {
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin-left: 0;
  }
}

.b-search {
  position: relative;
  display: flex;
  height: 6.8rem;
  background-color: rgba(236, 243, 246, 0.3);
  box-sizing: border-box;
  box-shadow: 0 0.4rem 7rem 0 rgba(0, 91, 93, 0.1);
  padding: 1rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .b-search {
    background-color: rgba(255, 255, 255, 0.8);
    height: 6.2rem;
  }
}
.b-search * {
  outline: none;
}
.b-search input[type=text] {
  font-weight: 400;
  font-size: 1.6rem;
  color: #394250;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.8));
  box-shadow: 0 0 3rem 0 rgba(176, 209, 210, 0.3);
  padding: 0 27.5rem 0 2.2rem;
  border: none;
  border-radius: 1.5rem;
  outline: none;
}
@media (max-width: 992px) {
  .b-search input[type=text] {
    font-size: 1.4rem;
    padding: 0 10.2rem 0 1.4rem;
  }
}
.b-search input[type=text]::placeholder {
  color: #748CA4;
}
.b-search input[type=submit] {
  position: absolute;
  width: 16rem;
  transform: translateY(-50%);
  top: 50%;
  right: 1rem;
}
@media (max-width: 992px) {
  .b-search input[type=submit] {
    color: transparent;
    width: 4.2rem;
  }
}
.b-search::before {
  content: "";
  position: absolute;
  width: 3.6rem;
  height: 3.6rem;
  background: url(/local/templates/lotos74.ru_2025/css/scss/../../images/svg/search-icon.svg) no-repeat center/contain;
  pointer-events: none;
  z-index: 1;
  transform: translateY(-50%);
  top: 50%;
  right: 12.6rem;
}
@media (max-width: 992px) {
  .b-search::before {
    right: 1.3rem;
  }
}

.search-buttons {
  position: absolute;
  display: flex;
  padding: 0 0.3rem;
  transform: translateY(-50%);
  top: 50%;
  right: 17rem;
}
@media (max-width: 992px) {
  .search-buttons {
    padding: 0;
    right: 5.2rem;
  }
}
.search-buttons::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 1.6rem);
  background-color: #F1F6F7;
  pointer-events: none;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.search-clear {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 4.8rem;
  background-color: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
}
@media (max-width: 992px) {
  .search-clear {
    width: 3rem;
    height: 4.2rem;
  }
}
.search-clear:hover svg path {
  stroke: #14787A;
}
.search-clear svg {
  width: 1.1rem;
  height: 1rem;
}
.search-clear svg path {
  transition: all 0.1s linear;
}
.search-recognition {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 4.8rem;
  background-color: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
}
@media (max-width: 992px) {
  .search-recognition {
    width: 3rem;
    height: 4.2rem;
  }
}
.search-recognition:hover svg path {
  fill: #009FA2;
}
.search-recognition svg {
  width: 2.8rem;
  height: 2.8rem;
}
@media (max-width: 992px) {
  .search-recognition svg {
    height: 2.4rem;
    height: 2.4rem;
  }
}
.search-recognition svg path {
  transition: all 0.1s linear;
}
.search-advanced {
  position: absolute;
  transform: translateY(100%);
  left: 3.2rem;
  bottom: -2.2rem;
}
@media (max-width: 992px) {
  .search-advanced {
    left: 1.4rem;
    bottom: -1rem;
  }
}
.search-result {
  font-weight: 400;
  color: #748CA4;
}
.search-result, .search-result span {
  font-size: 1.6rem;
  line-height: 1.6rem;
}
@media (max-width: 992px) {
  .search-result, .search-result span {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
.search-result span {
  font-weight: 500;
  color: #009FA2;
}

.services {
  background: url(/local/templates/lotos74.ru_2025/css/scss/../images/services-bg.jpg) no-repeat top center/cover;
  padding-bottom: 14rem;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .services {
    background: url(/local/templates/lotos74.ru_2025/css/scss/../images/services-bg.jpg) no-repeat 85%/cover;
    padding-bottom: 0;
    margin-bottom: 6rem;
  }
}
.services__slider {
  position: relative;
  max-width: 118.5rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .services__slider {
    width: calc(100% - 2.8rem);
    margin: 0 1.4rem;
  }
}
.services__slider__arrows {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: calc(100% + 25rem);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@media (max-width: 992px) {
  .services__slider__arrows {
    display: none;
  }
}
.services__slider .swiper {
  width: 100%;
  height: 100%;
}
.services__slider .slider-progressbar {
  display: none;
}
@media (max-width: 992px) {
  .services__slider .slider-progressbar {
    position: absolute;
    display: initial;
    width: calc(100% - 6rem);
    transform: translateX(-50%);
    top: auto;
    left: 50%;
    bottom: -2.3rem;
  }
}
.services__slide {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 6rem;
  opacity: 0;
  scale: 0.8;
  transition: scale 0.5s ease-in-out, opacity 0.5s cubic-bezier(1, 0.01, 0.55, 0.35);
}
@media (max-width: 992px) {
  .services__slide {
    opacity: 1;
    scale: 1;
  }
}
@media (max-width: 992px) {
  .services__slide {
    gap: 1.4rem;
  }
}
.services__slide.swiper-slide-active {
  scale: 1;
  opacity: 1;
}
.services__item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(25% - 4.5rem);
  height: auto;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  padding: 2rem;
  border: 1px #fff solid;
  border-radius: 3rem;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .services__item {
    width: calc(25% - 1.05rem);
    height: 100%;
  }
}
.services__item:hover .services__item__image img {
  scale: 1.15;
}
.services__item:hover h3 {
  color: rgb(255, 255, 110);
}
.services__item > a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.services__item h3 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 2rem;
  color: #fff;
  margin-bottom: 0.8rem;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .services__item h3 {
    font-size: 1.6rem;
    line-height: 1.4rem;
    margin-bottom: 0;
  }
}
.services__item__image {
  display: flex;
  justify-content: end;
  align-items: end;
  width: calc(100% + 4rem);
  height: 100%;
  transform: translateX(-2rem) !important;
}
@media (max-width: 992px) {
  .services__item__image {
    box-sizing: border-box;
    padding-left: 4rem;
  }
}
.services__item__image img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  transition: scale 0.5s ease-out;
}
.services__item__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
  top: 0;
  left: 0;
}

.services-page {
  margin-bottom: 4rem;
}
.services-page__content {
  padding: 0 3.5rem;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .services-page__content {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
}
.services-page__categories {
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .services-page__categories {
    width: calc(100% + 1.4rem);
    margin-bottom: 1.5rem;
    overflow-x: scroll;
  }
}
.services-page__categories::-webkit-scrollbar {
  display: none;
}
.services-page__categories__content {
  display: flex;
  gap: 3rem;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .services-page__categories__content {
    gap: 0.5rem;
  }
}
.services-page__category {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 18rem;
  height: 11.8rem;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 5rem 0.2rem rgba(0, 159, 162, 0.2);
  padding: 1.4rem 2.2rem;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .services-page__category {
    align-items: center;
    justify-content: center;
    min-width: 6.7rem;
    height: 4.5rem;
    box-shadow: none;
    padding: 0 1rem;
    flex-shrink: 0;
  }
}
.services-page__category:has(> .services-page__category__image) {
  min-width: 36.5rem;
  padding-right: 14rem;
}
@media (max-width: 992px) {
  .services-page__category:has(> .services-page__category__image) {
    min-width: 0;
    padding-right: 1rem;
  }
}
.services-page__category.active b, .services-page__category:hover b {
  color: rgba(255, 255, 255, 0.9);
}
.services-page__category.active span, .services-page__category:hover span {
  color: #fff;
}
.services-page__category.active .services-page__category__bg, .services-page__category:hover .services-page__category__bg {
  opacity: 1;
}
.services-page__category.active {
  pointer-events: none;
}
.services-page__category:nth-of-type(odd) .services-page__category__border {
  rotate: -4deg;
}
.services-page__category:nth-of-type(odd) .services-page__category__image {
  rotate: -6.5deg;
}
.services-page__category:nth-of-type(even) .services-page__category__border {
  rotate: 2deg;
}
.services-page__category:nth-of-type(even) .services-page__category__image {
  rotate: 9deg;
}
.services-page__category__border {
  position: absolute !important;
  width: calc(100% - 1.5rem);
  height: 100%;
  box-sizing: border-box;
  border: 2px #fff solid;
  border-radius: 3rem;
  pointer-events: none;
  z-index: 1;
  top: 0 !important;
  left: 0.75rem !important;
}
@media (max-width: 992px) {
  .services-page__category__border {
    display: none !important;
  }
}
.services-page__category b {
  font-weight: 400;
  font-size: 1.6rem;
  color: rgba(116, 140, 164, 0.6);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .services-page__category b {
    display: none;
  }
}
.services-page__category span {
  font-weight: 700;
  font-size: 2.5rem;
  color: #748CA4;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .services-page__category span {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.2rem;
    text-wrap: nowrap;
  }
}
.services-page__category__image {
  position: absolute !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 11.5rem;
  height: 11.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  box-shadow: 0 0.4rem 6rem 0 rgba(0, 176, 179, 0.3);
  border-radius: 2rem;
  z-index: 2;
  top: auto !important;
  left: auto !important;
  bottom: 2rem !important;
  right: -1.5rem !important;
}
@media (max-width: 992px) {
  .services-page__category__image {
    display: none !important;
  }
}
.services-page__category__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
}
.services-page__category__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  border-radius: 3rem;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  top: 0;
  left: 0;
}
.services-page .b-search {
  width: calc(100% + 1rem);
  margin-left: -1rem;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .services-page .b-search {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-bottom: 1.5rem;
    order: -1;
  }
}
.services-page__list {
  list-style: none;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
  padding-left: 0;
}
@media (max-width: 992px) {
  .services-page__list {
    gap: 0.5rem;
    width: calc(100% + 2rem);
    margin-left: -1rem;
  }
}
.services-page__list__column {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: calc(25% - 1.5rem);
}
@media (max-width: 992px) {
  .services-page__list__column {
    width: 100%;
  }
}
.services-page__list__column > li {
  position: relative;
  width: 100%;
}
.services-page__list__column > li.active > a {
  color: #fff;
  background: linear-gradient(90deg, #009FA2, #00CBCF);
}
.services-page__list__column > li.active > a:hover {
  color: #fff;
}
.services-page__list__column > li.active svg path {
  stroke: #fff;
}
.services-page__list__column > li > a {
  font-size: 1.6rem;
  line-height: 1.4rem;
  color: #677F97;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 5rem;
  background: rgba(255, 255, 255, 0.05);
  box-sizing: border-box;
  box-shadow: 0 0.4rem 7rem 0 rgba(0, 159, 162, 0.15);
  padding-left: 2rem;
  border-radius: 1rem;
}
.services-page__list__column > li > a:hover {
  color: #009FA2;
}
.services-page__list__column > li > a:has(+ button) {
  padding-right: 5rem;
}
.services-page__list__column > li > button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  background-color: transparent;
  border: none;
  border-radius: 0 1rem 1rem 0;
  cursor: pointer;
  top: 0;
  right: 0;
}
.services-page__list__column > li > button:hover svg path {
  stroke: #009FA2;
}
.services-page__list__column > li > button svg {
  width: 0.8rem;
  height: 1rem;
}
.services-page__list__column > li > button svg path {
  transition: all 0.1s linear;
}
.services-page__list_sub {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem 5rem 2.5rem 2.5rem;
}
.services-page__list_sub li a {
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #5F758C;
}
.services-page__list_sub li a:hover {
  color: #009FA2;
}
.services-page__list_sub li a strong {
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #009FA2;
}

.service {
  margin-bottom: 13.5rem;
}
@media (max-width: 992px) {
  .service {
    margin-bottom: 3.5rem;
  }
}
.service__wrapper {
  position: relative;
  display: flex;
  gap: 5.5rem;
}
@media (max-width: 992px) {
  .service__wrapper {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.service__navbar {
  flex-shrink: 0;
  position: sticky;
  height: max-content;
  top: 15rem;
}
@media (max-width: 992px) {
  .service__navbar {
    position: relative;
    border: 1rem rgba(255, 255, 255, 0.8) solid;
    border-radius: 2rem;
    top: auto;
  }
}
.service__navbar ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 0;
}
@media (max-width: 992px) {
  .service__navbar ul {
    gap: 0;
  }
}
.service__navbar ul li {
  position: relative;
  display: flex;
  width: 27.5rem;
  min-height: 4.5rem;
}
@media (max-width: 992px) {
  .service__navbar ul li {
    width: auto;
    min-height: 4.2rem;
  }
}
.service__navbar ul li::before {
  content: "";
  position: absolute;
  width: calc(100% + 100rem);
  height: 100%;
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: 0 0.4rem 7rem 0 rgba(0, 159, 162, 0.15);
  border-radius: 0 1rem 1rem 0;
  pointer-events: none;
  z-index: -1;
  top: 0;
  right: 0;
}
@media (max-width: 992px) {
  .service__navbar ul li::before {
    content: "";
  }
}
.service__navbar ul li a {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.4rem;
  color: #677F97;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding-right: 3.5rem;
}
.service__navbar ul li a.active {
  font-weight: 600;
}
@media (max-width: 992px) {
  .service__navbar ul li a.active {
    font-weight: 400;
  }
}
.service__navbar ul li a.active::before {
  rotate: 0deg;
  opacity: 1;
  top: 1.8rem;
}
.service__navbar ul li a.active, .service__navbar ul li a:hover {
  color: #009FA2;
}
.service__navbar ul li a::before {
  content: "";
  position: absolute;
  width: 1.1rem;
  height: 0.9rem;
  background: url(/local/templates/lotos74.ru_2025/css/scss/../images/svg/btn-more-icon.svg) no-repeat center/contain;
  rotate: 90deg;
  opacity: 0.3;
  pointer-events: none;
  top: 1.9rem;
  right: 1.3rem;
}
@media (max-width: 992px) {
  .service__navbar ul li a::before {
    content: none;
  }
}
.service__content {
  width: 100%;
}
.service__anchor {
  position: absolute;
  top: -10rem;
}
@media (max-width: 992px) {
  .service__anchor {
    top: -7rem;
  }
}
.service__info {
  margin-bottom: 2.2rem;
}
@media (max-width: 992px) {
  .service__info {
    margin-bottom: 4rem;
  }
}
.service__info__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .service__info__wrapper {
    flex-direction: column-reverse;
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
}
.service__info__content h1 {
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 3.5rem;
  color: #394250;
}
@media (max-width: 992px) {
  .service__info__content h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 0.7rem;
  }
}
.service__info__content p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 3.5rem;
  color: #677F97;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .service__info__content p {
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin-bottom: 1.5rem;
  }
}
.service__info__advantages {
  list-style: none;
  padding-left: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .service__info__advantages {
    padding-left: 0;
    margin-bottom: 1.5rem;
  }
}
.service__info__advantages li {
  font-size: 1.8rem;
  line-height: 3rem;
  color: #009FA2;
}
@media (max-width: 992px) {
  .service__info__advantages li {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.service__info .btn {
  margin-left: 2.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .service__info .btn {
    width: 100%;
    margin-left: 0;
  }
}
.service__info__anchors {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-left: 2.5rem;
}
@media (max-width: 992px) {
  .service__info__anchors {
    flex-wrap: nowrap;
    width: calc(100% + 1.4rem);
    margin-left: 0;
    overflow-x: scroll;
  }
}
.service__info__anchors::-webkit-scrollbar {
  display: none;
}
.service__info__anchors a {
  font-weight: 600;
  font-size: 1.4rem;
  color: #748CA4;
  display: flex;
  align-items: center;
  height: 4.5rem;
  background-color: #fff;
  box-shadow: 0 0 5rem 0.2rem rgba(0, 159, 162, 0.2);
  padding: 0 1rem;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .service__info__anchors a {
    flex-shrink: 0;
    box-shadow: none;
  }
}
.service__info__anchors a:hover {
  color: #fff;
  background-color: #009FA2;
}
.service__info__image {
  flex-shrink: 0;
  display: flex;
  width: 54.8rem;
  height: 33rem;
}
@media (max-width: 992px) {
  .service__info__image {
    width: 100%;
    height: 100%;
    aspect-ratio: 347/160;
  }
}
.service__info__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 2rem;
}
.service__info__highlighted {
  position: relative;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  padding: 5rem 7rem 5rem 3.5rem;
  border-radius: 0 2rem 2rem 0;
}
@media (max-width: 992px) {
  .service__info__highlighted {
    padding: 2rem 1rem 2rem 2rem;
  }
}
.service__info__highlighted::before {
  content: "";
  position: absolute;
  width: 0.3rem;
  height: 100%;
  background: linear-gradient(0deg, #00CCCF, #009FA2);
  top: 0;
  left: 0;
}
.service__info__highlighted p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #394250;
}
@media (max-width: 992px) {
  .service__info__highlighted p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.service__specialist {
  position: relative;
  display: flex;
  gap: 4rem;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(4px);
  box-sizing: border-box;
  padding: 2rem 5rem 2.2rem 2rem;
  border: 1px #fff solid;
  border-radius: 2rem;
  margin-bottom: 2.2rem;
}
@media (max-width: 992px) {
  .service__specialist {
    flex-direction: column;
    gap: 1.5rem;
    background-color: transparent;
    backdrop-filter: none;
    border: none;
    border-radius: 0;
    margin-bottom: 3.5rem;
  }
}
.service__specialist__image {
  flex-shrink: 0;
  display: flex;
  width: 24rem;
  height: 36rem;
}
@media (max-width: 992px) {
  .service__specialist__image {
    height: 100%;
    aspect-ratio: 1/1;
  }
}
.service__specialist__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 2rem;
}
.service__specialist__content h3 {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2.2rem;
  color: #394250;
  margin: 1rem 0;
}
@media (max-width: 992px) {
  .service__specialist__content h3 {
    margin: 0 0 1rem;
  }
}
.service__specialist__content > span {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #748CA4;
  display: inline-block;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .service__specialist__content > span {
    margin-bottom: 1.5rem;
  }
}
.service__specialist__quote {
  position: relative;
  padding: 3rem 10rem 0 0.8rem;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .service__specialist__quote {
    padding: 3rem 0 0 0.8rem;
    margin-bottom: 1.5rem;
  }
}
.service__specialist__quote::before {
  content: "";
  position: absolute;
  width: 5rem;
  height: 5rem;
  background-color: #C3ECF0;
  border-radius: 50%;
  filter: blur(20px);
  z-index: -1;
  top: 0.5rem;
  left: 0.5rem;
}
.service__specialist__quote::after {
  content: "";
  position: absolute;
  width: 6.6rem;
  height: 5.3rem;
  background: url(/local/templates/lotos74.ru_2025/css/scss/../images/svg/quote-icon.svg) no-repeat center/contain;
  z-index: -1;
  top: 0;
  left: 0;
}
.service__specialist__quote p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #009FA2;
}
@media (max-width: 992px) {
  .service__specialist__quote p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.service__specialist__text {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #394250;
}
@media (max-width: 992px) {
  .service__specialist__text {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
.service__prices {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 992px) {
  .service__prices {
    gap: 2.5rem;
  }
}
.service__prices__block {
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0.4rem 3rem 0 rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  padding-bottom: 1.5rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .service__prices__block {
    background-color: transparent;
    box-shadow: none;
    padding-bottom: 0;
    border-radius: 0;
  }
}
.service__prices__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem 0;
  padding-left: 2.5rem;
}
@media (max-width: 992px) {
  .service__prices__header {
    gap: 0.5rem;
    padding-left: 0;
    margin-bottom: 1.5rem;
  }
}
.service__prices__header h2 {
  font-weight: 500;
  font-size: 3rem;
  color: #394250;
  width: max-content;
}
.service__prices__header .b-search {
  width: calc(100% - 19rem);
}
@media (max-width: 992px) {
  .service__prices__header .b-search {
    width: calc(100% + 2rem);
    margin-left: -2rem;
    order: 1;
    transform: translateX(1rem);
  }
}
.service__prices__header + .service__prices__content > h3 {
  color: #009FA2;
}
.service__prices__warning {
  font-size: 1.4rem;
  line-height: 100%;
  color: #748CA4;
}
@media (max-width: 992px) {
  .service__prices__warning {
    margin-bottom: 1rem;
  }
}
.service__prices__content {
  margin-top: 2.5rem;
}
@media (max-width: 992px) {
  .service__prices__content {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0.4rem 3rem 0 rgba(0, 0, 0, 0.1);
    padding: 2rem 0 2.5rem;
    border-radius: 2rem;
    margin-top: 0;
  }
}
.service__prices__content h3 {
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 2rem;
  color: #394250;
  padding-left: 2.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .service__prices__content h3 {
    padding-left: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
.service__prices__item {
  display: flex;
  align-items: center;
  min-height: 5rem;
  border-top: 1px #E2F3FA solid;
}
@media (max-width: 992px) {
  .service__prices__item {
    flex-direction: column;
    align-items: start;
    padding: 0.8rem 1.2rem;
  }
}
.service__prices__item__codes {
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
  flex-wrap: wrap;
  width: 24rem;
  height: -webkit-fill-available;
  box-sizing: border-box;
  padding-left: 3.5rem;
}
@media (max-width: 992px) {
  .service__prices__item__codes {
    width: 100%;
    height: auto;
    padding-left: 0;
  }
}
.service__prices__item__codes::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 3rem);
  background-color: #DCEFF6;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}
@media (max-width: 992px) {
  .service__prices__item__codes::before {
    content: none;
  }
}
.service__prices__item__codes span {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #7B8C97;
}
.service__prices__item__link {
  font-size: 1.5rem;
  line-height: 1.4rem;
  color: #373D41;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: -webkit-fill-available;
  padding-left: 2.5rem;
  padding-right: 3.5rem;
}
@media (max-width: 992px) {
  .service__prices__item__link {
    font-size: 1.4rem;
    flex-direction: column;
    align-items: start;
    height: auto;
    padding: 0;
  }
}
.service__prices__item__link:hover {
  color: #009FA2;
}
.service__prices__item__link:hover .btn {
  opacity: 1;
}
.service__prices__item__link b {
  flex-shrink: 0;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #009FA2;
  padding-left: 9rem;
}
@media (max-width: 992px) {
  .service__prices__item__link b {
    padding-left: 0;
    margin-top: 0.5rem;
  }
}
.service__prices__item__link .btn {
  position: absolute;
  opacity: 0;
  transition: all 0.1s linear;
  transform: translateY(-50%);
  top: 50%;
  right: 1rem;
}
@media (max-width: 992px) {
  .service__prices__item__link .btn {
    display: none;
  }
}

.alert {
  position: relative;
  padding: 1.5rem;
  margin-bottom: 2rem;
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: 1px solid;
  border-radius: 1rem;
}
.alert.alert-danger {
  background-color: rgba(255, 0, 0, 0.1);
  border-color: rgba(255, 0, 0, 0.5);
  color: #000;
}

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

/* End */


/* Start:/local/templates/lotos74.ru_2025/components/bitrix/news.list/specialist_slider/style.css?1756441047817*/
.doctors__item {
  position: relative;
}
.doctors__item > a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.doctors__item__image iframe {
  display: none;
}
.doctors__item__video {
  z-index: 2;
}

.doctors__enumeration .doctors__enumeration__items {
  overflow-x: initial;
  transition: transform 0.3s ease-in-out;
}
.doctors__enumeration .doctors__enumeration__item.swiper-slide {
  width: auto;
}
@media screen and (max-width: 992px) {
  .doctors__enumeration .doctors__enumeration__content.swiper {
    margin-left: initial;
    margin-right: initial;
  }
  .doctors__enumeration .doctors__enumeration__content.swiper .swiper-slide {
    flex-shrink: initial;
  }
}

.fancybox__content:has(> iframe) {
  width: 90% !important;
}

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

/* End */
/* /local/templates/lotos74.ru_2025/css/scss/custom_efor74_dev.css?175853425732439 */
/* /local/templates/lotos74.ru_2025/components/bitrix/news.list/specialist_slider/style.css?1756441047817 */
