body {
    font-family: 'Roboto', sans-serif;
    background-color: #e7e7ec;
    color: #4d4d4d;
    min-height: 100vh;
}
.wrapper {
    min-width: 320px;
}
.t-red {
    color: #fe4851;
}
.mb-0 {
    margin-bottom: 0;
}
.mt-0 {
    margin-bottom: 0;
}
.btn-line {
    padding: 10px 30px;
    border: 2px solid #1c1b21;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #1c1b21;
    background-color: transparent;
    text-transform: uppercase;
    outline: none;
    -webkit-transition: all .15s ease-in-out;
    transition: all .1s ease-in-out;
}
.btn-line:hover {
    color: #ffffff;
    border-color: #fd4c52;
    background-color: #fd4c52;
}
.btn-line:focus {
    color: #ffffff;
    border-color: #fd4c52;
    background-color: #fd4c52;
}
header {
    padding-top: 9px;
    padding-bottom: 9px;
    background-color: #2a2d33;
}
main {
    padding-top: 40px;
    padding-bottom: 60px;
}
ul.top-icons {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
    text-align: center;
}
ul.top-icons > li {
    display: inline-block;
    vertical-align: top;
    padding-left: 75px;
    padding-right: 75px;
    color: #bebbc0;
    position: relative;
}
ul.top-icons > li.active {
    color: #4d4d4d;
}
ul.top-icons > .top-icons_step-1::after,
ul.top-icons > .top-icons_step-2::after {
    content: '\f105';
    font-size: 18px;
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    line-height: 42px;
    color: #bebbc0;
    position: absolute;
    top: 0; right: -6px;
    width: 12px;
    text-align: center;
}
ul.top-icons > li .icon {
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
}
ul.top-icons > li span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}
h1.package-name {
    margin-top: 0;
    margin-bottom: 60px;
    font-size: 30px;
    font-weight: 400;
    color: #4d4d4d;
}
.testimonial-box {
    min-height: 290px;
    margin-top: 45px;
    margin-bottom: 30px;
    padding: 20px;
    padding-bottom: 40px;
    border-radius: 10px;
    text-align: center;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    position: relative;
}
.testimonial-box::before {
    content: '“';
    font-family: 'Lobster', sans-serif;
    font-size: 80px;
    line-height: 65px;
    width: 35px;
    color: #fe4851;
    position: absolute;
    top: -10px;
    left: 15px;
    z-index: 1;
    text-align: left;
}
.testimonial-box_photo {
    margin-top: -65px;
    margin-bottom: 15px;
}
.testimonial-box p {
    font-weight: 300;
    margin-bottom: 15px;
}
.testimonial-box hr {
    width: 30px;
    border-top: 2px solid #fe4851;
    margin: 0 auto;
}
.testimonial-box_name {
    width: 100%;
    padding: 0 20px 20px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0; left: 0;
}
.error ul {
    padding-left: 0;
    list-style-position: inside;
}
.step-2 {
    /*opacity: 0;*/
}
.form-panel {
    margin-bottom: 25px;
    padding: 20px;
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    position: relative;
}
.form-panel_badge {
    position: absolute;
    top: 20px;
    left: -7px;
    font-family: 'Anton', sans-serif;
    font-size: 18px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    width: 70px;
    height: 38px;
    background-color: #fe4851;
}
.form-panel_badge::after {
    content: '';
    position: absolute;
    top: 0; right: 0;
    border-width: 19px 0 19px 9px;
    border-style: solid;
    border-color: #ffffff;
    border-left-color: transparent;
}
.form-panel_badge::before {
    content: '';
    position: absolute;
    top: 100%; left: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #902914;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}
.form-panel_heading {
    font-size: 28px;
    line-height: 32px;
    padding-left: 55px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #d1d1d1;
}
.form-panel_heading small {
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #4d4d4d;
}
.form-panel_body {
    padding-top: 20px;
    padding-bottom: 20px;
}
.form-panel label {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.checkbox label {
    font-weight: 400;
    text-transform: none;
}
.form-panel .form-group {
    margin-bottom: 20px;
}
.form-group:last-of-type {
    /*margin-bottom: 0;*/
}
.form-panel input.form-control,
.form-panel select.form-control {
    height: 40px;
}
.form-panel .form-control {
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 2px;
    border-color: #dddddd;
}
.form-panel .form-control:focus {
    box-shadow: none;
    border-color: #aaaaaa;
}
.form-control::-webkit-input-placeholder { color: #b7b5b9; }
.form-control:-ms-input-placeholder { color: #b7b5b9; }
.form-control::placeholder { color: #b7b5b9; }
.btn-form {
    border: 0;
    border-radius: 22px;
    padding: 11px 20px;
    font-size: 20px;
    line-height: 22px;
    color: #ffffff;
    background-color: #fe4851;
    width: 100%;
    white-space: normal;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-form:hover {
    color: #ffffff;
    background-color: #f2424b;
    width: 105%;
    margin-right: -2.5%;
    margin-left: -2.5%;
    -webkit-box-shadow: 1px 2px 10px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 1px 2px 10px 0 rgba(0,0,0,.1);
    box-shadow: 1px 2px 10px 0 rgba(0,0,0,.1);
}
.btn-form:focus {
    color: #ffffff;
    background-color: #f2424b;
    outline: 0;
}
.form-panel_footer {
    padding-top: 20px;
    border-top: 1px dashed #d1d1d1;
}
.form-panel_cards, .form-panel_guarantee {
    vertical-align: middle;
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    max-width: 50%;
}
.form-panel_secure {
    margin-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
    color: #00a000;
    font-weight: 700;
}
.form-panel_secure small {
    display: block;
    font-size: 10px;
    color: #777777;
}
.form-panel_payment-terms {
    margin-bottom: 20px;
}
.form-panel_payment-terms .form-panel_heading {
    border-bottom-color: transparent;
    line-height: 40px;
}
.form-panel_payment-terms .form-panel_footer {
    border-top-color: transparent;
}
.payment-terms_package {
    padding: 25px 30px;
    border-radius: 2px;
    border: 1px dashed #d1d1d1;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}
.payment-terms_package:last-of-type {
    margin-bottom: 0;
}
.payment-terms_total {
    text-align: center;
    font-size: 24px;
    line-height: 44px;
}
.payment-terms_total strong {
    font-size: 44px;
    color: #fe4851;
}
.payment-terms_purchase, .payment-terms_bottom {
    max-width: 100%;
    width: 350px;
    margin-right: auto;
    margin-left: auto;
}
footer {
    font-size: 12px;
    padding: 15px 0 25px;
    color: #8a8a93;
    text-align: center;
}
.copyright {
    line-height: 16px;
}
ul.terms {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}
ul.terms > li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
}
ul.terms > li + li {
    border-left: 1px dotted #ccc;
}
ul.terms > li > a {
    color: #8a8a93;
    text-decoration: none;
    font-size: 12px;
    line-height: 14px;
    display: block;
}
ul.terms > li > a:hover {
    color: #333333;
}
.waiting {
    bottom: 0;
    display: none;
    left: 0;
    outline: 0 none;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    background: rgba(255,255,255,.85);
    z-index: 9999;
}
.waiting .spinner {
    font-size: 52px;
    position: fixed;
    top: 50%;
    left: 50%;
    color: #f74650;
    margin-left: -26px;
}
.waiting-img {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
}

@media only screen and (max-width: 1199px) {
    .testimonial-box {
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 991px) {
    ul.top-icons > li {
        padding-left: 55px;
        padding-right: 55px;
    }
    .testimonial-box {
        min-height: 270px;
    }
    .testimonial-box:not(.first) {
        margin-top: 70px;
    }
}
@media only screen and (max-width: 767px) {
    .logo {
        max-width: 100px;
    }
    main {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    ul.top-icons {
        margin-bottom: 30px;
    }
    ul.top-icons > li {
        padding-left: 25px;
        padding-right: 25px;
    }
    h1.package-name {
        margin-bottom: 30px;
        font-size: 24px;
    }
    .form-panel_heading {
        font-size: 24px;
        line-height: 28px;
        padding-left: 50px;
    }
    .payment-terms_package {
        padding: 15px;
        font-size: 16px;
    }
    .payment-terms_total strong {
        font-size: 36px;
    }
    .form-control {
        font-size: 16px;
    }
    .btn-form {
        font-size: 16px;
        font-weight: 600;
    }
    .form-panel_cards, .form-panel_guarantee {
        margin-bottom: 5px;
        padding-right: 0;
        padding-left: 0;
        max-width: 100%;
    }
    .form-panel_secure {
        padding-right: 0;
        padding-left: 0;
    }
    .testimonials {
        margin-top: 20px;
    }
    .testimonials .testimonial-box {
        margin-top: 45px;
        margin-bottom: 20px;
        min-height: 240px;
    }
}