/* ======= layout ======= */
.col-left {
}

.col-centre {
    margin: 0 auto;
}

.col-right {
    margin: 0 0 0 auto;
}

.pricing_block-questions {
    padding: 92px 0 !important;
}

/* ======= tariff-block ======= */
.ver-start {
}

.ver-pro {
}

.var-hosted {
}

.tariff-block__header {
    position: relative;
    height: 32.7%;
    padding: 10% 5% 0 5%;
}

.tariff-block__promo-content {
    position: relative;
    height: 67.3%;
}

.tariff-block_btn {
    position: absolute;
    top: 27.5%;
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto;
    background-color: #00bdf6;
    width: 215px;
    padding: 7% 0;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 26px;
    vertical-align: middle;
    cursor: pointer;
    color: white;
    box-shadow: 0 0.07em 0.2em rgba(0,0,0,0.5);
    border: solid 2px #00bdf6;
    border-radius: 5px;
}

    .tariff-block_btn:hover {
        border: solid 2px #00bdf6;
        background-color: white;
        color: #00bdf6;
        text-decoration: none !important;
    }

.tariff-block__header_logo {
    position: absolute;
    right: -6px;
    top: 9px;
}

.tariff-block {
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    text-align: center;
    color: #000000;
    position: relative;
    max-width: 336px;
    height: 1070px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

    .tariff-block strike {
        font-size: 25px;
        position: absolute;
        top: 12px;
        left: 70px;
        font-weight: bold;
        color: red;
    }

.tariff-block_text-currency {
    font-size: 26px;
    vertical-align: top;
    position: relative;
    top: 10px;
    left: 6px;
}

.tariff-block_text-coast {
    font-size: 64px;
}

.tariff-block__coast {
    margin-top: 1.5rem;
}

.tariff-block_text-period {
    font-size: 18px;
    margin-bottom: 0 !important;
}

.tariff-block_text-user {
    font-size: 14px;
}

.tariff-block_text-tariff {
    font-size: 22px;
    margin: 10px 0;
}

.tariff-block_text-note {
    font-size: 14px;
}

.tariff-block_text-large {
    font-size: 36px;
    margin: 38px 0 !important;
}

.tariff-block__period {
    display: inline-block;
    vertical-align: middle;
}

    .tariff-block__period p {
        margin: 0 !important;
    }

.tariff-block__note {
    max-width: 212px;
    display: inline-block;
}

/* ======== promo-content ======= */
.tariff-block__promo-content {
    padding: 24% 10% 0 10%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.promo-content {
}

.promo-content_item {
    margin: 0 0 20px 0
}

.promo-content_icon {
    display: inline-block;
    width: 22%;
    height: 100%;
    vertical-align: text-bottom;
    text-align: left;
}

.promo-content_text {
    display: inline-block;
    width: 75%;
    text-align: left;
}

.text-promo {
    font-size: 19px;
    font-weight: 600;
    color: black;
    margin: 0;
}

.text-promo-title {
    text-align: left;
    margin: 0 0 80px 0 !important;
    font-size: 19px;
    font-weight: 600;
    color: black;
}

/* ====== pricing-title ====== */
.pricing-title {
    padding: 44px 0;
}

    .pricing-title p {
        font-size: 1.4rem;
        text-align: center;
        max-width: 960px;
        line-height: 2.2rem;
        margin: 3rem auto !important;
    }

/* ====== block-support ====== */
.pricing_block-support {
    padding: 8px 0 45px 0;
}

/* ======= media ======= */
@media (max-width: 767px) {
    .tariff-block {
        margin: 25px auto;
        height: 920px;
    }

    .tariff-block__header {
        padding: 18% 5% 0 5%;
    }

    .tariff-block_text-large {
        font-size: 33px;
    }

    .tariff-block_text-tariff {
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .promo-content_icon {
        width: 30%;
    }

    .promo-content_text {
        width: 66%;
    }

    .tariff-block_btn {
        width: 175px;
        font-size: 24px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .tariff-block {
        height: 1000px;
    }
}
