.container-wrapper {
    background-color: #F5F3F1;
}
.tip_main {
    padding-top: 105px;
}
.tip_main-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
    min-height: 300px;
    max-width: 900px;
    width: 100%;
}
.tip_main-ellipses {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
}
.tip_main-ellipse {
    width: 10px;
}
.tip_main-title {
    font-size: clamp(1.5625rem, 0.9743rem + 2.9412vw, 3.125rem);
    line-height: 110%;
    font-weight: 500;
    color: #000000;
    padding-top: 5px;
}
.tip_main-caption {
    font-size: clamp(1rem, 0.5529rem + 2.2353vw, 2.1875rem);
    line-height: 110%;
    font-weight: 400;
    color: #000000;
    padding-bottom: 5px;
}
.tip_main-wrap2 {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
    margin-top: 21px;
}
.tip_main-creators {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}
.tip_main-creators__img {
    width: 49.3px;
}
.tip_main-creators__text {
    font-size: clamp(1rem, 0.9059rem + 0.4706vw, 1.25rem);
    line-height: 110%;
    font-weight: 400;
    color: #BFBFBF;
}
@media (max-width: 770px) {
    .tip_main {
        padding-top: 26px;
    }
    .tip_main-wrap {
        gap: 35px;
        min-height: inherit;
    }
    .tip_main-title, .tip_main-caption {
        line-height: 115%;
        padding-top: 0;
        padding-bottom: 0;
    }
    .tip_main-ellipse:nth-child(n+8) {
        display: none;
    }
    .tip_main-wrap2 {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
        margin-top: 24px;
    }
    .tip_main-creators {
        width: 100%;
    }
    .tip_main-creators__img {
        width: 32px;
    }
    .tip_main-creators__text {
        max-width: 70%;
        width: 100%;
    }
}
@media (max-width: 770px) {
    .tip_main-wrap2__custom {
        gap: 12px;
        margin-top: 12px;
    }
}


.tip_blocks {
    display: flex;
    align-items: flex-start; 
    justify-content: flex-end;
    gap: 30px;
    flex-direction: row;
    margin-top: 60px;
}
.tip_blocks main {
    flex: 1;
    min-width: 0;
    max-width: 833px;
}
aside.tip_aside {
    position: sticky;
    top: 150px;
    width: 140px;
}
.tip_section {
    margin-bottom: 70px;
    position: relative;
}
.tip_section[id] {
    scroll-margin-top: 100px; /* Отступ при скролле по якорю */
    scroll-snap-margin-top: 100px; /* Для Safari */
}

.tip_aside-label {
    font-size: 20px;
    line-height: 100%;
    font-weight: 400;
    color: #000000;
    margin-bottom: 15px;
}
.tip_aside ul  {
    list-style: none;
    position: relative;
    padding-left: 7px;
}
.tip_aside ul::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #BDBDBD;
    border-radius: 10px; 
}
.tip_aside ul li  {
    line-height: 100%;
    font-size: 16px;
    color: #BDBDBD;
    font-weight: 400;
    margin-bottom: 12px;
    cursor: pointer;
    position: relative;
}
.tip_aside li.active::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #17D7FF;
    border-radius: 10px; 
}

.tip_aside ul li:last-child  {
    margin-bottom: 0;
}
.tip_aside ul li.active  {
    color: #000000;
    transition: color 0.5s ease;
}


@media (max-width: 770px) {
    aside.tip_aside {
        display: none;
    }
}

.tip-ellipses-bottom {
    position: relative;
    padding-bottom: 1px;
    z-index: 1;
    white-space: nowrap;
}
.tip-ellipses-bottom::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 8px;
    z-index: -1;
    background-image: url('../img/tip/ellipse_botom-text.svg');
    background-repeat: space;
}

.tip_epigraph {
    max-width: 785px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: space-between;
    padding-left: 30px;
    position: relative;
}
.tip_epigraph::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: #17D7FF;
  border-radius: 5px; 
}
.tip_epigraph-text {
    font-size: clamp(1.25rem, 1.0147rem + 1.1765vw, 1.875rem);
    line-height: 120%;
    font-weight: 500;
    color: #000000;
}
.tip_epigraph-text:first-of-type {
    margin-top: -5px;
}
.tip_epigraph-text:last-of-type {
    margin-bottom: -5px;
}

@media (max-width: 770px) {
    .tip_epigraph {
        padding-left: 15px;
        gap: 30px;
    }
}
.tip_sub-label {
    font-size: clamp(1.875rem, 1.5221rem + 1.7647vw, 2.8125rem);
    line-height: 100%;
    font-weight: 400;
    color: #000000;
    padding-bottom: 15px;
}
.tip_sub-label__subber {
    font-size: clamp(1.5625rem, 1.3272rem + 1.1765vw, 2.1875rem);
    line-height: 100%;
    font-weight: 400;
    color: #000000;
    padding-top: 10px;
    padding-bottom: 15px;
}
.tip_sub-label-decor, .tip_sub-label-another {
    position: relative;
    z-index: 1;
}
.tip_sub-label-decor::after {
    background-image: url("../img/tip/decor.svg");
    background-size: 100%;
    width: 107%;
    height: 200%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    margin-left: -10px;
    background-repeat: no-repeat;
}
.tip_sub-label-decor2::after {
    background-image: url("../img/tip/decor2.svg");
    width: 125%;
    height: 200%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    margin-top: -15px;
    margin-left: -20px;
    background-repeat: no-repeat;
}
@media (max-width: 770px) {
    .tip_sub-label-decor::after {
        margin-left: -5px;
        width: 110%;
        margin-top: -12px;
    }
    .tip_sub-label-decor2::after {
        width: 115%;
        margin-left: -10px;
        margin-top: -10px;
    }
}
.tip_sub-text {
    font-size: clamp(1rem, 0.9059rem + 0.4706vw, 1.25rem);
    line-height: 120%;
    font-weight: 400;
    color: #000000;
    padding-top: 25px;
    text-indent: 20px;
}
.tip_sub-img {
    width: 92%;
    padding-top: 40px;
    padding-bottom: 15px;
}
.tip_sub-img__custom2 {
    width: 96%;
}
.tip_sub-img__custom4 {
    width: 100%;
}
.tip_sub-img__custom3 {
    width: 90%;
    padding-top: 70px;
    padding-bottom: 45px;
}
.tip_sub-img__custom-mob {
    display: none;
}
.tip_sub-link {
    text-decoration: none;
    background-color: #17D7FFB3;
    padding: 0 2px;
    outline: none;
    color: #000000 !important;
}
.tip_sub-colorText {
    color: #00BEE6 !important;
}
.tip_sub-imgText {
    vertical-align: middle;
    padding-right: 6px;
    margin-top: -3px;
}
.tip_sub-link:hover {
    color: #000000 !important;
}
@media (max-width: 770px) {
    .tip_sub-img__custom-mob {
        display: block;
    }
    .tip_sub-img__custom-desktop {
        display: none;
    }
    .tip_sub-label {
        padding-bottom: 5px;
    }
    .tip_sub-text {
       padding-top: 20px; 
    }
    .tip_sub-img {
        width: 100%;
        padding-top: 30px !important;
        padding-bottom: 10px !important;
    }
}

.tip_sub-quot {
    border-radius: 5px;
    background-color: rgba(23, 215, 255, 0.1);
    padding: 25px 48px 22px 48px;
    margin-top: 35px;
    position: relative;
}
.tip_sub-quot__icon {
    width: 34.8px;
    position: absolute;
}
.tip_sub-quot__iconLeft {
    left: 0;
    top: -14px;
}
.tip_sub-quot__iconRight {
    right: 0;
    bottom: -14px;
    transform: rotate(180deg);
}
.tip_sub-quot__wrap {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.tip_sub-quot__text {
    font-size: clamp(1.25rem, 1.1559rem + 0.4706vw, 1.5rem);
    line-height: 120%;
    font-weight: 400;
    color: #000000;
}
@media (max-width: 770px) {
    .tip_sub-quot {
        padding: 25px 25px 22px 20px;
    }
}

.tip_arrow_top {
    text-align: center;
    width: 56.5px;
    margin-bottom: 60px;
    margin-top: 60px;
    cursor: pointer;
}
@media (max-width: 770px) {
    .tip_arrow_top {
        width: 45px;
    }
}