@font-face {
    font-family: 'Onder';
    src: url('https://static.tildacdn.com/tild3563-3532-4132-a638-643364653739/ONDER-REGULAR.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'SegoeUI';
    src: url('https://static.tildacdn.com/tild6339-3665-4662-b861-656465663466/Segoe-UI.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'SegoeUI';
    src: url('https://static.tildacdn.com/tild6562-6635-4230-b435-363364613835/Segoe-UI-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Robotoblack';
    src: url('https://static.tildacdn.com/tild3665-6361-4530-b731-393831356133/Roboto-Black.woff') format('woff');
    font-weight: 700;
    font-style: normal
}




/*ССЫЛКИ ПО ВСЕМУ САЙТУ*/
.link .tn-atom{
    transition: color 0.3s ease !important;
}

.link .tn-atom:hover {
  color: #FC6A01 !important;
}

.link{
    transition: color 0.3s ease !important;
}

.link:hover {
  color: #FC6A01 !important;
}



/* КНОПКА ВВЕРХ */
.fix_arrow_up.show svg {
    width: 8rem;
    height: 8rem;
}
.fix_arrow_up.show {
    bottom: 2.4rem;
}

@media screen and (orientation: portrait) {
    .fix_arrow_up.show {
        right: .8rem;
        bottom: .8rem;
    }
}

/*.t890__arrow svg {*/
/*  width: 52px !important;*/
/*  height: 52px !important;*/
/*}*/

/*.t890__arrow svg rect {*/
/*  width: 52px !important;*/
/*  height: 52px !important;*/
/*}*/






/*ИКОНКА В СЕЛЕКТЕ В ЦЕНАХ*/
@media (max-width: 1199px) {
  .t1281__wrapper_mobile::after {
    border-width: 12px 10px 0 !important;
    right: 24px !important;
  }
}

@media (max-width: 480px) {
  .t1281__wrapper_mobile::after {
    border-width: 8px 6px 0 !important;
    right: 16px !important;
  }
}




/*ОТСТУП У БЛОКА ЦЕН*/
@media screen and (max-width: 960px) {
    .t1281 {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}

/*ХЛЕБНЫЕ КРОШКИ*/

.t758 .t-container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    box-sizing: border-box !important;
    padding-top:0px !important;
}

.t758 .t-col {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

@media screen and (max-width: 960px) {
    .t-col {
        padding-left: 0 !important;
        padding-right: 0 !important;
         width: 100% !important;
        box-sizing: border-box !important;
    }
}

@media screen and (max-width: 1199px) {
    .t758 .t-container {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

}





/*ШАПКА — ПЛАВНАЯ АНИМАЦИЯ*/

/* Применяем transition ко всему блоку навигации */
.header__nav-item,
.header__nav-item .tn-molecule,
.header__nav-link .tn-atom {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}


/* При наведении на пункт меню */
.header__nav-item:hover .header__nav-link .tn-atom {
    opacity: 1 !important;
}

/* Активный пункт меню */
.header__nav-item.active .header__nav-link .tn-atom {
    opacity: 1 !important;
}

/* Мобильные точки */
.mobile-tab-dot {
    opacity: 0.6;
    cursor: pointer;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-tab-dot.active {
    opacity: 1;
}



/*УСЛУГИ ХОВЕР*/

/* Плавный переход для всех элементов карточки */
.benefits__card-item,
.benefits__card-item > .tn-molecule,
.benefits__card-item > .tn-molecule * {
  transition: all 0.3s ease-in-out !important;
}

/* При ховере на карточке — фон синий (только сама карточка) */
.benefits__card-item > .tn-molecule:hover {
    background-color: #0042A2 !important;
}

/* Внутри карточки при ховере — весь текст и иконка становятся белыми (наследуется от родителя) */
/* Убираем дублирование: не нужно отдельно менять .tn-atom, если он уже внутри .tn-molecule */
.benefits__card-item > .tn-molecule:hover * {
  color: #ffffff !important;
}

/* Для SVG иконок — меняем fill на белый */
.benefits__card-item > .tn-molecule:hover .benefits__card-icon svg path,
.benefits__card-item > .tn-molecule:hover .benefits__card-icon svg rect,
.benefits__card-item > .tn-molecule:hover .benefits__card-icon svg circle,
.benefits__card-item > .tn-molecule:hover .benefits__card-icon svg polygon {
  fill: #ffffff !important;
}

/* Блок с ценой всегда белый с синим текстом */
.benefits__card-item > .tn-molecule:hover .benefits__card-price,
.benefits__card-item > .tn-molecule:hover .benefits__card-price * {
  background-color: #ffffff !important;
  color: #0042A2 !important;
  border-radius: 50px !important;
}

/* Для SVG внутри блока с ценой — возвращаем синий цвет */
.benefits__card-item > .tn-molecule:hover .benefits__card-price svg path {
  fill: #0042A2 !important;
}





/*СТИЛИ ТАБЛИЦЫ*/

/* Все строки по умолчанию — синий фон */
.services-table__row {
  background-color: #F3F7FA !important;
}

/* Четные строки (2, 4, 6...) — белый фон */
.services-table__row:nth-child(even) {
  background-color: #ffffff !important;
}


/* СТАЖ */
.work-experience-element {
    width: 66px!important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.doc-element:hover .work-experience-element {
    width: 160px!important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.work-experience-text {
    opacity: 0;
}

.doc-element:hover .work-experience-text {
    opacity: 100%;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.1s !important;
}


@media (max-width: 1199px) {
    .work-experience-element {
        width: 160px !important; /* ширина сразу как при ховере */
        transition: none !important; /* анимация отключена */
    }
    
    .work-experience-text {
        opacity: 100% !important; /* текст всегда виден */
        transition: none !important;
    }
    
    /* Отключаем ховер-эффекты на маленьких экранах */
    .doc-element:hover .work-experience-element {
        width: 160px !important;
        transition: none !important;
    }
    
    .doc-element:hover .work-experience-text {
        opacity: 100% !important;
        transition: none !important;
    }
}
/* КОНЕЦ СТАЖ */



/* ТАБЫ НА СТРАНИЦЕ ЦЕН */

.uc-tab-index {
    z-index: 10;
    position: relative;
}

/* КОНЕЦ ТАБЫ НА СТРАНИЦЕ ЦЕН */






/*ШАПКА СТИЛИ*/
html {
    font-size: 0.625vw;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'SegoeUI', Arial, sans-serif; 
    padding-top: 12rem;
}
.header-block {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: transparent;
    margin: 2.4rem 4rem;
    overflow: hidden;
}
.header-block__container {
    display: flex;
    gap: .8rem;
    justify-content: space-between;
}
.hidden-menu .header-block__left {
    width: calc(160rem - 8.8rem);
    transition: width 300ms ease 500ms;
    -webkit-transition: width 300ms ease 500ms;
    -moz-transition: width 300ms ease 500ms;
    -ms-transition: width 300ms ease 500ms;
    -o-transition: width 300ms ease 500ms;
}
.header-block__left {
    width: calc((160rem / 2) - 0.8rem);
    transition: width 300ms ease;
    -webkit-transition: width 300ms ease;
    -moz-transition: width 300ms ease;
    -ms-transition: width 300ms ease;
    -o-transition: width 300ms ease;
}
.header-block__left__container {
    background: #0042a2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 8rem;
    padding: 0 3.2rem;
    border-radius: 4rem;
    -webkit-border-radius: 4rem;
    -moz-border-radius: 4rem;
    -ms-border-radius: 4rem;
    -o-border-radius: 4rem;
}
.header-block__left__logo svg {
    width: 30rem;
}
.header-block__left__tel a {
    color: #fff !important;
    font-family: 'Onder', Arial, sans-serif;
    font-size: 1rem;
    text-decoration: none;
}
.header-block__right {
}

.header-block__right__container {
    position: absolute;
    right: 0rem;
    top: 0rem;
    z-index: 10;
    display: flex;
    width: 8rem;
    height: 8rem;
    background: #0042a2;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.header-block__right__icon {
    position: relative;
}
.header-block__right__icon__paw svg {
    position: absolute;
    top: calc(50% - 2rem);
    right: calc(50% - 2rem);
    width: 4rem;
    height: 4rem;
    opacity: 0;
    transition: rotate 300ms ease, opacity 300ms linear;
    -webkit-transition: rotate 300ms ease, opacity 300ms linear;
    -moz-transition: rotate 300ms ease, opacity 300ms linear;
    -ms-transition: rotate 300ms ease, opacity 300ms linear;
    -o-transition: rotate 300ms ease, opacity 300ms linear;
}
.header-block.hidden-menu .header-block__right__icon__paw svg {
    rotate: 720deg;
    opacity: 1;
    transition: rotate 400ms ease, opacity 600ms linear;
    -webkit-transition: rotate 400ms ease, opacity 600ms linear;
    -moz-transition: rotate 400ms ease, opacity 600ms linear;
    -ms-transition: rotate 400ms ease, opacity 600ms linear;
    -o-transition: rotate 400ms ease, opacity 600ms linear;
}
.header-block__right__icon__cross svg {
    position: absolute;
    top: calc(50% - 1.6rem);
    right: calc(50% - 1.6rem);
    width: 3.2rem;
    height: 3.2rem;
    opacity: 1;
    transition: rotate 300ms ease, opacity 600ms linear;
    -webkit-transition: rotate 300ms ease, opacity 600ms linear;
    -moz-transition: rotate 300ms ease, opacity 600ms linear;
    -ms-transition: rotate 300ms ease, opacity 600ms linear;
    -o-transition: rotate 300ms ease, opacity 600ms linear;
}
.header-block.hidden-menu .header-block__right__icon__cross svg {
    rotate: 720deg;
    opacity: 0;
    transition: rotate 400ms ease, opacity 300ms linear;
    -webkit-transition: rotate 400ms ease, opacity 300ms linear;
    -moz-transition: rotate 400ms ease, opacity 300ms linear;
    -ms-transition: rotate 400ms ease, opacity 300ms linear;
    -o-transition: rotate 400ms ease, opacity 300ms linear;
}
.header-block__menu {
    background: #0042a2;
    color: #fff;
    border-radius: 4rem;
    -webkit-border-radius: 4rem;
    -moz-border-radius: 4rem;
    -ms-border-radius: 4rem;
    -o-border-radius: 4rem;
    width: calc((160rem / 2) - 0.8rem);
    height: 60rem;
    transition: width 300ms ease, height 300ms ease 500ms;
    -webkit-transition: width 300ms ease, height 300ms ease 500ms;
    -moz-transition: width 300ms ease, height 300ms ease 500ms;
    -ms-transition: width 300ms ease, height 300ms ease 500ms;
    -o-transition: width 300ms ease, height 300ms ease 500ms;
}
.header-block__menu.hidden {
    width: 8rem;
    height: 8rem;
    transition: width 300ms ease 500ms, height 300ms ease;
    -webkit-transition: width 300ms ease 500ms, height 300ms ease;
    -moz-transition: width 300ms ease 500ms, height 300ms ease;
    -ms-transition: width 300ms ease 500ms, height 300ms ease;
    -o-transition: width 300ms ease 500ms, height 300ms ease;
}
.header-block__menu__container {
    padding: 2rem 3.2rem;
}
.header-block__menu__close {
    position: absolute;
    top: 0;
    right: 0;
}

.header-block__menu__link-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: .8rem;
    flex-wrap: wrap;
}

.header-block__menu__link-list li:hover a{
    
    background: #FC6A01;
    color: #fff !important;
}
.header-block__menu__link-list li a {
    color: #00f;
    text-decoration: none;
    transition: all 150ms ease;
    background: #fff;
    padding: 1.6rem 2.4rem;
    border-radius: 4rem;
    -webkit-border-radius: 4rem;
    -moz-border-radius: 4rem;
    -ms-border-radius: 4rem;
    -o-border-radius: 4rem;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 100%;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}
.header-block__menu__link-list__container {
    width: calc((160rem / 2) - 15.2rem);
    transition: width 10ms ease, opacity 200ms ease 400ms;
    -webkit-transition: width 10ms ease, opacity 200ms ease 400ms;
    -moz-transition: width 10ms ease, opacity 200ms ease 400ms;
    -ms-transition: width 10ms ease, opacity 200ms ease 400ms;
    -o-transition: width 10ms ease, opacity 200ms ease 400ms;
}

.header-block__menu__link-list__container  ul{
    padding: 0 !important;
}

.header-block__menu.hidden .header-block__menu__link-list__container {
    opacity: 0;
    width: 0;
    transition: width 300ms ease 1s, opacity 10ms ease 550ms;
    -webkit-transition: width 300ms ease 1s, opacity 10ms ease 550ms;
    -moz-transition: width 300ms ease 1s, opacity 10ms ease 550ms;
    -ms-transition: width 300ms ease 1s, opacity 10ms ease 550ms;
    -o-transition: width 300ms ease 1s, opacity 10ms ease 550ms;
}

.header-block__menu__content {
    opacity: 1;
    height: 30rem;
    transition: height 300ms ease 300ms, opacity 100ms ease 800ms, transform 100ms ease 800ms;
    -webkit-transition: height 300ms ease 300ms, opacity 100ms ease 800ms, transform 100ms ease 800ms;
    -moz-transition: height 300ms ease 300ms, opacity 100ms ease 800ms, transform 100ms ease 800ms;
    -ms-transition: height 300ms ease 300ms, opacity 100ms ease 800ms, transform 100ms ease 800ms;
    -o-transition: height 300ms ease 300ms, opacity 100ms ease 800ms, transform 100ms ease 800ms;
    transform: translateY(0rem);
    -webkit-transform: translateY(0rem);
    -moz-transform: translateY(0rem);
    -ms-transform: translateY(0rem);
    -o-transform: translateY(0rem);
}

.header-block__menu.hidden .header-block__menu__content {
    height: 0;
    opacity: 0;
    transition: height 300ms ease 300ms, opacity 100ms ease, transform 100ms ease 800ms;
    -webkit-transition: height 300ms ease 300ms, opacity 100ms ease, transform 100ms ease 800ms;
    -moz-transition: height 300ms ease 300ms, opacity 100ms ease, transform 100ms ease 800ms;
    -ms-transition: height 300ms ease 300ms, opacity 100ms ease, transform 100ms ease 800ms;
    -o-transition: height 300ms ease 300ms, opacity 100ms ease, transform 100ms ease 800ms;
    transform: translateY(1rem);
    -webkit-transform: translateY(1rem);
    -moz-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    -o-transform: translateY(1rem);
}
.header-block__menu__content__container {
    margin-top: 6.4rem;
}
.header-block__menu__content__address {
    margin-bottom: 6.4rem;
}
.header-block__menu__content__title {
    font-family: 'Onder', Arial, sans-serif;
    font-size: 1rem;
    color: #fff;
    opacity: 0.6;
    letter-spacing: 0.08em;
    line-height: 200%;
    margin-bottom: 1.6rem;
    
}
.header-block__menu__content__link {
    margin-bottom: .8rem; 
}

.header-block__menu__content__link a{
    font-family: 'Onder', Arial, sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    line-height: 200%;
    color: #fff !important;
}
.header-block__menu__content__link-sign {
    font-family: 'SegoeUI', Arial, sans-serif;
    margin-top: 0.8rem;
    font-size: 1.8rem;
    line-height: 100%;
    letter-spacing: 0.02em;
}
.header-block__menu__content__tel {
        margin-bottom: 6.4rem;
}
.header-block__menu__content__social {
}


/* ИКОНКИ СОЦСЕТЕЙ В МЕНЮ */
.header-block__social-icons {
    display: flex;
    gap: 1.6rem;
    margin-top: 1.6rem;
}

.header-block__social-link {
    display: inline-block;
}

.header-block__social-link svg {
    width: 4.8rem;
    height: 4.8rem;
    display: block;
}

/* Плавная анимация смены цвета — 0.3 секунды */
.header-block__social-link svg rect,
.header-block__social-link svg path {
    transition: all 0.3s ease-in-out;
}

/* При наведении — оранжевый фон и белая внутренность */
.header-block__social-link:hover svg rect {
    fill: #FC6A01;
}

.header-block__social-link:hover svg path {
    fill: #ffffff;
}

/* Меняем цвет иконки при наведении */
.header-block__social-link:hover svg rect {
    fill: #FC6A01;
}

.header-block__social-link:hover svg path {
    fill: #ffffff;
}

/* Адаптация для мобильных */

@media screen and (orientation: portrait) {
    html {
        font-size: 1.666vw;
    }
    .header-block {
        margin: .8rem .8rem;
        overflow: visible !important;
    }
    .header-block__container {
        gap: .4rem;
    }
    .header-block__left__tel {
        display: none;
    }
    .header-block__right__container {
        position: fixed;
        right: .8rem;
        top: .8rem;
    }
    .header-block__menu {
        position: absolute;
        right: .8rem;
        top: .8rem;
        width: calc(100% - 1.6rem);
        position: fixed;
        height:64rem;
    }
    .hidden-menu .header-block__left {
        width: calc(100% - 9.8rem);
    }
    .header-block__left {
        width: 0;
        transition: width 400ms ease;
        -webkit-transition: width 400ms ease;
        -moz-transition: width 400ms ease;
        -ms-transition: width 400ms ease;
        -o-transition: width 400ms ease;
    }
    .header-block__menu__link-list ul {
        width: 45rem;
        opacity: 1;
        transition: opacity 300ms ease 500ms;
        -webkit-transition: opacity 300ms ease 500ms;
        -moz-transition: opacity 300ms ease 500ms;
        -ms-transition: opacity 300ms ease 500ms;
        -o-transition: opacity 300ms ease 500ms;
}
    .hidden-menu .header-block__menu__link-list ul {
        opacity: 0;
        transition: opacity 200ms ease;
        -webkit-transition: opacity 200ms ease;
        -moz-transition: opacity 200ms ease;
        -ms-transition: opacity 200ms ease;
        -o-transition: opacity 200ms ease;
}
.header-block__left__container {
    /*padding: 0 1.6rem !important;*/
}

.header-block__menu__content__address{
    margin-bottom: 4rem;
}

.header-block__social-link svg{
    height: 6.4rem;
    width: 6.4rem;
}
.header-block__menu__link-list li{
    font-size:2rem;
}

}


/*ЦЕННОСТИ*/


.about-value__block {
    margin: 0 4rem 16rem;
    z-index: 10;
}
.about-value__block__container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 2rem;
    position: sticky;
    top: 12rem;
}
.about-value__block__title {
    font-family: 'Onder', Arial, sans-serif;
    font-size: 1rem;
    line-height: 200%;
    letter-spacing: 0.08em;
    color: #2B1C17;
    opacity: 0.6;
    margin-bottom: 1.6rem;
}
.about-value__block__left-side {
    position: relative;
    background: #F3F7FA;
    border-radius: 4rem;
    -webkit-border-radius: 4rem;
    -moz-border-radius: 4rem;
    -ms-border-radius: 4rem;
    -o-border-radius: 4rem;
    overflow: hidden;
    height: 80vh;
    min-height: 40rem;
    max-height: 55rem;
}
.about-value__block__left-side__container {
    padding: 5.6rem;
}
.about-value__block__left-side__quot {
    position: absolute;
    top: -1rem;
    left: -2rem;
}
.about-value__block__left-side__quot svg {
    width: 36rem;
    height: 22rem;
    opacity: 0.1;
}
.about-value__block__left-side__counter {
    font-family: 'Onder';
    font-size: 1rem;
    line-height: 200%;
    text-align: right;
    letter-spacing: 0.08em;
    color: #2B1C17;
    opacity: 0.6;
    display: flex;
    justify-content: end;
}
.about-value__block__left-side__counter .first-count {
    display: block;
}
.about-value__block__left-side__counter .total-count {
    display: block;
}
.about-value__block__left-side__content {

}
.about-value__block__left-side__content__list {

}
.about-value__block__left-side__content__item {
    position: absolute;
    bottom: 5.6rem;
    left: 5.6rem;
    right: 5.6rem;
    opacity: 0;
    transform: translateY(2rem);
    -webkit-transform: translateY(2rem);
    -moz-transform: translateY(2rem);
    -ms-transform: translateY(2rem);
    -o-transform: translateY21rem);
    font-size: 4rem;
    line-height: 140%;
    font-weight: 600;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Segoe UI';
    font-weight: 600;
    font-size: 4rem;
    line-height: 140%;color: #2B1C17;
    
}
.about-value__block__left-side__content__item.active {
    opacity: 1;
    transform: translateY(0rem);
    -webkit-transform: translateY(0rem);
    -moz-transform: translateY(0rem);
    -ms-transform: translateY(0rem);
    -o-transform: translateY(0rem);
}
.about-value__block__right-side {
    background: #0042A2;
    border-radius: 4rem;
    -webkit-border-radius: 4rem;
    -moz-border-radius: 4rem;
    -ms-border-radius: 4rem;
    -o-border-radius: 4rem;
    padding: 9.6rem 5.6rem;
}
.about-value__block__right-side__container {
    height: 100%;
}
.about-value__block__right-side__list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.about-value__block__right-side__list__item {
    opacity: 0.6;
    font-family: 'Onder';
    font-size: 1.8rem;
    line-height: 200%;
    letter-spacing: 0.08em;
    color: #FFFFFF;
}

.about-value__block__right-side__list__item.active {
    opacity: 1;
}


@media screen and (orientation: portrait) {
    .about-value__block__right-side{
      display: none;  
    }
    .about-value__block__left-side__content__item{
        font-size: 3.2rem;
    }
    .about-value__block {
    margin: 0 .8rem 16rem;
}
}