.text-line-index {
    font-family: Roboto, sans-serif;
    font-style: normal;
    padding-top: 72px;
    padding-bottom: 72px;
}


.text-line-index .text-line-index__container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.text-line-index .text-line-index__container > :last-child {
    margin-bottom: 0
}

.text-line-index .text-line-index__title {
    font-weight: 500;
    line-height: 38px;
    font-size: 32px;
    text-align: center;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #1c1c1c;
    margin: 0 0 32px;
    width: 100%
}

.text-line-index .text-line-index__desc {
    line-height: 26px;
    font-size: 16px;
    text-align: center;
    color: #1c1c1c;
    margin: 0 0 48px;
    width: 100%
}

.text-line-index .text-line-index__btn, .text-line-index .text-line-index__link {
    font-weight: 500;
    line-height: 22px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: .5em 1.25em;
    min-width: 128px;
    max-width: 288px;
    background-color: #00b9ff;
    border-radius: 4px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: none;
    outline: 0
}

.text-line-index .text-line-index__btn {
    font-family: Roboto, sans-serif;
    font-style: normal
}

.text-line-index .text-line-index__btn:hover {
    background-color: #66d5ff
}

.text-line-index .text-line-index__link {
    text-decoration: none
}

.text-line-index .text-line-index__link:hover {
    background-color: #66d5ff;
    color: #fff
}

.text-line-index .text-line-index__link:focus {
    background-color: #66d5ff;
    color: #fff
}

@media only screen and (max-width: 1199px) {

    .text-line-index .text-line-index__container > :last-child {
        margin-bottom: 0
    }

    .text-line-index {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .text-line-index.text-line-index--thin {
        padding-bottom: 40px
    }

    .text-line-index .text-line-index__container {
        padding-left: 24px;
        padding-right: 24px
    }

    .text-line-index .text-line-index__desc {
        margin-bottom: 40px
    }

}

@media only screen and (max-width: 1023px) {
    .text-line-index .text-line-index__container > :last-child {
        margin-bottom: 0
    }

    .text-line-index {
        padding-top: 40px;
        padding-bottom: 42px
    }

    .text-line-index.text-line-index--thin {
        padding-bottom: 32px
    }

    .text-line-index .text-line-index__container {
        padding-left: 24px;
        padding-right: 24px
    }

    .text-line-index .text-line-index__title {
        margin-bottom: 24px;
        font-size: 24px
    }

    .text-line-index .text-line-index__desc {
        margin-bottom: 32px
    }

    .text-line-index .text-line-index__container > :last-child {
        margin-bottom: 0
    }

    .text-line-index.text-line-index--thin {
        padding-bottom: 24px
    }

    .text-line-index .text-line-index__container {
        padding-left: 24px;
        padding-right: 24px
    }
}

@media only screen and (max-width: 767px) {
    .text-line-index .text-line-index__title {
        font-size: 18px;
        line-height: 26px
    }

    .text-line-index .text-line-index__desc {
        margin-bottom: 24px;
        line-height: 20px;
        font-size: 14px;
        text-align: left
    }
}