html {
    margin: 0;
    height: 100%;
}

body {
    min-width: 320px;
    font-weight: 400;
}

a {
    cursor: pointer;
}

li.plan-disclaimer {
    width: 100%;
    text-align: left;
    margin-top: 15px;
    margin-bottom: -5px;
    padding-left: 0;
}

span.plan-asterisk {
    padding-left: 30px;
}

.registration-title h3 {
    letter-spacing: -0.21px;
    line-height: 27px;
    font-size: 21px;
    font-weight: 500;
    margin: 0;
}

#error-message {
    color: red;
    border: solid 1px red;
    padding: 10px;
    margin: 0 -10px 15px -10px;
}
/*general classes */
.heading {
    color: #35393d;
    margin: 0 0 24px;
    font: 500 60px/64px 'Montserrat',sans-serif;
}

.container-box {
    background: #ffffff;
    border: 1px solid #D0D2D3;
}

.smaller-heading {
    font: 600 36px/40px 'Montserrat', sans-serif;
    color: #35393D;
    margin: 0 0 22px;
    letter-spacing: -0.72px;
}

.list-style-none {
    list-style: none;
    padding: 0;
    margin: 0;
}

.under-text {
    font-size: 13px;
    font-style: italic;
}

.btn-page {
    background: #D21046;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    min-width: 200px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
    height: 50px;
    font-size: 22px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .btn-page:hover,
    .btn-page:active,
    .btn-page:focus {
        background: #E30040;
        color: #ffffff;
    }

    .btn-page:focus {
        background: #C70038;
        border: none;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

/* custom select */
.custom-select {
    position: relative;
}

.registration-page .form-control:-ms-input-placeholder {
    color: #abacb8 !important;
}

.contact-information .custom-select select {
    /*display: none;*/
    opacity: 0;
    height: 0;
    padding: 0;
    margin: 0;
}

.select-selected {
    background: url('../svg/custom-select.svg') 0 0 no-repeat;
    cursor: pointer;
    position: relative;
    width: 100%;
    background-size: cover;
    height: 36px;
    padding: 6px 12px;
    border: 1px solid #D0D2D3;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.select-items {
    position: absolute;
    background-color: #ffffff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 12px;
    border: 1px solid #D0D2D3;
    border-top: none;
    text-align: left;
    overflow: auto;
    max-height: 300px;
    font-size: 15px;
    line-height: 19px;
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -8px;
    right: 10px;
    width: 10px;
    height: 16px;
    background: url('../svg/see-more.svg') 0 0 no-repeat;
}

.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}
/* *** */
/* custom checkbox */
.custom-checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .custom-checkbox input {
        opacity: 0;
        cursor: pointer;
        position: absolute;
        height: 20px;
        width: 20px;
    }

    .custom-checkbox .checkmark {
        position: absolute;
        top: 20px;
        left: 15px;
        height: 20px;
        width: 20px;
        background: url('../svg/checkbox_empty.svg') 0 0 no-repeat;
    }

    .custom-checkbox input:checked ~ .checkmark {
        background: url('../svg/checkbox_selected.svg') 0 0 no-repeat;
    }

/* telinput */
.iti-flag {
    background-image: url("../png/flags.png");
}

.contact-information .input-error .intl-tel-input.separate-dial-code .selected-flag {
    background: transparent;
}

.contact-information .input-error .select-selected {
    background: #FBE3E4;
    border-color: #FBC2C4;
}

.umbraco-forms-field.isstate {
    display: none;
}

/* ****** */

/* title section */
.title-section {
    margin-top: 83px;
    text-align: center;
    color: #35393d;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    position: relative;
    z-index: 30;
    background: #fff;
}

    .title-section p {
        margin: 0 0 43px;
    }

/* *** PAGE REGISTRATION **** */
/* registration section */
.registration-page {
    background: #f8f9fa;
    text-align: center;
    padding: 58px 0 172px;
}

.requested-plan {
    background: url('../png/diamonds-registration.png') center right no-repeat;
    padding: 0 0 20px;
    margin: 0 0 68px;
}

    .requested-plan .smaller-heading {
        margin: 0 0 31px;
    }

.dealer-plan {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}

.inner-box {
    padding: 22px;
    position: relative;
    z-index: 2;
    min-height: 130px;
    display: flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dealer-plan:before {
    content: '';
    position: absolute;
    left: -40px;
    bottom: 0;
    background: url('../png/plan_shadow.png') 0 0 no-repeat;
    width: 580px;
    height: 130px;
}

.dealer-plan .logo-text {
    width: 170px;
    height: 60px;
}

.price-box {
    display: block;
    width: 100%;
    font-size: 17px;
}

.list-checkbox {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
    -webkit-justify-content: center;
    justify-content: center;
}

    .list-checkbox li {
        width: 33%;
        font-size: 17px;
        padding-right: 10px;
        margin-bottom: 10px;
    }

        .list-checkbox li .container-box {
            padding: 15px 10px;
            text-align: left;
            width: 100%;
            -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.07);
            box-shadow: 0 2px 6px 0 rgba(0,0,0,0.07);
            display: flex;
            flex-wrap: wrap;
            min-height: 100%;
        }

        .list-checkbox li .price-box {
            font-weight: normal;
            color: #999999;
            margin-left: 35px;
            margin-top: auto;
        }

.label-text {
    padding-left: 35px;
    margin-bottom: 12px;
}

.border-box {
    border: 2px solid #D21046;
}

/* interested-block */
/*.interested-block {
    margin-bottom: 85px;
}*/

.contact-information .under-text {
    margin: 0 0 55px;
}

/* form blcok */
.contact-information {
    max-width: 1100px;
    margin: 0 auto 40px;
}

    .contact-information .intl-tel-input {
        display: block;
    }

        .contact-information .intl-tel-input.separate-dial-code .selected-flag {
            background: url('../svg/custom-select.svg') 0 0 no-repeat;
            position: relative;
            -webkit-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }

        .contact-information .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
            width: 72px;
            border-right: 1px solid #D0D2D3;
        }

            .contact-information .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag:focus {
                outline: none;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

    .contact-information .phonevalidate .phone {
        padding-left: 95px;
        max-width: 100%;
    }

    .contact-information .intl-tel-input .selected-flag .iti-arrow {
        border: none;
        width: 10px;
        height: 16px;
        background: url('../svg/see-more.svg') 0 0 no-repeat;
        top: 50%;
        margin-top: -8px;
    }

    .contact-information .intl-tel-input .country-list {
        max-width: 300px;
        -ms-overflow-x: hidden;
        overflow-x: hidden;
    }

    .contact-information form {
        text-align: left;
    }

    .contact-information label.umbraco-forms-label {
        color: #97999C;
        font-size: 13px;
        text-align: left;
        padding-top: 10px;
        margin-bottom: -6px;
    }

    .contact-information .form-control {
        max-width: 300px;
        border-color: #D0D2D3;
        height: 36px;
    }

        .contact-information .form-control:focus {
            outline: none;
            border-color: #35393D;
            box-shadow: none;
            -webkit-box-shadow: none;
        }

    .contact-information .input-group,
    .contact-information .select-selected,
    .contact-information .select-items {
        max-width: 100%;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 14px;
        line-height: 1.42857143;
        color: #333;
        text-align: left;
    }

/* how-hear box */
.how-hear {
    margin-bottom: 85px;
}

    .how-hear .form-group {
        max-width: 520px;
        margin: 0 auto;
        text-align: left;
    }

        .how-hear .form-group .select-selected {
            background: url('../svg/dropdown-large.svg') 0 0 no-repeat;
            -webkit-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }

        .how-hear .form-group label {
            color: #35393D;
            font-weight: normal;
            padding-left: 3px;
        }

/* newsletter */
.newsletter {
    max-width: 1100px;
    margin: 0 auto 80px;
}

    .newsletter .smaller-heading {
        margin: 0 0 29px;
    }

.col-newsletters {
    text-align: left;
    border: 5px solid #ffffff;
    padding: 39px 50px 60px;
}

    .col-newsletters > .col-sm-4 {
        padding-left: 40px;
        padding-right: 40px;
    }

        .col-newsletters > .col-sm-4:first-child {
            padding-left: 0px;
        }

        .col-newsletters > .col-sm-4:last-child {
            padding-right: 0px;
        }



.cards-list h6 {
    letter-spacing: -0.15px;
    font-weight: 500;
    max-width: 758px;
    margin: 0 auto 43px auto;
}

.col-newsletters .custom-checkbox {
    margin-bottom: 13px;
}

    .col-newsletters .custom-checkbox .checkmark {
        top: 0;
        left: 0;
    }

.col-newsletters .label-text {
    padding-left: 20px;
    font-size: 15px;
}

.col-newsletters p {
    padding-left: 37px;
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
}

/* submit box */
.button-box {
    margin-top: 51px;
}

.registration-page .contact-information fieldset .titleanddescription:first-child p {
    font-size: 29px;
    color: #35393D;
    margin: 0 0 22px;
    font-weight: 500;
}

.registration-page .contact-information fieldset .titleanddescription {
    text-align: center;
}

.registration-page .contact-information fieldset:first-child .titleanddescription p {
    font-size: 13px;
    font-style: italic;
}

.registration-page .contact-information fieldset:first-child .titleanddescription:first-child p {
    font-size: 29px;
    color: #35393D;
    margin: 0 0 22px;
    font-weight: 500;
}

.contact-information .selectyouranswer .select-selected,
.contact-information .selectyouranswer .select-items {
    margin: 0 auto;
    max-width: 520px;
}

.contact-information .selectyouranswer label {
    text-align: center;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    text-align: left;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    color: black;
}

.selectyouranswer .select-selected {
    background: url(../svg/dropdown-large.svg) 0 0 no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.registration-page .contact-information fieldset:nth-child(9) {
    text-align: left;
    border: 5px solid #ffffff !important;
    padding: 26px 29px;
}

    .registration-page .contact-information fieldset:nth-child(9) label {
        padding-left: 20px;
        font-size: 15px;
        margin-bottom: 13px;
        padding-top: 0;
    }

.registration-page fieldset:nth-child(9) .custom-checkbox {
    position: absolute;
    left: -15px;
    top: 5px;
    padding: 0;
}

    .registration-page fieldset:nth-child(9) .custom-checkbox .checkmark {
        top: -3px;
        left: 0;
    }

.registration-page .checkbox label {
    font-family: 'Montserrat', "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold !important;
}

.registration-page .checkbox .help-block {
    padding-left: 23px;
    font-size: 13px;
    color: #000;
    font-family: 'Montserrat', "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 17px;
}

.registration-page .umbraco-forms-navigation {
    text-align: center;
}

.registrationform.umbraco-forms-form span.field-validation-error {
    font-size: 13px;
    line-height: 17px;
    float: left;
    color: #D41F30 !important;
    padding-left: 0;
    display: none;
}

.registrationform.umbraco-forms-form input.text,
.registrationform.umbraco-forms-form textarea {
    width: 100%;
    color: #35393D;
}

    .registrationform.umbraco-forms-form input.input-validation-error,
    .registrationform.umbraco-forms-form textarea.input-validation-error,
    .registrationform.umbraco-forms-form select.input-validation-error {
        margin-bottom: 0;
    }


.registrationform .intl-tel-input .country-list .country {
    font-size: 13px;
    line-height: 17px;
}

/* *** PAGE PLANS *** */
.plans-for-registration .plans-block {
    background: #f8f9fa;
    margin-top: 82px;
}

/* plans box */
.plans-box {
    margin-bottom: 70px;
}

.plans-for-registration .box-plan {
    background: #ffffff;
    border: 1px solid #D0D2D3;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center;
    padding: 30px 20px 40px 20px;
    width: 100%;
}

    .plans-for-registration .box-plan.primary {
        padding: 17px 20px 14px 78px;
    }

.plans-for-registration .plans-list, .plans-text2 {
    list-style: none;
    padding: 40px 0 0 0;
    font-weight: 500;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: 'Montserrat';
    font-size: 13px;
    line-height: 19px;
}

.plans-text2 {
    padding: 0;
    min-height: 95px;
    align-content: center;
    letter-spacing: normal;
}

.plans-list .price {
    line-height: normal;
}

.plans-for-registration .plans-list .btn-page {
    font-size: 15px;
    min-width: 160px;
    height: 40px;
    display: block;
    padding: 10px 0;
    text-decoration: none;
    max-width: 160px;
    margin: 0 auto;
}

.plans-for-registration .plan-img {
    padding: 0;
}

.plans-for-registration .sm-size-box {
    width: 20%;
    position: relative;
    /*max-width: 230px;*/
    min-height: 420px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sm-size-box:nth-child(n-2) {
    border-left: none;
}

.sm-size-box:first-child {
    border-left: 1px solid #D0D2D3;
}

.sm-size-box .bottom-part,
.sm-size-box .middle-part {
    margin-top: auto;
    width: 100%;
}

.label-popular {
    display: none;
}

.popular {
    -webkit-box-shadow: 0 3px 12px 0 rgba(0,0,0,0.16);
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.16);
}

.plans-list > li.instant-mobile {
    display: none;
}

.popular .label-popular {
    display: block;
    position: absolute;
    background: #35393D;
    top: -30px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    width: 100%;
    min-height: 30px;
}

.member-title {
    color: #d42031;
    font-size: 30px;
    font-weight: 600;
    padding: 30px 0;
    text-align: center;
}

.top-part {
    width: 100%;
    max-width: 184px;
    min-height: 82px;
}

    .top-part img {
        margin: 0 auto;
    }

.label-save span {
    display: inline-block;
    margin: 0 auto 24px;
    min-height: 25px;
    color: #D2002D;
    font-size: 15px;
    border: 1px solid #D2002D;
    line-height: 23px;
    font-weight: 600;
    padding: 2px 10px;
}

.label-year span {
    min-height: 25px;
    margin: 0 auto 20px;
    min-width: 100px;
    display: block;
}

.middle-part {
    max-width: 595px;
    text-align: center;
}

.sm-size-box .middle-part {
    margin-bottom: 0px;
    width: 100%;
}

.primary {
    width: 100%;
    margin-top: 40px;
}

    .primary .middle-part {
        padding: 0 15px;
    }

    .primary .bottom-part {
        width: 18%;
        text-align: center;
    }

.learn-more {
    display: block;
    text-align: center;
    color: #999999;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.15px;
    text-decoration: underline;
    font-weight: 500;
}



    .learn-more:hover,
    .learn-more:active,
    .learn-more:focus {
        color: #999999;
        text-decoration: none;
    }

.middle-part p.price {
    margin: 19px 0 0 0;
    letter-spacing: -0.92px;
}

.label-save {
    padding-top: 10px;
    margin-bottom: 0;
}

.middle-part p {
    font-size: 13px;
}

.middle-part .price {
    color: #35393D;
    font-size: 45px;
    line-height: 50px;
}

.mobile-downblock {
    display: none;
}

.mobile-link {
    display: none;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    margin: 0 auto 30px;
    width: 100%;
    max-width: 160px;
    text-align: center;
    letter-spacing: -0.15px
}

    .mobile-link a {
        color: #009ED3;
        margin-left: -20px;
    }

    .mobile-link.open a {
        color: #009ED3;
        text-decoration: none;
    }

    .mobile-link:after {
        content: '';
        position: absolute;
        right: 23px;
        top: 50%;
        margin-top: -6px;
        background: url('../svg/next-blue.svg') 0 0 no-repeat;
        width: 12px;
        height: 12px;
        -webkit-transition: transform 1s;
        -moz-transition: transform 1s;
        -ms-transition: transform 1s;
        -o-transition: transform 1s;
        transition: transform 1s;
        margin-right: -5px;
    }

    .mobile-link.open:after {
        background: url('../svg/next-open.svg') 0 0 no-repeat;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: transform 1s;
        -moz-transition: transform 1s;
        -ms-transition: transform 1s;
        -o-transition: transform 1s;
        transition: transform 1s;
        background-size: 12px 12px;
        background-position: 0;
    }

.plans-for-registration .inform-plan {
    background: #ffffff;
    width: 100%;
    max-width: 100%;
    border-top: none;
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 500;
}

    .plans-for-registration .inform-plan .heading-text {
        text-align: left;
        padding: 10px 20px;
        font-size: 21px;
        line-height: 27px;
        font-weight: 500;
        text-align: left;
        width: 100%;
    }

.table-information {
    border-top: 1px solid #D0D2D3;
    width: 100%;
}

    .table-information .table {
        table-layout: fixed;
        margin-bottom: 0;
    }

        .table-information .table td {
            border-bottom: none !important;
            font-weight: normal;
            text-align: center;
            padding: 10px 20px;
            border-left: 1px solid #D0D2D3;
            max-width: 230px;
            position: relative;
            font-weight: 500;
            font-size: 13px;
            line-height: 17px;
            letter-spacing: -0.13px;
        }


            .table-information .table td:first-child {
                text-align: left;
                border-left: none;
                padding: 10px 30px 10px 20px;
            }

.tooltip-box {
    background: url('../svg/icon_info.svg') 0 0 no-repeat;
    width: 12px;
    height: 14px;
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.tooltip-body {
    visibility: hidden;
    min-width: 200px;
    min-height: 40px;
    background: #ffffff;
    color: #35393D;
    border: 1px solid #D0D2D3;
    text-align: left;
    padding: 12px 10px;
    position: absolute;
    z-index: -1;
    left: -10px;
    top: -12px;
    opacity: 0;
    transition: opacity 1s;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
    font-size: 11px;
    font-style: italic;
    display: flex;
}

    .tooltip-body .text-tooltip {
        display: inline-block;
        vertical-align: middle;
        margin-left: 15px;
        font-weight: 400;
    }

.tooltip-box:hover .tooltip-body {
    visibility: visible;
    opacity: 1;
    z-index: 2;
}

.checked-v {
    background: url('../svg/icon-v.svg') center no-repeat;
    -webkit-background-size: 14px 14px;
    -o-background-size: 14px 14px;
    background-size: 14px 14px;
}

.checked-x {
    background: url('../svg/icon-x.svg') center no-repeat;
    -webkit-background-size: 14px 14px;
    -o-background-size: 14px 14px;
    background-size: 14px 14px;
}

/* additional services */
.additional-services .container-text {
    text-align: center;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.additional-services .image {
    width: 90px;
    margin: 0 auto 30px;
}

.additional-services .block-text {
    display: flex;
    margin-top: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
}

.col-text {
    font-size: 21px;
    line-height: 27px;
    margin: 0 0 20px;
    font-weight: 500;
}



.box-plan.color-green .plan-heading .ico-logo,
.inner-box.color-green .plan-heading .ico-logo {
    background-image: url(../svg/ico-rapnet-green-01.svg);
}

.box-plan.color-purple .plan-heading .ico-logo,
.inner-box.color-purple .plan-heading .ico-logo, .box-plan.color-red .plan-heading .ico-logo {
    background-image: url(../svg/ico-rapnet-purple-01.svg);
}

.box-plan.color-grey .plan-heading .ico-logo,
.inner-box.color-grey .plan-heading .ico-logo {
    background-image: url(../svg/ico-rapnet-gray-01.svg);
}

.box-plan.color-blue .plan-heading .ico-logo,
.inner-box.color-blue .plan-heading .ico-logo {
    background-image: url(../svg/ico-rapnet-blue-01.svg);
}

.box-plan.color-orange .plan-heading .ico-logo,
.inner-box.color-orange .plan-heading .ico-logo {
    background-image: url(../svg/ico-rapnet-orange-01.svg);
}

.box-plan .plan-heading .ico-logo,
.inner-box .plan-heading .ico-logo {
    width: 53px;
    height: 10px;
    text-indent: -9999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 53px 10px;
    display: block;
    margin: 0 auto 4px;
}

.box-plan .plan-heading h2,
.inner-box .plan-heading h2 {
    margin: 0;
    text-transform: uppercase;
    line-height: 34px;
}

.box-plan .plan-heading,
.inner-box .plan-heading {
    width: 100%;
}

.box-plan.color-green .plan-heading,
.inner-box.color-green .plan-heading {
    color: #23A456
}

.color-green .st0 {
    fill: #23A456;
}

.box-plan.color-purple .plan-heading,
.inner-box.color-purple .plan-heading {
    color: #af3d8e;
}

.color-purple .st0 {
    fill: #af3d8e;
}


.box-plan.color-grey .plan-heading,
.inner-box.color-grey .plan-heading {
    color: #a0a0a0;
}

.color-grey .st0 {
    fill: #a0a0a0;
}


.box-plan.color-blue .plan-heading,
.inner-box.color-blue .plan-heading {
    color: #009ed3;
}

.color-blue .st0 {
    fill: #009ed3;
}


.color-green-dark .plans-heading h1 {
    color: #009299;
}

.color-green-dark .st0 {
    fill: #009299;
}

.color-violet .plans-heading h1 {
    color: #7940E5;
}

.color-violet .st0 {
    fill: #7940E5;
}



.box-plan.color-orange .plan-heading,
.inner-box.color-orange .plan-heading {
    color: #f47a20;
}

.color-orange .st0 {
    fill: #f47a20;
}

.box-plan.color-red .plan-heading,
.inner-box.color-red .plan-heading {
    color: #D21046;
}

.color-red .st0 {
    fill: #D21046;
}


.box-plan.color-gold .plan-heading,
.inner-box.color-gold .plan-heading {
    color: #E4B92E;
}

.color-gold .st0 {
    fill: #E4B92E;
}

.box-plan svg {
    height: 10px;
    margin: 0 auto 4px;
}

.title-section.registration-title h1 {
    color: #35393d;
    margin: 0 auto 11px;
    font-size: 46px;
    line-height: 50px;
    letter-spacing: -0.92px;
    font-weight: 600;
}


.additional-services .image {
    width: 90px;
    margin: 0 auto 0;
    min-height: 107px;
    display: flex;
}

    .additional-services .image img {
        width: 90px;
    }

.plans-for-registration .cards-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 11px;
    border: 1px solid #E1E1E1;
    border-radius: 3px;
}

.plans-for-registration .cards-list h2 {
    margin: 80px auto 40px;
}

.plans-for-registration .plan-heading sub {
    bottom: 0;
}

.plans-for-registration .price sub {
    position: relative;
    vertical-align: middle;
    font-size: 24px;
    line-height: 28px;
    padding: 0;
    bottom: 0;
    font-weight: 500;
}

.plans-for-registration .tabset .nav-pills > li > a:hover {
    background-color: rgb(255, 234, 240);
}

.plans-for-registration .tabset .nav-pills > li.active > a,
.plans-for-registration .tabset .nav-pills > li.active > a:hover,
.plans-for-registration .tabset .nav-pills > li.active > a:focus {
    background-color: #D2002D !important;
}

.plans-for-registration .plans-block .container {
    padding-top: 60px;
    padding-bottom: 60px;
}

.plans-for-registration .plans-headline {
    padding: 0;
}

.registrationform.umbraco-forms-form .answer input.text {
    margin: 0 auto;
    max-width: 520px !important;
}

.registrationform.umbraco-forms-form .answer label {
    text-align: center;
}

.registration-error {
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background-image: url(../svg/attention.svg);
    padding: 0;
    top: 10px;
    right: 15px;
    position: absolute;
    z-index: 2;
    box-sizing: content-box;
    width: 16px;
    height: 16px;
    background-color: inherit;
}

.registration-page .umbraco-forms-field-wrapper {
    position: relative;
}

.registration-page .checkbox .umbraco-forms-field-wrapper {
    position: static;
}

.registration-page .umbraco-forms-form input.text,
.registration-page .umbraco-forms-form input.title,
.registration-page .umbraco-forms-form textarea,
.registration-page.umbraco-forms-form select {
    margin: 0;
}

.select-items > div {
    cursor: pointer;
}

.registration-page .umbraco-forms-form legend {
    border: none;
    margin: 0;
    padding-top: 15px;
    font-size: 29px;
    color: #35393D;
    font-weight: normal;
}

.plans-for-registration .sm-size-box.last-element {
    border-right: 1px solid #D0D2D3;
}

.plans-for-registration .plans-list.col-3 .sm-size-box {
    width: 25%;
}

.box-plan.sm-size-box.plan-img img {
    width: 100%;
}

.congratulation .button-action {
    margin-bottom: 50px;
}

.title-section.thank-you-title h1 {
    margin: 25px auto 0;
}

.registration-page fieldset:nth-child(2),
.registration-page fieldset:nth-child(3),
.registration-page fieldset:nth-child(4) {
    padding: 0;
    margin: 0;
}

.registration-page fieldset:nth-child(5) {
    padding: 0;
}

.second-solutions .cost-button:before {
    content: none;
}

.umbraco-forms-field.companytype {
    width: 65%;
}

.umbraco-forms-field.branches {
    width: 35%;
    padding-left: 15px;
}

.registration-page .umbraco-forms-fieldset:nth-child(3) .umbraco-forms-container:nth-child(3) {
    display: flex;
}

.tradingorganizations .select-selected {
    max-width: 330px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 20px;
}


/* *** CONGRATULATION PAGE *** */
.congratulation {
    background: url('../jpg/congrats_bg.jpg') 100% 100% no-repeat;
    height: 100%;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.text-congratulation {
    margin-top: 70px;
    margin-bottom: 40px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    padding: 42px;
}

    .text-congratulation h1 {
        font-size: 40px;
        margin: 0 0 33px;
    }

.btn-action {
    color: #D21046;
    font-size: 15px;
    background: #FFFFFF;
}

    .btn-action:hover,
    .btn-action:active,
    .btn-action:focus {
        background: #FFFFFF;
        color: #D21046;
    }

/* responsive styles for Congratulation section */

/* *** END ***  */



/* responsive styles */


.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(249,249,249,0.7);
}

.lds-ring {
    position: fixed;
    left: 50%;
    top: 50%;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 51px;
        height: 51px;
        margin: 6px;
        border: 6px solid #D2002D;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #D2002D transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.plans-block .tabset {
    /*background-color: #fff;*/
}

    .plans-block .tabset #years-price a {
        border-radius: 5px 0px 0px 5px;
        z-index: 10;
    }

    .plans-block .tabset a {
        background-color: #fff;
    }

    .plans-block .tabset #month-price a {
        border-radius: 0px 5px 5px 0px;
    }


@media(max-width:768px) {
    .primary .middle-part p {
        margin-bottom: 24px;
    }

    .table-information .table td:first-child {
        border-left: 1px solid #D0D2D3;
    }

    .table-information .table td:last-child {
        border-right: 1px solid #D0D2D3;
    }

    .title-section {
        padding-top: 0px !important;
    }

    .col-newsletters > .col-sm-4, .col-newsletters > .col-sm-4:last-child, .col-newsletters > .col-sm-4:first-child {
        padding-left: inherit;
        padding-right: inherit;
    }

    .plans-for-registration .box-plan.primary {
        padding: 30px 20px 40px 20px;
    }

    .plans-for-registration .cards-item {
        margin-bottom: 22px;
    }

    .smaller-heading {
        margin-left: -20px;
        margin-right: -20px;
    }

    .save20-ico {
        position: absolute;
        top: -105px;
        left: 23px;
    }

    .plans-for-registration .plans-block .container {
        padding-top: 100px;
    }

    .add-ons-link {
        min-width: inherit;
    }
}

.plan-block {
    display: flex;
    color: #fff;
    margin-top: 30px;
    font-size: 13px;
    flex-direction: column;
}

@media(min-width:768px) {
    .plan-block {
        flex-direction: row;
    }
}

.plan-block .plan-block__title {
    background: #35393D;
    
    border-radius: 4px 4px 0px 0px;
    font-size: 13px;
    padding: 8px 20px;
}
@media(min-width:768px) {
    .plan-block .plan-block__title {
        border-radius: 4px 0px 0px 4px;
    }
}

.plan-block .plan-block__link_text {
    background: #009299;
    padding: 8px 20px 18px 20px;
    border-radius: 0px 0px 4px 4px;
    font-size: 15px;
    font-weight: 700;
}

@media(min-width:768px) {
    .plan-block .plan-block__link_text {
        border-radius: 0px 4px 4px 0px;
        padding: 8px 20px;
    }
}

    .plan-block .plan-block__link_text a {
        color: #fff;
        border-radius: 3px;
        padding: 5px 20px;
        border: 2px solid #fff;
        font-size: 13px;
        font-weight: 400;
        margin-left: 20px;
    }

        .plan-block .plan-block__link_text a:hover {
            color: #009299;
            background: #fff;
            text-decoration: none;
        }

/* *** END *** */
