/* Ментор изменений */

@media (min-width: 920px) {
  .uc-mc-cover {
    display: flex !important;
    flex-direction: column; 
    height: 100vh;
  }
  .uc-mc-cover .t480 {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 620px) and (max-width: 919px) {
  .uc-mc-cover-tablet .t050__title {
    font-size: 40px !important;
  }
}



/* ДОВЕРЯЯ СВОЕЙ ПРИРОДЕ (2025) */


/* Доверяя своей природе: меню (моб.) */

.uc-tyn-menu-mob .t450__right_langs_lang {
  margin-bottom: 30px;
}

.uc-tyn-menu-mob .t450__right_langs_lang a {
  font-size: 16px;
  font-weight: 600;
} 

/* Доверяя своей природе: обложка */

.tyn-cover-container {
  background: rgb(239, 243, 239);
  background-image: url('https://static.tildacdn.com/tild6365-3466-4365-b936-623261633933/sky-mountains.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'TildaSans', Inter, ui-sans-serif, system-ui, -apple-system, 'Segoe UI',
    Roboto, 'Helvetica Neue', Arial;
}

.tyn-cover {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  box-sizing: border-box;
}

.tyn-cover-inner {
  width: 100%;
  max-width: 1100px;
  display: grid;
  grid-template-columns: 1fr 310px;
  gap: 16px;
  align-items: stretch;
}

.tyn-hero {
  padding: 46px 38px;
  background: white;
  border-radius: 12px 0 0 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tyn-title {
  margin: 0 0 8px 0;
  font-size: 58px;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #444;
}

.tyn-title--narrow {
  display: none;
}

.tyn-subtitle {
  margin: 10px 0 30px 0;
  color: #444;
  font-size: 20px;
  font-weight: 500;
}

.tyn-lead {
  margin: 2px 0 42px 0;
  color: #666;
  line-height: 1.4;
  font-size: 20px;
  max-width: 56ch;
}

.tyn-cta-row {
  display: flex;
  gap: 14px;
  align-items: center;
}

.tyn-btn {
  appearance: none;
  border: 0;
  padding: 14px 26px;
  border-radius: 14px;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  background: #0abab5;
  font-family: 'TildaSans', Inter, ui-sans-serif, system-ui, -apple-system, 'Segoe UI',
    Roboto, 'Helvetica Neue', Arial;
  color: white !important;
}

.tyn-btn a {
  color: white !important;
}

.tyn-btn-ghost {
  background: transparent;
  color: #777 !important;
  font-size: 17px;
  padding: 14px 20px;
  border-radius: 14px;
  border: 1px solid #ccc;
  text-decoration: none;
}

.tyn-author-card {
  padding: 22px;
  background: white;
  border-radius: 0 12px 12px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.tyn-avatar {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 16px;
}

.tyn-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tyn-author-meta {
  color: #444;
}

.tyn-author-meta h3 {
  margin: 0;
  font-size: 19px;
}

.tyn-author-meta p {
  margin: 6px 0 0 0;
  color: #666;
  font-size: 17px;
}

@media (max-width: 920px) {
  .tyn-cover-inner {
    grid-template-columns: 1fr;
  }
  .tyn-hero {
    border-radius: 12px;
  }
  .tyn-author-card {
    margin-top: 6px;
    border-radius: 12px;
  }
}

@media (max-width: 494px) {
  .tyn-title--wide {
    display: none;
  }
  .tyn-title--narrow {
    display: block;
  }
  .tyn-title {
    margin-bottom: 26px;
  }
  .tyn-cta-row {
    flex-direction: column;
    align-items: stretch; 
    gap: 12px; 
  }

  .tyn-btn,
  .tyn-btn-ghost {
    /* width: 100%; */
    text-align: center; 
  }
}


/* Доверяя своей природе: Анализ */
    
  .uc-tyn-analysis-mob li {
    display: flex;
    justify-content: center;
  }
  
  .uc-tyn-analysis-mob .t850__inner-col {
    max-width: 450px !important;
    width: 100%;
  }    
  
  
/* Доверяя своей природе: Отличие */

.tyn-comparison {
  font-family: 'TildaSans', Inter, ui-sans-serif, system-ui, -apple-system, 'Segoe UI',
    Roboto, 'Helvetica Neue', Arial;
  color: #444;
  background: rgb(88, 102, 101);
  background: linear-gradient(
    45deg,
    rgb(75, 104, 102) 60%,
    rgb(105, 147, 147) 88%,
    rgb(136, 179, 178) 100%
  );
  background-size: cover;
  width: 100%;
  padding: 60px 0;
}

.tyn-comparison-wrapper {
  padding: 50px 20px;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

.tyn-comparison h2 {
  font-size: 34px;
  margin-bottom: 40px;
  color: #fff;
}

.tyn-comparison-table {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.tyn-comparison-table-col {
  flex: 1 1 300px;
  max-width: 480px;
  border: 1px solid #444;
  border-radius: 10px;
  overflow: hidden;
  text-align: left;
}

.tyn-comparison-table-col {
  background: #a8bdbd;
}

.tyn-comparison-table-col.tyn-comparison-highlight {
  background: #f0fefe;
}

.tyn-comparison-table-row {
  padding: 20px;
  border-top: 1px solid #88a3a3;
  min-height: 90px;
}

.tyn-comparison-table-row.tyn-comparison-table-row-en {
  min-height: 65px;
}

.tyn-comparison-table-row.tyn-comparison-heading {
  display: flex !important; 
  justify-content: center; 
  align-items: center !important; 
  font-weight: bold;
  font-size: 1.3rem;
  border-top: none;
  min-height: 70px; 
  text-align: center; 
}

.tyn-comparison-table-row p {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.tyn-comparison-table-row.tyn-comparison-highlight {
  background: #f0fefe;
  border-top: 1px solid #cee4e4;
}

@media (max-width: 1045px) {
  .tyn-comparison-table-row.tyn-comparison-table-row-en:nth-child(3) {
    min-height: 80px;
  }
}

@media (max-width: 1000px) {
  .tyn-comparison-table {
    gap: 20px;
  }
}

@media (max-width: 960px) {
  .tyn-comparison-table-row.tyn-comparison-table-row-en:nth-child(2) {
    min-height: 80px;
  }  
}

@media (max-width: 870px) {
  .tyn-comparison-table-row {
    min-height: 110px;
  }
}

@media (max-width: 818px) {
  .tyn-comparison-table-row.tyn-comparison-heading {
    min-height: 105px;
  }
}

@media (max-width: 780px) {
  .tyn-comparison-table-row:nth-child(3) {
    min-height: 140px;
  }
  .tyn-comparison-table-row.tyn-comparison-table-row-en:nth-child(3) {
    min-height: 110px;
  }
}

@media (max-width: 710px) {
  .tyn-comparison-table-row:nth-child(2) {
    min-height: 140px;
  }
}

@media (max-width: 675px) {
  .tyn-comparison {
    background: linear-gradient(
      160deg,
      rgb(75, 104, 102) 60%,
      rgb(105, 147, 147) 88%,
      rgb(136, 179, 178) 100%
    );
  }
  
  .tyn-comparison-wrapper {
    padding-bottom: 100px;
  }

  .tyn-comparison-table {
    flex-direction: column;
    gap: 40px;
  }

  .tyn-comparison-table-col {
    max-width: 100%;
    flex: 1 1 auto;
  }

  .tyn-comparison-table-row,
  .tyn-comparison-table-row.tyn-comparison-heading,
  .tyn-comparison-table-col .tyn-comparison-table-row:nth-child(2),
  .tyn-comparison-table-col .tyn-comparison-table-row:nth-child(3) {
    min-height: auto;
  }
}

/* Доверяя своей природе: Об авторе */

.uc-tyn-bio .t1066__item {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}

.uc-tyn-bio .t1066__item:first-child {
  margin-bottom: 10px !important; 
}

.uc-tyn-bio .t1066__item:nth-last-child(-n+3) {
  margin-bottom: 6px !important; 
  line-height: 1.1 !important;
}

.uc-tyn-bio .t1066__item:last-child {
  margin-bottom: 0 !important;
}

.uc-tyn-bio li[data-list="bullet"] {
  margin-left: 14px;
  padding-left: 10px;
}


/* Доверяя своей природе: Дипломы и сертификаты */

.tyn-cert {
  padding: 30px 20px 140px 20px;
  background: #fff;
  font-family: 'TildaSans', Inter, ui-sans-serif, system-ui, -apple-system, 'Segoe UI',
    Roboto, 'Helvetica Neue', Arial;
  color: #444;
}

.tyn-cert h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #444;
  margin-bottom: 50px;
}

.tyn-cert-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.tyn-cert-column__heading {
  font-size: 18px;
  font-weight: 400;
  color: #888;
  margin-bottom: 30px;
  margin-left: 132px;
}

.tyn-cert-column:nth-child(2) .tyn-cert-column__heading {
  margin-left: 162px;
}

.tyn-cert-column ul {
  list-style: none;
  padding: 0;
  padding-left: 0 !important;
  margin: 0;
}

.tyn-cert-column li.tyn-cert-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 24px;
}

.tyn-cert-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: #ddd;
  overflow: hidden;
  display: block;
}

.tyn-cert-icon .tyn-cert-icon-inner {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  line-height: 0;
}

.tyn-cert-icon-inner {
  position: relative;
  display: block;
}

.tyn-cert-icon-inner::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(8, 147, 142, 0);
  transition: background-color 0.2s ease;
  pointer-events: none;
  border-radius: inherit;
}

.tyn-cert-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.tyn-cert-icon.tyn-cert-icon--active .tyn-cert-icon-inner:hover::after {
  background-color: rgba(8, 147, 142, 0.1);
}

.tyn-cert-row__title {
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 2px;
  line-height: 1.25 !important;
}

.tyn-cert-row__title-link {
  color: #08938e !important;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid #08938e; 
  padding-bottom: 1px;
  cursor: pointer;
}

.tyn-cert-row__title-link:hover,
.tyn-cert-row__title-link:focus {
  color: #056f6b !important;
  text-decoration: none !important;
}

.tyn-cert-row__subtitle {
  font-size: 18px;
  color: #666;
  line-height: 1.25;
  margin: 0;
  margin-top: 7px;
}

.tyn-cert-row__subtitle sup {
  position: relative;
  top: 2px; 
  font-weight: 600;
  color: #08938e;
}

.tyn-cert-row__subtitle--has-tooltip {
  position: relative;
  cursor: help;
}

.tyn-cert-row__subtitle__tooltip-content {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  max-width: 320px;
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #08938e;
  background: #f5f9f9;
  color: #555;
  font-family: 'Arial', sans-serif;
  font-size: 15px;
  line-height: 1.4;
  box-shadow: 0 6px 18px rgba(8, 147, 142, 0.15);
  z-index: 20;

  opacity: 0;
  transform: translateY(-4px);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.tyn-cert-row__subtitle--has-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 12px;
  background: transparent;
  pointer-events: auto;
}

.tyn-cert-row__subtitle__tooltip-content a {
  color: #08938e !important;
  text-decoration: underline !important;
  pointer-events: auto;
}

.tyn-cert-row__subtitle--has-tooltip:hover
  .tyn-cert-row__subtitle__tooltip-content,
.tyn-cert-row__subtitle--has-tooltip:focus-within
  .tyn-cert-row__subtitle__tooltip-content {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
  cursor: auto;
}

@media (max-width: 900px) {
  .tyn-cert {
    background: #f7f9f9;
  }
  
  .tyn-cert h2 {
    margin-top: 50px;
  }
   
  .tyn-cert-grid {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
    gap: 0;
  }
  
  .tyn-cert-row {
    margin-left: 12px;
  } 
  
  .tyn-cert-column__heading, 
  .tyn-cert-column:nth-child(2) .tyn-cert-column__heading {
    text-align: center;
    margin-left: 0;
  }
  
  .tyn-cert-column:nth-child(2) .tyn-cert-column__heading {
    margin-top: 20px;
  }

  .tyn-cert-icon {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 480px) {
  .tyn-cert {
    padding-bottom: 70px;
  }
    
  .tyn-cert h2 {
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
    line-height: 1.15;
  }
  
  .tyn-cert-grid {
    max-width: none;
    padding: 0;
    padding-right: 12px;
  }

  .tyn-cert-row {
    margin-left: 0;
  }

  .tyn-cert-icon {
    width: 40px;
    height: 40px;
  }
}

/* Доверяя своей природе: Услуги (карточки) */

.tyn-services {
  padding: 100px 20px 120px 20px;
  font-family: 'TildaSans', Inter, ui-sans-serif, system-ui, -apple-system, 'Segoe UI',
    Roboto, 'Helvetica Neue', Arial, sans-serif;
  background-color: #f2fbfb;
  color: #444;
}

.tyn-services__container {
  max-width: 1200px;
  margin: 0 auto;
}

.tyn-services__title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 50px;
  line-height: 1.2;
  padding-left: 40px;
  padding-right: 40px;
}

.tyn-services__description {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
}

.tyn-services__description p {
  flex: 1;
  margin: 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 19px;
  font-weight: 400;
  color: #555;
  line-height: 1.3;
}

.tyn-services__blocks {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.tyn-services__block {
  flex: 1;
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
}

.tyn-services__block h3 {
  font-size: 26px;
  margin-bottom: 20px;
  margin-top: 0;
  color: #444;
}

.tyn-services__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tyn-services__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.tyn-services__item p {
  margin: 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #555;
  line-height: 1.3;
}

@media (min-width: 960px) {
  .tyn-services__blocks {
    flex-direction: column;
    gap: 40px;
  }

  .tyn-services__list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .tyn-services__item {
    flex: 1;
    display: flex;
    align-items: flex-start;
  }

  .tyn-services__arrow {
    width: 30px;
    display: flex;
    justify-content: center;
    margin-right: 18px;
    align-items: center;
    vertical-align: middle;
    background-image: url('https://static.tildacdn.com/tild6335-6438-4538-b637-326564333163/svg_1757939932273.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .tyn-services__arrow--empty {
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    background: none;
  }
}

@media (max-width: 959px) {
   .tyn-services {
     padding-top: 50px;
   }    
    
  .tyn-services__description {
    flex-direction: column;
    gap: 20px;
  }

  .tyn-services__blocks {
    flex-direction: row;
  }
  
  .tyn-services__block {
    padding-bottom: 55px;
  }
  
  .tyn-services__title {
    margin-bottom: 40px;
  }
  
  .tyn-services__list {
    gap: 15px;
  }
  
  .tyn-services__item {
    gap: 0;
  }
}

@media (max-width: 640px) {
  .tyn-services__blocks {
    flex-direction: column;
  }
}

@media (max-width: 400px) {
  .tyn-services {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .tyn-services__title {
    font-size: 28px;
    line-height: 1.1;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
  }
  
  .tyn-services__description {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .tyn-services__description p {
    font-size: 18px;
  }
  
  .tyn-services__block {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.tyn-services__color--main-dark {
  background-color: #699393;
  color: #fff;
}

.tyn-services__color--main-dark .tyn-services__description p {
  color: #fff;
}

.tyn-services__color--main-dark .tyn-services__block {
  background-color: #f3fbfb;
}

.tyn-services__color--main-dark .tyn-services__arrow {
  background-image: url('https://static.tildacdn.com/tild3834-3565-4634-b465-336234383565/svg_1757940561043.svg');
}

.tyn-services__color--beige {
  background-color: #ded4ce;
}

.tyn-services__color--beige .tyn-services__description p {
  color: #444;
}

.tyn-services__color--beige .tyn-services__block {
  background-color: #f6f1ee;
}

.tyn-services__color--beige .tyn-services__arrow {
  background-image: url('https://static.tildacdn.com/tild6433-3833-4864-b862-333263666530/svg_1757941032499.svg');
}


/* Карьера по вашему дизайну */

  /* Проблема (Экран 2) */

.uc-cd-problem-desk {
  height: 550px;
}

/* Мои консультации. Сноска */

.uc-career-price-note svg {
  display: none;
}

@media (min-height: 650px) {

  /* Карьера по вашему дизайну */

  /* Обложка */

  .uc-career-cover-desk {
    height: 100vh;
  }

  .uc-career-cover-desk .t-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (max-height: 649px) {
  
  /* Карьера по вашему дизайну */
    
  /* Проблема (Экран 2) */
  .uc-cd-problem-desk .t-container {
    margin-top: 45px;
  }
}

