﻿@font-face {
    font-family: Rubik-Black;
    src: url(/fonts/Rubik-Black.ttf);
}

@font-face {
    font-family: Roboto-Bold;
    src: url(/fonts/Roboto-Bold.ttf);
}

@font-face {
    font-family: Roboto-Italic;
    src: url(/fonts/Roboto-Italic.ttf);
}

@font-face {
    font-family: Roboto-Regular;
    src: url(/fonts/Roboto-Regular.ttf);
}

label.error {
    color: red !important;
}

.error-message {
    font-family: Roboto-Regular;
    font-size: 20px;
    font-weight: bold;
}

body {
    padding: 0;
    margin: 0;
}

label.required-field {
}

    label.required-field::after {
        content: "*";
    }

.h-container .h-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 536px;
    background: #b3eaf7;
    z-index: -1;
}

.h-top {
    display: flex;
    justify-content: flex-end;
    padding: 30px 40px 40px;
    position: relative;
}

    .h-top img {
        position: absolute;
        left: 30px;
    }

.h-links a {
    text-decoration: none;
    color: #000000;
    font-size: 20px;
    font-family: Rubik-Black;
    padding: 5px;
    margin-left: 35px;
    text-transform: uppercase;
}

.main-title {
    text-align: center;
    font-size: 54px;
    width: 679px;
    max-width: 90%;
    margin: auto;
    font-family: Rubik-Black;
    color: #000;
    text-transform: uppercase;
}

.transfer-code-box {
    width: 1004px;
    background: #fff url(/images/pattern-l.png);
    margin: 20px auto 0;
    border-radius: 30px;
    padding: 45px 46px 48px;
    display: flex;
    align-items: flex-start;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    max-width: 90%;
}

    .transfer-code-box img {
        width: 222px;
    }

        .transfer-code-box img ~ div {
            width: calc(100% - 222px);
            padding-left: 37px;
            text-align: center;
        }

.transfer-tofriend-text {
    font-size: 39px;
    margin-bottom: 20px;
    font-family: Rubik-Black;
    line-height: 1;
}

.transfercode {
    background: #E8E8E8;
    border-radius: 20px;
    font-size: 31px;
    text-transform: uppercase;
    margin-bottom: 25px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Rubik-Black;
}

.visit-deal-site {
    text-decoration: none;
    text-transform: uppercase;
    color: #00A1ED;
    font-family: Rubik-Black;
    font-size: 24px;
}

    .visit-deal-site span {
        color: #E0007A;
        padding-right: 2px;
    }

    .visit-deal-site:hover {
        text-decoration: none;
        color: #00A1ED;
    }

.arrow-img {
    margin: 17px auto 0;
    display: block;
}

.section-container {
    width: 100%;
    padding: 0 10px;
    width: 1147px;
    margin: auto;
    max-width: 100%;
}

.start-title {
    color: #00A1ED;
    font-size: 32px;
    font-family: Rubik-Black;
    margin-top: 15px;
    text-align: center;
    text-transform: uppercase;
}

.start-text {
    text-align: center;
    padding: 0 20px;
    font-family: Roboto-Regular;
    font-size: 20px;
    color: #000;
    width: 640px;
    margin: 0 auto 25px;
    max-width: 100%;
}

.referral-code-field {
    position: relative;
    width: 696px;
    margin: auto;
    max-width: 100%;
    text-align: center;
}

    .referral-code-field input {
        width: 100%;
        border: none;
        background: #eaeaea;
        height: 70px;
        border-radius: 20px;
        max-width: unset;
        padding: 0 170px 0 20px;
        text-align: center;
        font-size: 31px;
        text-transform: uppercase;
        font-family: Rubik-Black;
    }

    .referral-code-field button {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        border: none;
        background: #E0007A;
        width: 153px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        color: #fff;
        text-transform: uppercase;
        font-family: Rubik-Black;
        font-size: 24px;
    }

.h-footer {
    background: #EFEFEF;
    padding: 55px 25px 10px;
    font-family: Roboto-Italic;
    font-size: 14px;
    color: #000;
}

.ui-icon {
    position: absolute;
    right: 0;
    top: 35px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #000;
    background: transparent;
    width: auto;
    height: auto;
}

    .ui-icon:before {
        display: none;
    }

.ui-accordion .ui-accordion-header {
    margin: 0;
    font-family: Roboto-Bold;
    font-size: 20px;
    color: #000;
    border-bottom: 1px solid #D5D5D5;
    padding-right: 45px;
}

.ui-accordion-header-active .ui-icon {
    transform: rotate(180deg);
    border-top-color: #E0007A;
}

.accordion-title {
    font-family: Rubik-Black;
    font-size: 54px;
    text-align: center;
    color: #000;
    margin-bottom: 70px;
    line-height: normal;
}

.ui-accordion .ui-accordion-content {
    border-bottom: 1px solid #D5D5D5;
    color: #000;
    font-size: 20px;
    font-family: Roboto-Regular;
    padding: 40px 30px;
}

#accordion div:last-child {
    border: none;
}

.faq-container {
    padding-bottom: 61px;
}

footer {
    background: #EFEFEF;
    text-align: center;
    padding: 37px 0;
    font-size: 14px;
    font-family: Roboto-Regular;
    color: #000;
}



.h-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.h-container {
    position: relative;
}

.header-container {
    position: relative;
    height: 330px;
    margin-bottom: 42px;
}

.header-top {
    padding: 20px 0 39px;
    text-align: center;
}

    .header-top h1 {
        color: #000000;
        margin: 19px 0 0;
        font-family: Rubik-Black;
        font-size: 54px;
        text-transform: uppercase;
    }

.top-text {
    font-family: Roboto-Regular;
    font-size: 20px;
    color: #000000;
    text-align: center;
    margin-bottom: 24px;
}

    .top-text span {
        font-family: Roboto-Bold;
    }

.offer-container {
    width: 1050px;
    margin: 0 auto 68px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    border-radius: 30px;
    padding: 37px 27px 81px 60px;
    position: relative;
    display: flex;
    max-width: calc(100% - 34px);
}

.offer-l-side {
    width: 259px;
    color: #000;
    font-family: Roboto-Regular;
    font-size: 20px;
}

.offer-r-side {
    width: calc(100% - 259px);
    padding-left: 51px;
}

.offer-container button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -34px;
    width: 295px;
}

.offer-container-title {
    font-size: 24px;
    font-family: Rubik-Black;
    color: #000;
    margin-bottom: 10px;
}

.offer-description {
    font-size: 24px;
    font-family: Roboto-Regular;
    margin-bottom: 34px;
}

.offer-details {
    font-size: 16px;
    font-family: Roboto-Regular;
    color: #000;
}

.how-work-container {
    background: url(/images/pattern.png);
    text-align: center;
    padding: 87px 0;
}

.how-work-title {
    font-size: 54px;
    font-family: Rubik-Black;
    color: #000;
    margin-bottom: 31px;
}

.how-work-step {
    margin-bottom: 51px;
}

    .how-work-step img {
        margin-bottom: 19px;
    }

    .how-work-step div {
        color: #000;
        font-size: 20px;
        font-family: Roboto-Regular;
    }

.red-btn {
    background: #E0007A;
    border-radius: 35px;
    height: 70px;
    color: #fff;
    border: none;
    font-size: 23px;
    font-family: Rubik-Black;
    text-transform: uppercase;
}

.how-work-container .red-btn {
    width: 259px;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
}

    .how-work-container .red-btn:hover,
    .how-work-container .red-btn:focus {
        text-decoration: none;
        color: #fff;
    }

.transfer-container {
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    border-radius: 30px;
    padding: 49px 68px 64px;
    width: 826px;
    max-width: calc(100% - 36px);
    margin: 0 auto 93px;
}

    .transfer-container h2 {
        margin: 0;
        color: #000000;
        font-size: 24px;
        font-family: Rubik-Black;
        margin-bottom: 24px;
    }

.transfer-fields {
    margin-bottom: 15px;
}

    .transfer-fields label {
        display: block;
        font-family: Roboto-Regular;
        font-size: 16px;
        color: #000;
        margin-bottom: 14px;
    }

    .transfer-fields input {
        display: block;
        width: 100%;
        background: #F0F0F0;
        height: 70px;
        border-radius: 35px;
        border: none;
        padding: 0 32px;
        color: #000000;
        font-size: 20px;
        font-family: Roboto-Regular;
    }

input:focus {
    outline: none;
}

input {
    font-family: Roboto-Regular;
}

.divider-space {
    height: 60px;
}

.transfer-container button {
    margin: 60px auto 0;
    width: 295px;
    display: block;
}

button:focus {
    outline: none;
}

.offer-container.congrats-container button {
    border: 0;
    left: -10px;
    transform: none;
    border-radius: 0 100px 100px 0;
    height: 59px;
    bottom: 38px;
}

.congrats-container.offer-container {
    margin-bottom: 30px;
    padding: 37px 27px 38px 60px;
    min-height: 320px;
}

.h-top img.responsive-menu {
    display: none;
    width: 32px;
    padding-top: 15px;
}

.date-time-cont {
    position: relative;
}

    .date-time-cont:after {
        content: '';
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 8px solid #000;
        position: absolute;
        right: 33px;
        top: 50%;
        transform: translateY(-50%)
    }

.bootstrap-datetimepicker-widget {
    width: 193px !important;
}

    .bootstrap-datetimepicker-widget td {
        height: 20px !important;
        line-height: 20px !important;
        padding: 0 !important;
    }

    .bootstrap-datetimepicker-widget a[data-action] {
        padding: 0 !important;
    }

    .bootstrap-datetimepicker-widget td span {
        height: 20px !important;
        line-height: 20px !important;
    }

.disabled.day {
    color: #e0e0e0 !important;
    opacity: 0.7;
    cursor: not-allowed !important;
}

.date-time-cont ::-webkit-input-placeholder {
    color: #000000;
    font-size: 20px;
    font-family: Roboto-Regular;
}

.date-time-cont ::-moz-placeholder {
    color: #000000;
    font-size: 20px;
    font-family: Roboto-Regular;
}

.date-time-cont :-ms-input-placeholder {
    color: #000000;
    font-size: 20px;
    font-family: Roboto-Regular;
}

.date-time-cont :-moz-placeholder {
    color: #000000;
    font-size: 20px;
    font-family: Roboto-Regular;
}

.body-container {
    min-height: calc(100vh - 94px);
}

.img-404 {
    margin: 60px auto 0;
    display: block;
}

@media (max-width: 1250px) {
    .main-title {
        font-size: 27px;
        width: 50%;
        margin-bottom: 60px;
        padding-top: 59px;
    }

    .h-links {
        display: none;
    }

    .h-top img.responsive-menu {
        display: block;
    }
}

@media (max-width: 768px) {

    .body-container {
        min-height: unset;
    }

    .h-container .h-background {
        height: 293px;
    }

    .h-top {
        padding: 10px 15px 10px;
        justify-content: space-between;
        align-items: flex-start;
    }

        .h-top img {
            width: 75px;
            position: static;
        }

    .main-title {
        font-size: 26px;
        margin: auto;
        padding: 0;
        width: auto;
    }

    .transfer-code-box {
        padding: 17px 25px;
        border-radius: 14px;
    }

        .transfer-code-box img {
            width: 72px;
        }

            .transfer-code-box img ~ div {
                width: calc(100% - 72px);
                padding-left: 12px;
            }

    .transfer-tofriend-text {
        font-size: 20px;
        padding: 0;
        margin-bottom: 13px;
    }

    .transfercode {
        height: 32px;
        font-size: 16px;
        margin-bottom: 13px;
    }

    .visit-deal-site {
        font-size: 12px;
    }

    .section-container {
        padding: 0 18px;
    }

    .start-title {
        font-size: 26px;
    }

    .start-text {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .referral-code-field {
        margin-bottom: 50px;
    }

        .referral-code-field input {
            height: 44px;
        }

        .referral-code-field button {
            width: 96px;
            font-size: 18px;
        }

    .faq-container {
        padding-bottom: 40px;
    }

    .accordion-title {
        font-size: 26px;
        margin-bottom: 0;
    }

    #accordion {
        width: calc(100% + 36px);
        left: -18px;
        position: relative;
    }

    .ui-accordion .ui-accordion-header {
        padding: 18px 45px 18px 20px;
        font-size: 16px;
    }

    .ui-icon {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid #000;
    }

    .ui-accordion .ui-accordion-content {
        display: none;
        padding: 30px 25px;
        font-size: 16px;
    }

    .h-footer {
        font-size: 12px;
        padding: 32px 20px 0;
    }

    footer {
        padding: 24px 0;
        font-size: 12px;
    }

    .header-container {
        height: 163px;
        margin-bottom: 18px;
    }

    .header-top {
        padding: 11px 0 28px;
    }

        .header-top img {
            width: 74px;
        }

        .header-top h1 {
            font-size: 26px;
            margin-top: 17px;
        }

    .top-text {
        font-size: 16px;
        margin-bottom: 17px;
        padding: 0 20px;
    }

    .offer-container {
        border-radius: 14px;
        padding: 18px 25px 51px;
        flex-wrap: wrap;
    }

    .offer-l-side {
        width: 100%;
        font-size: 16px;
        margin-bottom: 16px;
    }

    .offer-container-title {
        font-size: 20px;
    }

    .offer-r-side {
        width: 100%;
        padding: 0;
    }

    .offer-description {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .offer-details {
        font-size: 14px;
    }

    .offer-container button {
        width: 258px;
        font-size: 18px;
        height: 60px;
    }

    .how-work-container {
        padding: 38px 0 63px;
    }

    .how-work-title {
        font-size: 26px;
        margin-bottom: 27px;
    }

    .how-work-step {
        margin-bottom: 30px;
        padding: 0 10px;
    }

    .transfer-container {
        padding: 20px 25px;
        border-radius: 14px;
        margin-bottom: 31px;
    }

        .transfer-container h2 {
            font-size: 18px;
            margin-bottom: 8px;
        }

    .transfer-fields {
        margin-bottom: 13px;
    }

        .transfer-fields label {
            font-size: 14px;
            margin-bottom: 6px;
        }

        .transfer-fields input {
            height: 47px;
        }

    .transfer-container button {
        height: 60px;
        font-size: 18px;
        width: 187px;
    }

    .divider-space {
        height: 40px;
    }

    .congrats-container.offer-container {
        padding: 37px 27px 107px 60px;
    }

    .offer-container.congrats-container button {
        bottom: 35px;
        left: -17px;
    }
}
