:root {
    --brand-green: #5e6f5d;
    --brand-light: #e4f1e7;
    --brand-accent: #ff7f2d;
    --card-bg: #dfeee0;
}

html,
body {
    height: 100%;
}

body {
    background-color: #667165;
    font-family: 'Segoe UI', sans-serif;
}

.sidebar {
    /* background-color: #3f4b3f; */
    background-color: #667165;
    color: white;
    height: 100vh;
}

.sidebar .nav-link {
    color: white;
    margin-bottom: 0.5rem;
    transition: 0.3s;
}
.sidebar .nav-link:hover {
    color: #ff724c;
    transition: 0.3s;
}

.sidebar .nav-link.active {
    background-color: #e9f3ec;
    color: #3f4b3f;
    font-weight: bold;
    border-radius: 0.5rem;
    padding-left: 1rem;
}

.card-team {
    background-color: #D7E4D6;
    border: none;
    border-radius: 1rem;
    overflow: hidden;
}

.transition-icon {
    transition: transform 0.3s ease;
}

.rotate-180 {
    transform: rotate(180deg);
}

.wrap__details {
    /* transform: translateY(-40px); */
    margin-top: -40px;

}

.details-block {
    padding-top: 50px !important;
    background-color: #667165;
    color: white;
    border-radius: 0 0 1rem 1rem;
    border-top-right-radius: 21px;
    border-top-left-radius: 21px;

}

.btn-details {
    background-color: #ff7034;
    border: none;
    border-radius: 0;
    font-weight: bold;
    border-radius: 50px;
    z-index: 9;
}

.btn-details:hover,
.btn-details:focus,
.btn-details:focus-visible,
.btn-details:target,
.btn-details:active {
    background: #ff7034 !important;

}

.avatar {
    width: 80px;
    height: 80px;
    background-color: #3f4b3f;
    border-radius: 50%;
}

.main-content-wrapper {
    background-color: #ffffff;
    border-radius: 1rem;
    margin: 1rem;
    padding: 1rem 2rem;
}


/* ----- HEADER (md+) ----- */
.topbar {
    background: var(--brand-light);
    border-radius: 1rem;
    margin-bottom: 1.5rem;
    padding: .75rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
}

.topbar form {
    flex: 1;
}

.circle-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--brand-light);
    border: 2px solid var(--brand-green);
    color: var(--brand-green);
    position: relative;
}

.circle-btn .badge {
    font-size: .55rem;
}



/* туц туц туц new new new */
/* туц туц туц new new new */
/* туц туц туц new new new */
/* new new new 1 */
.main__container {
    max-height: 100vh;
    background: #667165;
}

.main-content-wrapper {
    border-radius: 1rem;
    margin: 1rem;
    padding: 2.5rem 3rem;
    background-color: #E9F1E8;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: scroll;
}

















/* 1) Назначьте этот класс любому элементу, который должен прокручиваться
      (html, body, .sidebar, .content и т. д.) */
.main-content-wrapper {
  /* Firefox */
  scrollbar-width: thin;                       /* тонкая полоса */
  scrollbar-color: var(--thumb) transparent;   /* цвет «бегунка» */

  /* кастомные CSS-переменные для удобства изменения */
  --thumb: rgba(120, 120, 120, .35);
  --thumb-hover: rgba(120, 120, 120, .55);
}

/* 2) WebKit-браузеры (Chrome, Edge, Safari, Opera, Chromium-билды) */
.main-content-wrapper::-webkit-scrollbar {
  width: 0;           /* полностью скрыто по умолчанию */
  height: 0;
  transition: width .15s ease-out, height .15s ease-out;
}

.main-content-wrapper.scrolling::-webkit-scrollbar {
  width: 8px;         /* появляется во время прокрутки */
  height: 8px;
}

.main-content-wrapper::-webkit-scrollbar-track {
  background: transparent;
}

.main-content-wrapper::-webkit-scrollbar-thumb {
  background: var(--thumb);
  border-radius: 4px;
  transition: background .2s ease-out;
}

.main-content-wrapper::-webkit-scrollbar-thumb:hover {
  background: var(--thumb-hover);
}







.wrapper__text--sc2 {
    margin-bottom: 20px;
}

/* new new new 1 */
hr.hr__v1 {
    /* margin-top: 50px;
    margin-bottom: 50px; */
    margin-top: 42px;
    margin-bottom: 42px;
}

.mt19px {
    margin-top: 19px;
}

.wrapper__bg--ul--2 {
    background: none !important;
    padding-left: 20px !important;
    padding-top: 15px !important;
    padding-bottom: 0 !important;
}

.class__style--ul {
    background: none;
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 0;
}

.mrf__text--1 {
    margin-top: 25px;
}

.mrf__text--1>.span__text--1 {
    font-size: 26px;
}

.wrapper__program--sc15>ul>li {
    position: relative;
    width: 100%;
    margin-left: 20px;
}

.wrapper__program--sc15>ul>li .text__standart {
    font-size: 22px;
    color: rgb(87, 104, 86);
    font-family: 'Mont-Regular_1';
    margin-bottom: 10px;
}

.wrapper__program--sc15>ul>li .text__standart>span {
    font-size: 22px;
    color: rgb(87, 104, 86);
    font-family: 'Mont-Bold_1';
}

.ul__mini {
    list-style: none;
}

.ul__mini>li {
    font-size: 22px;
    color: rgb(87, 104, 86);
    font-family: 'Mont-Regular_1';
    margin-bottom: 10px;
}

/* new new new */

/*  */
/*  */
/*  */
/*  */
@media (max-width: 768px) {
    .mobile__logo {
        /* height: 150px; */
        height: 100px;
    margin: 0 auto;
    display: block;

    display: none!important;
    }
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: start;
    justify-content: start;
}
.navbar.navbar-dark.bg-dark.d-md-none {
    background-color: rgb(99 110 98) !important;
}
.container-fluid.d-flex.flex-column {
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-direction: row-reverse !important;
}
/*  */
/*  */
/*  */
/*  */

.quote__program {

    background-color: #fff;
    border-radius: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 35px 42px;
}

    .quote__program>.text__standart {
    color: rgb(87, 104, 86);
    font-family: 'Mont-Regular_1';

    margin-bottom: 0;
    border-left: 4px solid #ff7d3b;
    padding-left: 20px;
    font-size: 22px;
    }
    .quote__program>.text__standart > strong {
    color: rgb(87, 104, 86);
    font-family: 'Mont-Bold_1';
    font-weight: 600;

    }
    

.text__standart > strong {
        color: rgb(87, 104, 86);
        font-family: 'Mont-Bold_1';
        font-weight: 600;
    
        }
        


        /* mobile all */

@media (max-width: 768px) {
    .main-content-wrapper {
   
        padding: 20px 15px;
     
        margin: 0;
        margin-top: 5px;
        margin-bottom: 5px;


  /* max-width: 100%;
  width: 100%; */

  /* box-sizing: border-box; */

  overflow-x: hidden;
  /* word-wrap: break-word;

  overflow-wrap: break-word;
  word-break: break-word; */
                /* overflow: auto;
        height: initial; */
    }


.offcanvas-body > .mb-4.d-sm-none{ 

    display: none!important;
}

.p__wrapper---logo {
      color: #ffffff;
    margin-bottom: 0;
    padding-left: 14px;
    font-size: 18px
}
.p__wrapper---logo > img {
    height: 50px;
}

.wrapper__text--sc2 {
    margin-bottom: 20px;
}


/* text---style */
/* text---style */
/* text---style */
/* text---style */
.wrapper__program--sc15>ul>li .text__standart {
    font-size: 18px;
    margin-bottom: 9px;
    line-height: 23px;
}

.wrapper__program--sc15 > ul > li::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background-color: rgb(127, 188, 68);
    width: 7px;
    height: 7px;
    top: 6px;
    left: -15px;
}

.wrapper__program--sc15>ul>li {
    position: relative;
    width: 100%;
    margin-left: 9px;
}


    .wrapper__text--sc2 > .text__sc2--1 {
     
        margin-bottom: 10px;
    }

    .ul__mini>li {
    font-size: 18px;
  
    margin-bottom: 9px;
}

.ul__mini {
    list-style: none;
    padding-left: 15px;
}


  ul.ul__mini > li::after {
        content: '';
        position: absolute;
        border-radius: 50%;
        background-color: rgb(127, 188, 68);
        width: 7px;
        height: 7px;
        top: 8px;
        left: -15px;
    }

    
/* text---style */
/* text---style */
/* text---style */

}