.premium-page {
    color: #1d1d20;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.2;
    background-color: #fff
}

.premium-page .container, .premium-page .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .premium-page .container, .premium-page .container-sm {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .premium-page .container, .premium-page .container-md, .premium-page .container-sm {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .premium-page .container, .premium-page .container-lg, .premium-page .container-md, .premium-page .container-sm {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .premium-page .container, .premium-page .container-lg, .premium-page .container-md, .premium-page .container-sm, .premium-page .container-xl {
        max-width: 1140px
    }
}

.premium-page .row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.premium-page .col-12 {
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.premium-page .hyperlink {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

#page-content {
    margin: 0
}

.hero-block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: linear-gradient(113.96deg, #f7bf1f 0, rgba(255, 189, 0, .71) 100%, #ffbd00 100%)
}

.hero-block__text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 116px 16px
}

.hero-block__text-inside {
    max-width: 540px
}

.hero-block__text-inside .standart-title {
    margin-bottom: 16px
}

.hero-block__text-inside .standart-title .standart-text,
.hero-block__text-inside .standart-title + p {
    margin-bottom: 32px;
}

.hero-block__img {
    padding: 0
}

.hero-block__img img {
    width: 100%;
    height: 100%
}

.hero-block__img, .hero-block__text {
    max-width: 50%;
    width: 100%
}

.features-block > .standart-title {
    margin-bottom: 60px
}

.features-block > .standard-title {
    margin: 60px 0;
    text-align: center;
}

.options-grid-block > .standart-title {
    margin-bottom: 90px
}

.options-grid-block > .standart-btn {
    margin-top: 70px;
    margin-left: auto
}

.standart-title {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-size: 40px;
    margin: 0;
}

.standard-title {
    font-size: 32px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}

.standart-title.white {
    color: #fff
}

.standart-title.green,
.standard-title.green {
    color: #7cb183
}

.standart-title.green {
    color: #7cb183
}

.standart-title.yellow {
    color: #e4aa1f
}

.standart-title.grey {
    color: #6f6e77
}

.standart-title.small {
    font-size: 22px !important
}

.standard-text-title {
    line-height: 25px;
    font-weight: 700;
    font-style: normal;
    text-align: center;
}

.standard-text-description {
    line-height: 22px;
    color: #6f6e77;
    font-size: 18px;
}

.standart-text.bold {
    font-weight: 700
}

.standart-text.grey {
    color: #6f6e77
}

.standart-text.green {
    color: #40944a
}

.standart-text.small {
    font-size: 18px
}

.standart-btn {
    max-width: 270px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    border-radius: 20px;
    background-color: #A98AFF;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .35px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    transition: box-shadow .15s ease-in-out;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
}

.standart-btn:hover {
    text-decoration: none;
    color: #FFFFFF;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
}

.standart-btn.yellow {
    background-color: #A98AFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    color: #F6BF1F;
}

.standart-btn.yellow:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
}

.standart-feature-item {
    max-width: 270px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.standart-feature-item .standart-feature {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px
}

.standart-feature-item .standart-feature img {
    max-width: 64px
}

.standart-feature-item .standart-feature.yellow {
    box-shadow: 0 0 28px rgba(255, 191, 38, .3)
}

.standart-feature-item .standart-feature.green {
    box-shadow: 0 0 28px rgba(95, 216, 110, .34)
}

.standart-feature-item .standart-feature.red {
    box-shadow: 0 0 28px rgba(255, 108, 108, .3)
}

.standart-feature-item .standart-feature.purple {
    box-shadow: 0 0 28px rgba(139, 112, 217, .3)
}

.standart-feature-item .standart-feature .standart-text + .standart-text {
    margin-top: 4px
}

.standart-feature-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-around;
    margin-bottom: 15px;
}

.standart-table {
    border-collapse: collapse;
    width: 100%
}

.standart-table .standart-title {
    font-size: 32px;
}

.standart-table tr {
    border: none
}

.standart-table tr:first-of-type th:first-of-type .standart-title {
    font-family: "Roboto", sans-serif;
}

.standart-table tr:last-of-type td:after {
    display: none
}

.standart-table td, .standart-table th {
    border-right: solid 1px #e6e6e6;
    border-left: solid 1px #e6e6e6;
    position: relative;
    height: 60px;
    text-align: center;
    min-width: 226px;
    padding: 15px 8px
}

.standart-table td:first-of-type, .standart-table th:first-of-type {
    text-align: left
}

.standart-table td:first-of-type, .standart-table td:last-of-type, .standart-table th:first-of-type, .standart-table th:last-of-type {
    border: none
}

.standart-table td:after, .standart-table th:after {
    content: '';
    width: calc(100% - 16px);
    bottom: 0;
    height: 1px;
    left: 8px;
    display: block;
    position: absolute;
    background-color: #e6e6e6
}

.standart-table td .standart-title + .small, .standart-table th .standart-title + .small {
    margin-top: 16px
}

.standart-table td .standart-title + .small + .small, .standart-table th .standart-title + .small + .small {
    margin-top: 2px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 18px !important
}

.standart-table-container {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.standart-block {
    padding: 90px 16px
}

.standart-block > .standart-title {
    text-align: center
}

.text-v-top {
    vertical-align: text-top
}

@media (max-width: 992px) {
    .premium-page {
        font-size: 18px
    }

    .hero-block__text {
        padding: 40px 8px 40px
    }

    .hero-block__text-inside {
        max-width: 400px
    }

    .hero-block .standart-text {
        font-size: 14px
    }

    .standart-title {
        font-size: 28px
    }

    .standart-text.small {
        font-size: 14px
    }

    .standart-feature-item:nth-of-type(2) .standart-text, .standart-feature-item:nth-of-type(3) .standart-text {
        max-width: 248px
    }

    .standart-feature-item .standart-feature {
        width: 100px;
        height: 100px
    }

    .standart-feature-item .standart-feature img {
        max-width: 60px
    }

    .standart-block {
        padding: 45px 8px
    }

    .standart-block > .standart-title {
        margin-bottom: 45px !important
    }

    .standart-table {
        font-size: 14px
    }

    .standart-table td, .standart-table th {
        height: 52px
    }

    .standart-table .standart-title {
        font-size: 18px
    }

    .standart-table .standart-title.small {
        font-size: 16px !important
    }

    .standart-table .standart-title + .small {
        margin-top: 14px !important
    }
}

@media (max-width: 768px) {
    .hero-block {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .hero-block__img, .hero-block__text {
        max-width: 100%
    }

    .hero-block .standart-text, .hero-block .standart-title {
        text-align: center
    }

    .hero-block .standart-btn {
        margin: 0 auto
    }

    .standart-block {
        padding: 40px 16px
    }

    .standart-block > .standart-title {
        margin-bottom: 24px !important
    }

    .standart-feature-list {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .standart-feature-item {
        margin-bottom: 24px
    }

    .options-grid-block .standart-btn {
        margin-top: 24px
    }

    .options-grid-block .standart-btn {
        margin-right: auto;
        margin-left: auto
    }
}