.features {
    margin-bottom: 80px;
}

.features__header-pic {
    display: none;
}

.features__title {
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #00A4BF;
    max-width: 910px;
    margin-left: auto;
    margin-bottom: 32px;
}

.features__top {
    margin-bottom: 100px;
}

.features__top > * {
    margin-bottom: 42px;
}

.features__top > *:last-child {
    margin-bottom: 0;
}

.features__top-box {
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.features__top-list {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.features__name {
    margin-bottom: 20px;
    margin-right: 44px;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.02em;
    color: #000;
}

.features__list {
    padding: 0;
    display: flex;
    list-style: none;
}

.features__list--secondary {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
}

.features__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}

.features__list-item > *:last-child {
    margin-bottom: 0;
}

.features__list-text {
    line-height: 120%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.features__list-text p {
    margin: 0;
}

.features__top-info {
    padding: 40px 44px;
    border-radius: 12px;
    background: -webkit-gradient(linear, left top, right top, from(#fff3ee), to(#fffefd));
    background: -o-linear-gradient(left, #fff3ee 0%, #fffefd 100%);
    background: linear-gradient(90deg, #fff3ee 0%, #fffefd 100%);
    position: relative;
}

.features__top-info--secondary {
    display: flex;
    align-items: center;
    background: -o-linear-gradient(312deg, #ecfbfe 0%, #fafeff 100%);
    background: linear-gradient(138deg, #ecfbfe 0%, #fafeff 100%);
}

.features__top-info--secondary .features__name {
    padding-left: 12px;
}

.features__person {
    position: absolute;
    left: 20px;
    bottom: -4px;
}

.features__list-icon {
    width: 43px;
    height: 38px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.features__rouble {
    position: absolute;
    right: 34px;
    bottom: -20px;
}

.features__schedule-list {
    margin-bottom: 0;
    padding: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 22px 1fr 22px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 22px;
    list-style: none;
}

.features__schedule-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.features__schedule-img {
    min-height: 200px;
    margin-bottom: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.features__schedule-info {
    padding: 16px 30px 26px;
    background: linear-gradient(197.62deg, #F3FDFF 12.05%, #FFFFFF 99.43%);
    flex-grow: 1;
}

.features__schedule-info > *:last-child {
    margin-bottom: 0;
}

.features__schedule-icon {
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.features__schedule-title {
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.02em;
    text-align: center;
}

.features__schedule-text {
    width: 100%;
    max-width: 308px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.03em;
    text-align: center;
}

.features__schedule-text span {
    font-weight: 600;
    color: #00A4BF;
    display: block;
}

@media screen and (max-width: 1199px) {
    .features__inner {
        position: relative;
    }

    .features__title {
        max-width: 100%;
        margin-left: 0;
        text-align: center;
        margin-bottom: 20px;
    }

    .features__top {
        margin-bottom: 60px;
    }

    .features__top-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .features__top-list {
        max-width: 100%;
    }

    .features__top-pic {
        height: auto;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .features__top-box--02 .features__top-pic {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .features__list {
        height: 130px;
    }

    .features__schedule-list {
        grid-gap: 14px;
    }

    .features__schedule-title {
        font-size: 20px;
    }

    .features__schedule-info {
        padding: 16px 16px 26px;
    }
}

@media screen and (max-width: 991px) {
    .features__schedule-list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .features__schedule-info {
        padding: 12px 12px 18px;
    }


}

@media screen and (max-width: 767px) {
    .features__list {
        width: 100%;
        max-width: 208px;
        margin: 0 auto;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        height: auto;
    }

    .features__rouble {
        display: none;
    }

    .features__name {
        margin-bottom: 12px;
        font-size: 20px;
        text-align: center;
    }

    .features__top-info {
        padding: 15px 15px 20px;
    }

    .features__top-info--secondary {

    }
}

@media screen and (max-width: 575px)  {
    .features {
        margin-bottom: 40px;
    }

    .features__top {
        margin-bottom: 30px;
    }

    .features__schedule-item--safety .features__schedule-img img {
        margin-bottom: 8px;
        max-width: 200px;
        height: auto;
    }

    .features__schedule-item--technological .features__schedule-img {
        justify-content: center;
    }

    .features__inner {
        position: relative;
    }

    .features__title {
        max-width: 300px;
        font-size: 24px;
        text-align: left;
        margin-bottom: 24px;
    }

    .features__top-pic--01 {
        width: 154px;
        height: auto;
        position: absolute;
        top: -14px;
        left: 0;
    }

    .features__person {
        width: 77px;
        top: 23px;
        left: 16px;
        bottom: auto;
    }

    .features__person img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .features__top-info--secondary .features__name {
        padding-left: 0;
        margin-bottom: 18px;
        text-align: left;
    }

    .features__list--secondary {
        max-width: 100%;
        margin: 0;
    }

    .features__list--secondary .features__list-col:first-child {
        padding-left: 0;
        max-width: 294px;
    }

    .features__list--secondary .features__list-col:nth-child(2) {
        max-width: 140px;
    }

    .features__top > * {
        margin-bottom: 20px;
    }

    .features__top-box--02 {
        position: relative;
    }

    .features__top-pic {
        display: none;
    }

    .features__top-box--02 .features__top-pic {
        width: 80px;
        height: auto;
        position: absolute;
        bottom: 45px;
        left: 75%;
        display: block;
    }

    .features__schedule-img {
        min-height: auto;
    }

    .features__top-box--02 {
        background: -o-linear-gradient(312deg, #ecfbfe 0%, #fafeff 100%);
        background: linear-gradient(138deg, #ecfbfe 0%, #fafeff 100%);
        border-radius: 12px;
    }

    .features__top-box--02 .features__top-list {
        width: 100%;
        margin: 0 auto;
    }

    .features__title {
        max-width: 130px;
    }

    .features__header {
        max-width: 300px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .features__header-pic {
        display: block;
        margin-right: 20px;
        position: relative;
        top: -20px;
    }
}

/* Доработки */
.features__top-pic.features__top-pic--01 {
    margin-right: 70px;
}
.features__top-info--secondary .features__list-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 500px;
}
.features__list-col {
    margin-right: 8px;
}
.new-block .features__title {
    max-width: 100%;
}
.new-block .features__top-info--secondary {
    background: linear-gradient(90deg, #FFF3EE 0%, #FFFEFD 100%);
}
.new-block .features__top-info--secondary .features__list-col {
    flex-direction: column;
    align-items: flex-start;
}
.new-block .features__top-list {
    max-width: 85%;
}
.new-block .features__top-pic {
    z-index: 1;
}
.mob-title {
    display: none;
}
.features__top-box.features__top-box--02 {
    position: relative;
}
.features__schedule-item--safety .features__schedule-info {
    background: linear-gradient(271.01deg, #F3FDFF 31.52%, #FFFFFF 90.91%);
}
.features__schedule-item--technological .features__schedule-info {
    background: linear-gradient(197.62deg, #F3FDFF 12.05%, #FFFFFF 99.43%);
}
.features__schedule-item--guarantee .features__schedule-info {
    background: linear-gradient(149.81deg, #F3FDFF 18.39%, #FFFFFF 92.38%);
}

@media screen and (max-width: 1200px) {
    .features__top-info--secondary .features__list-col {
        min-width: initial;
        flex-direction: column;
        align-items: flex-start;
    }
    .features__title {
        font-size: 22px;
    }
    .features__list {
        flex-direction: column;
        height: auto;
    }
    .features__top-info--secondary {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 800px) {
    .features__top-box.features__top-box--01 {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .features__title.mob-title {
        max-width: 40%;
        display: block;
    }
    .features__top-pic.features__top-pic--01 {
        max-width: 40%;
    }
    .features__list {
        max-width: initial;
    }
    .features__top-box.features__top-box--02 {
        margin-top: 0;
        background: linear-gradient(90deg, #FFF3EE 0%, #FFFEFD 100%);
    }
    .new-block .features__top-list {
        max-width: 100%;
    }
    .new-block .features__top-pic {
        display: none;
    }
    .new-block .features__top-pic.mob-title {
        display: block;
        max-width: 70px;
        margin-right: 8px;
    }
    .new-block .features__title {
        display: flex;
    }
    .features__list--secondary .features__list-col {
        max-width: initial !important;
    }
}