.main__information {
    width: 1300px;
    height: 420px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 68.1%, rgba(0, 0, 0, 0.5) 97.14%), url(../images/content/background.png);
    border-radius: 5px;

    margin: 169px 0 95px 310px;

    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.gradient {
    background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 18%, #F5F9FD 18%, #F5F9FD 100%) !important;
}

.bg__color {
    width: 100%;
    background: #F5F9FD;
}

.main__title_text {
    font-weight: 600;
    font-size: 42px;
    line-height: 49px;
    width: 862px;

    color: #080A3E;
    margin-left: 405px;
    padding-top: 168px !important;
    margin-top: -168px;
    padding-top: 32px;
}

.main__text {
    color: #FFFFFF;
    font-weight: 500;
    margin-left: 98px;
}

.main__content_table>img {
    margin-top: 1536px;
    margin-left: 225px;
}

.rating {
    color: #FFFFFF;
    background: #FF0000;
    border-radius: 5px;

    width: 50px;
    height: 33px;

    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    padding: 0 5px;
}

.main__text_head {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    margin-top: 38px;
}

.main__text_information {
    font-weight: 600;
    font-size: 42px;
    line-height: 49px;

    margin-top: 58px;
    width: 85%;
}

.main__text_description {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;

    margin-top: 93px;
}

.main__indicators_text {
    width: 628px;
    height: 56px;

    margin: 46px 0 16px 405px;

    font-weight: 500;
    font-size: 24px;
    line-height: 28px;

    color: #4F506E;
}

.content__list {
    width: 100%;
    display: flex;
    justify-content: center;
}

.list__item {
    padding-bottom: 15px;
}

.content__block {
    width: 100%;
    height: 150px;

    display: flex;
    flex-direction: row;
    justify-content: center;
}

.content__block_gradient {
    width: 350px;
    height: 141px;

    margin-left: 31px;
    background: linear-gradient(107.41deg, #79619F 0%, #E89F9F 100%);
    border-radius: 6px;

    display: flex;
    flex-direction: column;
    justify-content: center;

}

.content__block_gradient:nth-child(2) {
    background: linear-gradient(107.41deg, #6E619F 0%, #9FE8E8 100%);
}

.content__block_gradient:nth-child(3) {
    background: linear-gradient(107.41deg, #619F98 0%, #9FE8E3 100%);
}

.content__block_text {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

.strong {
    font-size: 42px;
}

.content__block_text:nth-child(1) {
    width: 175px;
    height: 30px;
    margin: 0 0 6px 86px;
}

.content__block_text:nth-child(2) {
    width: 100%;
    text-align: center;
}

.content__block_text_big_width {
    width: 200px !important;
}

.main__subtitle {
    width: 50%;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #4F506E;

    margin-left: 407px;
}

.main__subtitle_text {
    width: 100%;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #4F506E;

    margin-left: 407px;
}

.subtitle__content {
    width: 50%;

    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #6590C3;

    margin-left: 407px;
    margin-top: 24px;
}

.subtitle__content:nth-child(2n) {
    margin-top: 24px;
    margin-bottom: 46px;
    padding-bottom: 46px;
}

.pt {
    padding-top: 46px;
}

.mt {
    margin-top: 64px;
}

.pt_double {
    padding: 23px 0;
}

.subtitle__content:nth-child(3n) {
    margin-top: 92px;
    margin-bottom: 110px;
}

.main__content_table {
    margin-bottom: 64px;
}