/*
Таймлайн
*/

.listItemNum{
    background: black;
    color: white;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    text-align: center;
    float: left;
    margin-right: 15px;
}

.listItemText{
    padding-bottom: 20px;
}
.container{
    max-width: 1460px;
    margin-left: auto;
    margin-right: auto;
}

.list{
    display: flex;
    flex-direction: column;
}

.list__item{
    position: relative;
    display: grid;
    gap: 25px;
    grid-template-columns: 35px 80%;
}

.list__item:not(:last-child){
    padding-bottom: 70px
}

.list__item::before{
    z-index: -5;
    content: '';
    background: black;
    height: 100%;
    position: absolute;
    left: 17px;
    top: 0;
    width: 1px;
}

.list__item-num{
    border-radius: 50%;
    background: #242424;
    width: 35px;
    height: 35px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list__item-content{
    display: flex;
    flex-direction: column;
}

.list__item-title{
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
}

.list__item-text{
    margin-top: 0;
    margin-bottom: 0;
    color: #999999;
}

.list__item-sublist{
    list-style-type: none;
    padding-inline-start: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.list__item-sublist li::before {
    content: '-';
    padding-right: 5px;
}

.list__item-link{
    color: #2fa7a1;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
}

/*
Конец тайм-лайн
*/

.header__modal-notification {
    border-radius: 10px;
    background: #fff5e1;
    display: grid;
    grid-template-columns: 20px auto;
    gap: 15px;
    align-items: flex-start;
}

@media (min-width: 1020px) {
    .header__modal-notification {
        padding: 20px 28px;
    }
}

@media (max-width: 1019.02px) {
    .header__modal-notification {
        padding: 10px 14px;
        gap: 8px;
    }
}

.header__modal-notification .header__modal-notification-icon {
    fill: #fdcf74;
}

.header__modal-notification--blue {
    background: #d9edf5;
}

.header__modal-notification--blue .header__modal-notification-icon {
    fill: #4285f3;
}

.header__modal-notification--red {
    background: #ffe8e4;
}

.header__modal-notification--red .header__modal-notification-icon {
    fill: #e04e39;
}

.header__modal-notification--green {
    background: #e5f5e6;
}

.header__modal-notification--green .header__modal-notification-icon {
    fill: #4e9d53;
}

.header__modal-notification-icon {
    width: 27px;
    height: 20px;
}

.header__modal-notification-text {
    font-family: var(--typography-fontFamily-bold);
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #515151;
    width: fit-content;
}

.list-tips,
.list-tips__wrapper,
.list-tips__item-logo{
    display: flex;
    flex-direction: column;
}

.list-tips__title,
.list-tips__item-text{
    margin-top: 0;
    margin-bottom: 0;
}

.list-tips{
    gap: 20px;
}

.list-tips__title{
    font-size: 24px;
    line-height: 28px;
}

.list-tips__wrapper{
    gap: 20px;
}

.list-tips__item{
    display: grid;
    grid-template-columns: 35px auto;
    align-items: center;
    gap: 20px;
}

.list-tips__item-logo{
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: black;
    color: white;
    border-radius: 50%;
    align-self: flex-start;
    width: 35px;
    height: 35px;
}

.list-tips__item-text{
    font-size: 18px;
    line-height: 20px;
}
