.free-steps { position: relative; z-index: 1; padding-top: 110px; padding-bottom: 140px; margin-top: 110px;}
.free-steps::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 110px);
    background: #F0F0F0;
}
.title-free-steps { font-weight: bold; }
.free-steps .title-free-steps {
    margin-top: -110px;
}
.text-free-steps { width: 100%; margin-top: 64px; margin-bottom: 22px; }
.big-number { font-weight: bold; font-size: 200px; line-height: 240px; color: #FDB73B; }
.wrapper-text-free-steps { display: flex; }
.text-step { margin-top: 170px; margin-left: -68px; font-weight: bold; font-size: 24px; line-height: 29px; }
.btn-text-free-steps {
    cursor: pointer;
    height: 80px;
    padding-top: 31px;
    background: #B22432;
    border-radius: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #fff;
    transition: .5s linear;
    margin-top: 170px;
}
.btn-text-free-steps:hover { background: #D21F39; }

.ui-loader { display: none; }
#stories { overflow-y: hidden; }

.free-steps .row.col-12 { padding: 0; }

@media screen and (min-width: 1600px) {
    .title-free-steps { font-size: 60px; line-height: 72px; }
}

@media screen and (max-width: 1599px) {
    .free-steps {
        padding-top: 97px;
        padding-bottom: 64px;
        margin-top: 97px;
    }
    .free-steps::before {
        height: calc(100% - 97px);
    }
    .free-steps .title-free-steps {
        margin-top: -95px;
    }
    .text-free-steps {
        margin: 40px 0 58px;
    }
    .big-number {
        font-size: 158px;
        line-height: 1;
    }
    .text-step {
        margin-top: 117px;
        margin-left: -64px;
        font-size: 20px;
        line-height: 1.2;
    }
    .btn-text-free-steps {
        margin-top: 120px;
    }
}

@media screen and (max-width: 1409px) {
    .title-free-steps { font-size: 52px; line-height: 62px; }
    .big-number { font-size: 160px; line-height: 192px; }
    .text-step { font-size: 20px; line-height: 24px; }
    .text-free-steps { font-size: 18px; line-height: 22px; }
}
@media screen and (min-width: 1090px) and (max-width: 1263px) {
    .btn-text-free-steps { padding-top: 23px; padding-left: 20px; padding-right: 20px; }

}

@media screen and (max-width: 1089px) {
    .btn-text-free-steps { padding-top: 23px; }
    .title-free-steps .tfs { white-space: normal;  max-width: 563px; }
    .free-steps { padding-top: 60px; padding-bottom: 82px; margin-top: 60px; }
    .free-steps::before {
        height: calc(100% - 60px);
    }
    .ts-2, .ts-3 { width: 238px; }

    .free-steps .title-free-steps {
        margin-top: -45px;
    }
    .title-free-steps { font-size: 36px; line-height: 43px; }
    .text-free-steps { margin: 32px 0 30px; font-size: 16px; line-height: 19px; }
    .big-number { font-size: 120px; line-height: 144px; }
    .text-step {
        margin-top: 94px;
        margin-left: -40px;
    }
    .btn-text-free-steps { padding-top: 31px; margin-top: 96px; font-size: 12px; line-height: 14px; }
}


@media screen and (max-width: 679px) {
    .free-steps { padding-top: 110px; margin-top: 76px; }
    .free-steps::before {
        height: calc(100% - 110px);
    }
    .title-free-steps .tfs {
        max-width: 250px;
    }
    .title-free-steps span {
        white-space: normal;
    }
    .text-step {
        width: auto;
    }
    /* .title-free-steps .tfs {padding-left: 10px; } */
    .text-free-steps {
        margin: 32px 0 28px;
    }
    .free-steps .title-free-steps {
        max-width: 280px;
        margin-top: -108px;
    }
    .free-steps-num {
        margin-top: -18px;
        margin-bottom: -18px;
    }
    .free-steps-num [class*="col"] {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .btn-text-free-steps { margin-top: 7px; }
}
