@media screen and (min-width: 782px) {
    .sf2__container {
        padding-right: 40px
    }
}

.sf2_font_small {
    font-size: 14px;
}

.sf2_toggle_content {
    display: none;
}

.sf2 input[type="text"],
.sf2 input[type="email"],
.sf2 input[type="number"],
.sf2 input[type="tel"],
.sf2 select {
    border: 1px solid #ddd;
    background: #fff;
    font-size: 15px;
    padding: 7px;
    height: 37px;
    /*width: 100%;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

/* Column */
.sf2-row:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (min-width: 782px) {
    .sf2-col {
        float: left;
        width: 50%;
        box-sizing: border-box;
    }

    .sf2-row .sf2-col.sf2-col--space:first-child {
        padding-right: 20px;
    }

    .sf2-row .sf2-col.sf2-col--space:last-child {
        padding-left: 20px;
    }
}

.sf2__section {
    margin-bottom: 40px;
}

.sf2__section h3 {
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
}

.sf2_card {
    border: 1px solid #ddd;
    padding: 15px 35px;
    margin-bottom: 10px;
}

/* Tariffs */
.sf2_tariff {
    line-height: 24px;
}

.sf2_title {
    font-weight: bold;
}

.sf2_description {
    font-size: 1.2em;
}

/* Tariff line */
.choose-tariff-type {
    padding-bottom: 5px;
}

.sf2_tariff_line {
    border-top: 1px solid #ddd;
    padding: 5px;
    cursor: pointer;
    background: #fff;
    position: relative;
}

.sf2_tariff_line:hover:not(.sf2_tariff_disabled) {
    background: #fbfbfb;
}

.sf2_tariff_line_active {
    background: #fbfbfb;
}

.sf2_tariff_line_content {
    display: flex;
    width: 100%;
}

.sf2_tariff_line_content > div {
    /*display: table-cell;*/
    vertical-align: middle;
    flex-grow: 1;
    flex-basis: 0;
    padding: 0 10px;
}

div.sf2_tariff_title_container {
    flex-grow: 1.5;
}

.sf2_price_month {
    text-align: right;
    font-size: .8em;
    color: #747474;
}

.sf2_price_month_small {
    font-size: .8em;
}

@media screen and (max-width: 800px) {
    .sf2_price_month {
        line-height: 16px;
    }
}

@media screen and (min-width: 1050px) {
    .sf2_price_month {
        min-width: 155px;
    }
}

.sf2_total_price {
    text-align: right;
    font-weight: bold;
}

/* Tariff section is opened. */
.sf2_tariff_open {
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.35);
}

.sf2_tariff_open .sf2_title {
    color: #098ecc;
}

.sf2_tariff_title_container > div {
    display: inline-block;
    font-size: .9em;
    vertical-align: text-top;
}

/* Tariff section with an item selected. */
.sf2_toggle_header {
    padding: 10px 0 30px;
    cursor: pointer;
    display: flex;
}

.sf2_toggle_header > div {
    display: inline-block;
}

.sf2_toggle_header .sf2_price_month {
    margin-left: auto;
}

.sf2_header_title {
    vertical-align: middle;
    font-size: 14px;
}

/* Billing information */
.company-switcher {
    padding-top: 10px;
    margin-bottom: -20px;
}

.company-wrapper {
    margin-top: 10px;
}

.billing-information__title {
    text-align: center;
}

.billing-information__title button {
    margin-left: 10px;
    padding: 7px 12px;
}

.billing-information__title > * {
    display: inline-block;
}

.billing-information.hidden .field:not(.email) {
    display: none;
}

.billing-information.hidden {
    text-align: center;
}

.billing-information.hidden .sf2-col {
    float: none;
    width: auto;
}

.billing-information.hidden .field.email {
    max-width: 400px;
    margin: 0 auto;
    text-align: left;
}

.sf2 .field,
.sf2 .input {
    position: relative;
}

.sf2 .field.email .btn {
    margin-top: 5px;
}

.sf2 .loading-icon {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    background: url('../images/loader.gif') no-repeat center center;
}

.sf2 .domain-managed .loading-icon {
    right: 95px;
}

/*.sf2 .domain-managed-birthdate {*/
/*    margin-top: 10px;*/
/*}*/

.sf2 .ajax-loading .loading-icon {
    display: block;
}

/* Payment methods */
.payment-methods label {
    padding: 0 0 5px 30px;
    font-weight: bold;
}

.payment_methods_item_selected label {
    color: #098ecc;
}

.payment_methods_img_cards,
.payment_methods_img_banks {
    float: right;
    max-width: 100%;
}

/* Summary price */
.sf2__price {
    line-height: 2.2em;
}

/* Agree */
.sf2__agree a {
    color: inherit !important;
}

.sf2__agree small {
    color: #888;
}

.sf2 .control-checkbox {
    color: #000;
    display: inline-block;
    margin-top: 5px;
    padding: 0 0 5px 30px;
}

/* Order button */
.sf2__submit-button {
    margin-top: 15px;
    text-align: center;
}

.sf2__submit-button input {
    background: #158ebf;
    font-size: 18px;
    padding: 20px 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.price__summary {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
    text-align: right;
}

.price__summary h4 {
    color: #098ecc;
}

.price__description {
    font-size: 14px;
    color: #888;
    margin-top: -10px;
}

/* Trials */
.hosting-id {
    text-align: center;
}

/* Domain */
.domain {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    padding-left: 30px;
}

.sf2 .domain .domain-managed-customer-domain input {
    width: 100%;
}

.domain-inner {
    text-align: left;
    display: inline-block;
    max-width: 400px;
}

.manage-domain-switcher {
    margin-bottom: -8px;
}

.sf2_radio-list.sf2_radio {
    text-align: left;
    display: inline-block;
}

.sf2_radio-list.sf2_radio label {
    padding: 3px 0;
}

.sf2_radio-list.sf2_radio .control_indicator {
    left: -30px;
    top: 6px;
}

.domain-manage-label {
    color: #000 !important;
}

.domain-manage-hint {
    padding: 0 !important;
    display: block;
    color: #888;
}

.managed-domain__label {
    color: #888;
    font-size: 15px;
    vertical-align: top
}

.sf2 .domain .dot_text {
    margin: 12px 3px 0;
    width: 3px;
    line-height: normal;
}

.sf2__domain-check-button {
    background-image: url(../images/repeate-ico.png);
    background-size: 16px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute
}

.sf2_radio {
    margin-right: 10px;
}

/* Sale badge */
.badge-wrapper {
    position: absolute;
    left: -50px;
}

.badge {
    border-radius: 5px;
    font-size: .8rem;
    padding: 0.3rem 0.5rem;
    position: absolute;
}

.badge--sale {
    position: relative;
    display: inline-block;
    background-color: #f52018;
    color: #fff;
    width: auto;
    margin-right: 20px;
    height: 18px;
    line-height: 1.2rem;
}

.badge--sale::before {
    position: absolute;
    right: -7px;
    top: 7px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 7px solid #f52018;
    border-bottom: 7px solid transparent;
}

.loginForm,
.loginForm input {
    width: 100%;
}

.loginForm .submit {
    margin-top: 5px;
}

.login-form__success {
    text-align: center;
    display: none;
    margin-bottom: 20px;
}

.sf2__login-form.success .login-form__success {
    display: block;
}

.sf2__login-form.success .modal-content {
    display: block;
    width: 260px;
}

.login-form__success .success-image {
    display: inline-block;
    background-image: url("../images/check.png");
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: White;
    color: Green;
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
}

/* Login form modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.6);

    /*text-align: center;*/
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 360px;
    max-width: 80%;
}

.modal .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.modal .close:hover,
.modal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* MULTI PLUS */
.sf2_price_multi_plus {
    /*display: flex;*/
    text-align: right;
}

.sf2_multi_plus_parent_service_id {
    font-size: .7em !important;

    max-width: 100px;
}

@media (min-width: 900px) {
    .sf2_multi_plus_parent_service_id {
        max-width: 160px;
    }
}

.sf2_multi_plus_service_count {
    padding: 0 0 0 10px;
    font-size: .9em;
    width: 45px;
}

.w-auto {
    width: auto !important;
}

.d-block {
    display: block;
}

.d-none--soft {
    display: none;
}

.multi-plus-expiration {
    /*font-size: .8em;*/
}

.multi-plus-period-description {
    line-height: 1em;
    color: #747474;
}

.multi-plus-multiple-domain-info {
    padding-bottom: 20px;
    font-size: .8em;
    text-align: left;
    /*color: #888;*/
}

.text-danger {
    color: Red;
}

.sf2_multi_plus_service_id {
    max-width: 170px;
    font-size: .7em !important;
}

.sf2_multi_plus_service_count_amount {
    padding-top: 6px;
}

.sf2_multi_plus_tariff_line .sf2_price_month {
    display: none;
}

.sf2_multi_plus_tariff_line .sf2_tariff_title_container {
    flex-grow: 2.5;
}

.sf2_tariff_disabled {
    cursor: not-allowed;
}

.sf2_tariff_disabled .sf2_price_multi_plus {
    display: none;
}

.sf2_tariff_disabled .sf2_price_month {
    flex-grow: 2.5;
}

.sf2_tariff_disabled .sf2_tariff_title_container {
    flex-grow: 2.5;
}

.sf2_tariff_disabled .sf2_radio {
    width: 20px;
}

.sf2_tariff_disabled .sf2_tariff_title_container div,
.sf2_tariff_disabled .sf2_total_price {
    text-decoration: line-through;
}

.sf2_multi_plus_tariff_line .multi-plus-period-description {
    margin-top: 3px;
}

.sf2_tariff_multi-jeden-mioweb-1w .sf2_tariff_title_container,
.sf2_tariff_disabled .sf2_tariff_title_container {
    font-size: .9em;
}

.sf2_tariff_multi-jeden-mioweb-1w .sf2_price_multi_plus {
    display: none;
}

.sf2_tariff_multi-jeden-mioweb-1w .sf2_price_month {
    /*display: none;*/
}

.sf2_tariff_multi-jeden-mioweb-1w .sf2_price_month {
    font-size: .7em;
}
