

/* Start:/bitrix/templates/yv2025/components/bitrix/news/cards2services/bitrix/news.detail/.default/style.css?17643254535020*/
.main-title {
  font-size: 64px;
  font-weight: 500;
  line-height: 74px;
  margin-bottom: 70px;
  text-align: center;
}

.intro-text {
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
  margin-bottom: 50px;
}

.methods-list {
  display: flex;
  gap: 40px;
  margin-bottom: 50px;
}

.method-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 500;
}

.method-icon {
  width: 20px;
  height: 18px;
  background-color: #2e5065;
}

.description {
  margin-bottom: 50px;
}

.method-section {
  margin-bottom: 80px;
}

.method-title {
  font-size: 39px;
  margin-bottom: 30px;
}

.method-title-bold {
  font-weight: 800;
}

.method-title-normal {
  font-weight: 500;
}

.method-details {
  margin-bottom: 40px;
}

.faq-section {
  margin-top: 40px;
}

.faq-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.faq-question {
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
  padding: 15px 50px 15px 0;
  cursor: pointer;
  position: relative;
  transition: color 0.3s;
}

.faq-question:hover {
  color: #1a3a4d;
}

.faq-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s;
  width: 30px;
  height: 17px;
}

.faq-item.active .faq-arrow {
  transform: translateY(-50%) rotate(180deg);
}

.faq-answer {
  padding: 0 0 20px 0;
  display: none;
}

.faq-item.active .faq-answer {
  display: block;
}

.default-text {
  font-style: italic;
  color: #666;
}

.tabs-container {
  display: flex;
  gap: 15px;
  justify-content: left;
  flex-wrap: wrap;
}

.tab {
  position: relative;
  height: 30px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.tab:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.tab-frk {
  background: #ff8e00;
  width: 87px;
}

.tab-lasik {
  background: #f3008f;
  width: 104px;
}

.tab-super-lasik {
  background: #00c3f4;
  width: 171px;
}

.tab-text {
  color: white;
  font-size: 20px;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
}
a.tab-text {
  text-decoration: none;
  color: white;
}
a.tab-text:hover {
  text-decoration: none;
  color: white;
}
.text-frk {
  text-transform: uppercase;
}

.explanation {
  margin-top: 40px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 15px;
  border-left: 5px solid #00c3f4;
}

.explanation h2 {
  color: #333;
  margin-bottom: 15px;
  font-size: 22px;
}

.explanation p {
  color: #555;
  line-height: 1.6;
  margin-bottom: 10px;
}

.code-block {
  background: #2d2d2d;
  color: #f8f8f2;
  padding: 15px;
  border-radius: 8px;
  margin-top: 15px;
  font-family: "Courier New", monospace;
  font-size: 14px;
  overflow-x: auto;
}

@media (max-width: 600px) {
  .tabs-container {
    align-items: center;
  }

  .tab {
    padding: 10px 15px;
    height: auto;
  }
  .tab-frk {
    width: auto;
  }

  .tab-lasik {
    width: auto;
  }

  .tab-super-lasik {
    width: auto;
  }
  .tab-text {
    color: white;
    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
  }
  .method-title {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .faq-question {
    font-size: 18px;
    padding: 5px 50px 5px 0;
  }
}
.consultation-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px 40px 0 40px;
  background: linear-gradient(135deg, #eaf8ff 0%, #e6eff5 100%);
  border-radius: 20px;

  gap: 40px;
}

.consultation-block .text {
  padding-bottom: 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.consultation-block .title {
  color: #2e5065;
  font-size: 39px;
  font-weight: 800;
  line-height: 49px;
  margin-bottom: 10px;
}

.consultation-block .more-block {
  margin-bottom: 10px;
}

.consultation-block .text div:not(.more-block):not(.title) {
  color: #2e5065;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.consultation-block img {
  width: 284px;
  height: 482px;
  border-radius: 10px;
  object-fit: cover;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 900px) {
  .consultation-block {
    flex-direction: column;
    text-align: center;
    gap: 30px;
    padding: 30px 20px;
  }

  .consultation-block img {
    width: 100%;
    max-width: 284px;
    height: 350px;
  }

  .consultation-block .title {
    font-size: 32px;
    line-height: 42px;
  }

  .consultation-block .text div:not(.more-block):not(.title) {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 480px) {
  .consultation-block {
    padding: 20px 15px;
  }

  .consultation-block .title {
    font-size: 26px;
    line-height: 36px;
  }

  .consultation-block .text div:not(.more-block):not(.title) {
    font-size: 16px;
    line-height: 24px;
  }
}

/* End */
/* /bitrix/templates/yv2025/components/bitrix/news/cards2services/bitrix/news.detail/.default/style.css?17643254535020 */
