.ik-main__history {
    background: #273895;
    padding: 60px 0;
}

.ik-main__title {
    margin-bottom: 40px;
}

.ik-main__history-container {
    display: flex;
    align-items: center;
}

.ik-main__history-text {
    color: #FDFEFF;
    width: 60%;
    font-size: 18px;
    line-height: 167%;
    letter-spacing: 0.04em;
}


.ik-main__history-logo {
    margin-right: 120px;
}

.ik-history__item {
    display: flex;
    margin-bottom: 60px;
}

.ik-history__block {
    margin-bottom: 120px;
}

.ik-history__number {
    padding-top: 60px;
    font-size: 68px;
    line-height: 100px;
    letter-spacing: 0.04em;
    color: #273895;
    margin-right: 120px;
}

.ik-history__text {
    margin-top: 77px;
}

.ik-history__title.title20 {
    color: #323232;
    margin-bottom: 20px;
    width: 60%;
}

.ik-history__subtitle {
    width: 80%;
}

@media screen and (max-width: 1024px) {
    .ik-history__title {
        width: 70%;
    }

    .ik-history__subtitle {
        width: 82%;
    }

    .ik-history__number {
        margin-right: 60px;
    }

}

@media screen and (max-width: 768px) {

    .ik-main__history {
        padding: 30px 0;
    }

    .ik-history__block {
        margin-bottom: 50px;
    }

    .ik-main__history-logo {
        margin: 0;
    }

    .ik-main__history-container {
        flex-direction: column;
        text-align: center;
    }

    .ik-main__history-text {
        margin-top: 20px;
        width: 100%;
        font-size: 16px;
    }

    .ik-history__item {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
    }

    .ik-history__number {
        margin-right: 0;
        padding-top: 20px;
        line-height: 60px;
    }

    .ik-history__text {
        text-align: center;
        margin-top: 0;
    }

    .ik-history__title.title20 {
        width: 100%;
        margin: 15px auto;
        padding: 0;
    }

    .ik-history__subtitle {
        width: 100%;
        margin: 0 auto;
    }


}

@media screen and (max-width: 425px) {

    .ik-main__history-text {
        font-size: 14px;
    }


}

