.items-todo-block{
    background: #FFFFFF;
    box-shadow: 0px -7px 15px rgba(0, 0, 0, 0.07), 0px 7px 15px rgba(0, 0, 0, 0.07);
    border-radius: 0;
    padding-bottom: 8px;
    margin-top: 24px;
    margin-bottom: 60px;
}

.items-todo--head{
    padding-top: 24px;
    display: flex;
    border-bottom: 1px solid #E6E6E6;
}

.items-todo-head-row{
    color: #0B3450;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    padding-left: 24px;
    padding-bottom: 16px;
}

.items-todo-head-row.mobile{
    display: none;
}

.items-todo-head-row:first-child{
    max-width: 263px;
    width: 100%;
    padding-right: 35px;
}

.items-todo-head-row:first-child +*{
    width: 100%;
    padding-left: 0;
}

.items-todo-block--row{
    display: flex;
    border-bottom: 1px solid #E6E6E6;
}

.items-todo-block--row:last-child{
    border-bottom: none;
}

.items-todo-block--title_item{
    max-width: 263px;
    width: 100%;
    padding-left: 24px;
    padding-top: 16px;
    padding-right: 35px;
    font-weight: 500;
    font-size: 16px;
    color: #0B3450;
    line-height: 22px;
}

.items-todo-block--list{
    width: 100%;
    padding-bottom: 16px;
}

.items-todo-block--list ul{
    margin-top: 16px;
    margin-bottom: 0;
    padding-right: 16px;
    padding-left: 0;
}

.items-todo-block--list ul li{
    font-weight: normal;
    font-size: 16px;
    padding-left: 19px;
    line-height: 22px;
    margin-bottom: 16px;
}

.items-todo-block--list ul li:last-child{
    margin-bottom: 0;
}

.items-todo-block--list ul li::before{
    background: #FF6600;
    width: 8px;
    height: 8px;
    top: 6px;
}

.items-todo-block--title_item span{
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 5.5332C8.43309 5.5332 5.53125 8.43505 5.53125 12.002C5.53125 15.5689 8.43314 18.4708 12 18.4708C15.5669 18.4708 18.4688 15.5689 18.4688 12.002C18.4688 8.43505 15.5669 5.5332 12 5.5332ZM14.9744 10.8192L11.655 13.9974C11.5463 14.1014 11.4061 14.1536 11.2659 14.1536C11.1296 14.1536 10.9932 14.1043 10.8855 14.0053L9.03422 12.3051C8.80542 12.095 8.79023 11.7392 9.00037 11.5104C9.21052 11.2815 9.5663 11.2664 9.79519 11.4766L11.258 12.8199L14.1964 10.0065C14.4208 9.7917 14.7769 9.79939 14.9917 10.0238C15.2065 10.2482 15.1988 10.6043 14.9744 10.8192ZM12 0.00195312C5.38317 0.00195312 0 5.38513 0 12.002C0 18.6188 5.38317 24.002 12 24.002C18.6168 24.002 24 18.6188 24 12.002C24 5.38513 18.6168 0.00195312 12 0.00195312ZM12 19.5958C7.81275 19.5958 4.40625 16.1892 4.40625 12.002C4.40625 7.81475 7.8128 4.4082 12 4.4082C16.1872 4.4082 19.5938 7.81475 19.5938 12.002C19.5938 16.1892 16.1872 19.5958 12 19.5958Z' fill='url(%23paint0_linear_149_2316)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_149_2316' x1='-1.07137' y1='22.2078' x2='18.7898' y2='0.886309' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232166CC'/%3E%3Cstop offset='1' stop-color='%234B90C5'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 40px;
    display: block;
    line-height: 24px;
}

@media (max-width: 768px) {

    .items-todo-block{
        padding-bottom: 0;
    }

    .items-todo-block--row{
        flex-wrap: wrap;
    }

    .items-todo--head{
        padding-top: 16px;
    }

    .items-todo-head-row:first-child,
    .items-todo-head-row:first-child +*{
        display: none;
    }

    .items-todo-head-row.mobile{
        display: block;
        padding-left: 11px;
    }

    .items-todo-block--title_item{
        padding-left: 11px;
        max-width: 100%;
        padding-right: 11px;
        font-size: 18px;
    }

    .items-todo-block--title_item span{
        background: none;
        display: flex;
        padding-left: 0px;
    }

    .items-todo-block--title_item span:before{
        content: '';
        display: inline-block;
        background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4.26562C5.62206 4.26562 3.6875 6.20019 3.6875 8.57812C3.6875 10.9561 5.62209 12.8907 8 12.8907C10.3779 12.8907 12.3125 10.9561 12.3125 8.57812C12.3125 6.20019 10.3779 4.26562 8 4.26562ZM9.98291 7.78959L7.76997 9.90841C7.69753 9.97775 7.60409 10.0125 7.51062 10.0125C7.41972 10.0125 7.32878 9.97966 7.257 9.91372L6.02281 8.78025C5.87028 8.64019 5.86016 8.40297 6.00025 8.25041C6.14034 8.09784 6.37753 8.08778 6.53013 8.22788L7.50531 9.12344L9.46428 7.24781C9.61387 7.10462 9.85125 7.10975 9.99447 7.25934C10.1377 7.40894 10.1325 7.64634 9.98291 7.78959ZM8 0.578125C3.58878 0.578125 0 4.16691 0 8.57812C0 12.9893 3.58878 16.5781 8 16.5781C12.4112 16.5781 16 12.9893 16 8.57812C16 4.16691 12.4112 0.578125 8 0.578125ZM8 13.6407C5.2085 13.6407 2.9375 11.3696 2.9375 8.57812C2.9375 5.78666 5.20853 3.51562 8 3.51562C10.7915 3.51562 13.0625 5.78666 13.0625 8.57812C13.0625 11.3696 10.7915 13.6407 8 13.6407Z' fill='url(%23paint0_linear_240_391)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_240_391' x1='-0.714248' y1='15.382' x2='12.5265' y2='1.1677' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232166CC'/%3E%3Cstop offset='1' stop-color='%234B90C5'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
        line-height: 25px;
        width: 16px;
        height: 17px;
        background-repeat: no-repeat;
        padding-left: 22px;
        margin-top: 2px;
    }

    .items-todo-block--list{
        padding-left: 11px;
    }

    .items-todo-block--list ul{
        padding-right: 11px;
        margin-top: 14px;
        padding-left: 17px;
    }

    .items-todo-block--list ul li{
        margin-bottom: 8px;
    }
}