html {
    height: inherit;
}

body {
    background-image: url("../images/BG.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #112B60;
}

.page-wrapper {
    margin: 58px 10px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.left-side-content {
    width: 435px;
    min-width: 435px;
    margin-left: 50px;
}

.content-header {
    margin: 5px 0 0 35px;
}

    .content-header img {
        height: 50px;
        width: auto;
        float: left;
    }

    .content-header label {
        display: inline-block;
        margin: 7px 0 0 3px;
        color: #112B60;
        font-size: 26px;
        font-weight: 500;
        float: left;
    }

    .content-header .discount {
        position: absolute;
        width: 173px;
        height: 159px;
        margin: -56px 0 0 262px;
        display: block;
    }

.content-wrapper {
    margin-top: 5px;
    padding: 27px 35px;
    background: #EFEEFD;
    border-radius: 20px;
    border: 2px solid #fff;
}

    .content-wrapper .content-title {
        margin-bottom: 9px;
        font-size: 25px;
        font-weight: 700;
    }

    .content-wrapper .content-point {
        margin: 0 0 -4px 15px;
    }

        .content-wrapper .content-point label {
            display: inline-block;
            border: 1px solid #8EA4B7;
            border-radius: 10px;
            width: 20px;
            height: 20px;
            background: #8EA4B7;
        }

            .content-wrapper .content-point label b {
                font-size: 11px;
                font-weight: 700;
                color: #fff;
                margin: -5px 0 0px 6px;
                display: inline-block;
                vertical-align: top;
            }

        .content-wrapper .content-point p {
            vertical-align: text-bottom;
            display: inline-block;
            margin: 0 0 0 10px;
            font-weight: 700;
            font-size: 16px;
            line-height: inherit;
            color: #112B60;
        }

    .content-wrapper .content-form {
        margin: 35px 0px 0 9px;
    }

    .content-wrapper .contact-form {
        /*max-width: 270px;*/
        /*grid-template-columns: 50% 50%;*/
        grid-column-gap: 15px;
        grid-row-gap: 8px;
    }

    .content-wrapper .input-wrapper-email {
        grid-column: 1 / 3;
    }

    .content-wrapper .input-wrapper label {
        color: #2D4374;
        font-weight: 500;
        margin: 0 0 4px 0;
        font-size: 14px;
        line-height: 14px;
    }

    .content-wrapper .input-wrapper input {
        padding: 13px;
        color: #2D4374;
        font-weight: 500;
        font-size: 14px;
        line-height: 14px;
        min-height: inherit;
        height: inherit;
        border-color: #D8DAE8;
        border-radius: 7px;
    }

        .content-wrapper .input-wrapper input[type=email] {
            /*margin-bottom: 15px;*/
        }

        .content-wrapper .input-wrapper input::placeholder {
            color: #bbb !important;
            font-size: 14px;
            line-height: 14px;
        }

    .content-wrapper .submit-button.contact-button-wrapper {
        max-width: inherit;
        grid-column: 1 / 3;
        background: #FF8059;
        border-color: #FF8059;
        font-size: 16px;
        line-height: 16px;
        font-weight: 500;
        padding: 10px 0;
        border-radius: 7px;
    }

        .content-wrapper .submit-button.contact-button-wrapper input {
            font-weight: 500;
        }

input.invalid {
    border-color: red !important;
}

.name-error,
.phone-error,
.email-error {
    background-image: url("../images/x-mark-3-16.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 12px;
    color: red;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    padding: 0 0 0 20px;
}

.submit-button:hover {
    background-color: inherit;
    box-shadow: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    cursor: pointer;
    color: #fff !important;
    opacity: 0.7;
}

.submit-button[disabled] {
    cursor: default !important;
}

.submit-button inpur:hover {
    background-color: inherit;
    box-shadow: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    cursor: pointer;
    color: #fff !important;
}

.content-footer {
    margin-top: 25px;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    color: #7C96BD;
}

    .content-footer p {
        margin: 0 0 10px 0;
    }



.success-message {
    border-radius: 14px;
    background-color: transparent;
    color: #fff;
}

    .success-message.contact {
        border-style: none;
        color: darkblue;
        font-weight: bold;
        font-size: 16px;
    }

.error-message {
    font-size: 12px;
    line-height: 12px;
    padding: 12px;
    border-radius: 7px;
    margin-left: 9px;
}

div.submit-button.button-loading {
    background: transparent;
}

    div.submit-button.button-loading:hover {
        padding: 23px 40px;
    }

.section {
    padding-bottom: 50px;
}



.button-spinner {
    position: absolute;
    top: -19px;
    height: 80px;
    width: 80px;
    background: url("../images/Ellipsis-1.3s-80px.gif") center no-repeat transparent;
    background-size: 50px;
    opacity: 0.5;
}


.right-side-content {
    width: 470px;
    min-width: 470px;
}

    .right-side-content .video-title {
        text-align: left;
    }

        .right-side-content .video-title h1 {
            font-size: 20px;
            font-weight: 700;
        }

            .right-side-content .video-title h1 label:nth-of-type(1) {
                font-weight: 700;
                font-size: 28px;
                line-height: 40px;
                color: #2D4374;
            }

            .right-side-content .video-title h1 label:nth-of-type(2) {
                font-weight: 700;
                font-size: 36px;
                line-height: 36px;
                color: #FF8059;
                text-transform: uppercase;
            }

            .right-side-content .video-title h1 label:nth-of-type(3) {
                font-weight: 700;
                font-size: 36px;
                line-height: 36px;
                color: #1891FB;
                text-transform: uppercase;
            }

    .right-side-content .video-wrapper {
        margin-top: 30px;
    }

    .right-side-content .video-footer {
        margin-top: 27px;
    }

        .right-side-content .video-footer h1 {
            text-align: center;
            font-size: 15px;
            line-height: 20px;
            font-weight: 500;
            color: #7C96BD;
        }

.left-side-content,
.right-side-content {
    /*float: left;*/
}


/*@media only screen and (max-width: 1023px) {
    .page-wrapper {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .left-side-content {
        margin-right: 50px;
        margin-top: 25px;
    }

    .right-side-content {
        margin-top: 50px;
    }

    .content-header {
        position: absolute;
        top: 10px;
        width: inherit;
        margin-left: -20px;
    }

        .content-header img {*/
/*height: 28px;*/
/*}

        .content-header label {*/
/*margin: 4px 0 0 3px;
            font-size: 18px;*/
/*}

        .content-header .discount {
            width: 120px;
            height: 110px;
            position: absolute;
            top: -20px;
            right: -10px;
            margin: 0;
            float: right;
        }
}*/

@media screen and (max-width: 1023px) {
    .page-wrapper {
        margin: 58px 50px;
    }

    .right-side-content .video-title {
        text-align: center;
    }

        .right-side-content .video-title h1 {
            margin-bottom: 0;
        }

    .right-side-content {
        margin-top: 55px;
        width: -webkit-fill-available;
        min-width: inherit;
    }

    .left-side-content {
        margin-top: 10px;
        margin-left: 0;
        margin-right: 0;
        width: -webkit-fill-available;
        min-width: inherit;
    }

    .content-header {
        position: absolute;
        top: -30px;
        width: inherit;
        margin-left: 10px;
    }

        .content-header img {
            height: 40px;
        }

        .content-header label {
            margin: 12px 0 0 3px;
            font-size: 24px;
        }

        .content-header .discount {
            position: absolute;
            top: -30px;
            right: -20px;
            margin: 0;
            float: right;
        }

    .right-side-content .video-wrapper {
        margin-top: 10px;
    }

    .content-wrapper .content-point {
        display: none;
    }

    .right-side-content .video-title h1 label:nth-of-type(1) {
        font-size: 26px;
        line-height: 32px;
    }

    .right-side-content .video-title h1 label:nth-of-type(2) {
        font-size: 32px;
        line-height: 32px;
    }

    .right-side-content .video-title h1 label:nth-of-type(3) {
        font-size: 32px;
        line-height: 32px;
    }

    .right-side-content .video-footer {
        display: none;
    }

    .content-wrapper {
        margin-top: 10px;
        padding: 15px 25px;
    }

        .content-wrapper .content-title {
            /*margin-bottom: 0;*/
            /*font-size: 14pt;*/
            text-align: center;
        }

        .content-wrapper .content-form {
            margin: 10px 0 0 0;
        }

        .content-wrapper .input-wrapper input {
            /*padding: 8px 10px;
            font-size: 12px;
            line-height: 12px;*/
        }

            .content-wrapper .input-wrapper input::placeholder {
                /*font-size: 12px;
                line-height: 12px;*/
            }

        .content-wrapper .input-wrapper div {
            height: 5px !important;
        }

    .name-error, .phone-error, .email-error {
        font-size: 10pt;
        padding-left: 15px;
    }

    .content-footer {
        margin-top: 10px;
    }
}

@media screen and (max-width: 479px) {
    .contact-form {
        grid-auto-columns: inherit;
        grid-template-columns: inherit;
    }
}

@media screen and (max-width: 504px) {
    .page-wrapper {
        margin: 10px 10px;
    }

    .right-side-content .video-title {
        text-align: center;
    }

        .right-side-content .video-title h1 {
            margin-bottom: 0;
        }

    .right-side-content {
        margin-top: 55px;
        width: -webkit-fill-available;
        min-width: inherit;
    }

    .left-side-content {
        margin-top: 10px;
        margin-left: 0;
        margin-right: 0;
        width: -webkit-fill-available;
        min-width: inherit;
    }

    .content-header {
        position: absolute;
        top: 10px;
        width: inherit;
        margin-left: 10px;
    }

        .content-header img {
            height: 28px;
        }

        .content-header label {
            margin: 3px 0 0 3px;
            font-size: 18px;
        }

        .content-header .discount {
            width: 120px;
            height: 110px;
            position: absolute;
            top: -20px;
            right: -10px;
            margin: 0;
            float: right;
        }

    .right-side-content .video-wrapper {
        margin-top: 0;
    }

    .content-wrapper .content-point {
        display: none;
    }

    .right-side-content .video-title h1 label:nth-of-type(1) {
        font-size: 20px;
        line-height: 26px;
    }

    .right-side-content .video-title h1 label:nth-of-type(2) {
        font-size: 22px;
        line-height: 22px;
    }

    .right-side-content .video-title h1 label:nth-of-type(3) {
        font-size: 22px;
        line-height: 22px;
    }

    .right-side-content .video-footer {
        display: none;
    }

    .content-wrapper {
        margin-top: 10px;
        padding: 15px 25px;
    }

        .content-wrapper .content-title {
            margin-bottom: 0;
            font-size: 14pt;
            text-align: center;
        }

        .content-wrapper .content-form {
            margin: 10px 0 0 0;
        }

        .content-wrapper .input-wrapper input {
            padding: 8px 10px;
            font-size: 12px;
            line-height: 12px;
        }

            .content-wrapper .input-wrapper input::placeholder {
                font-size: 12px;
                line-height: 12px;
            }

        .content-wrapper .input-wrapper div {
            height: 5px !important;
        }

    .name-error, .phone-error, .email-error {
        font-size: 10pt;
        padding-left: 15px;
    }

    .content-footer {
        margin-top: 10px;
    }
}

@media screen and (max-width: 375px) {
    .right-side-content {
    }
}

.click-to-hear {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 9000;
    text-align: center;
    padding-top: 10px;
}

    .click-to-hear .container {
        border: 1px solid #404041;
        border-radius: 37px;
        height: 74px;
        background: #FFF;
        margin: 0 auto;
        opacity: 0.9;
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        align-items: center;
        width: 322px;
        max-width: 322px;
        min-width: 322px;
    }

        .click-to-hear .container:hover {
            opacity: 1;
            cursor: pointer;
        }

        .click-to-hear:hover .container.sound-on  {
            opacity: 0.9;
            cursor: pointer;
        }

        .click-to-hear .container.sound-on:hover  {
            opacity: 1;
            cursor: pointer;
        }

        .click-to-hear .container.sound-on  {
            opacity: 0;
            cursor: pointer;
        }

        .click-to-hear .container .image-icon-sound {
            width: 64px;
            height: 64px;
            background: url("../images/sound.png") center center no-repeat no-repeat transparent;
        }

        .click-to-hear .container .image-icon-mute {
            width: 64px;
            height: 64px;
            background: url("../images/mute.png") center center no-repeat no-repeat transparent;
        }

        .click-to-hear .container .text {
            padding: 21px 0;
            color: #404041;
            font-size: 30px;
            margin-left: 10px;
        }
/*
@media screen and (max-width: 1023px) {

    .click-to-hear {
        padding-top: 160px;
        padding-left: 20px;
        padding-right: 20px;
    }

        .click-to-hear .container {
            width: inherit;
            max-width: inherit;
            min-width: inherit;
        }

            .click-to-hear .container .text {
                font-size: 30px;
            }
}

@media screen and (max-width: 900px) {
    .click-to-hear {
        padding-top: 160px;
    }
}

@media screen and (max-width: 750px) {
    .click-to-hear {
        padding-top: 140px;
    }
}

@media screen and (max-width: 600px) {
    .click-to-hear {
        padding-top: 95px;
    }
}

@media screen and (max-width: 504px) {
    .click-to-hear {
        padding-top: 95px;
    }
}
    */
@media screen and (max-width: 375px) {
    /*.click-to-hear {
        padding-top: 60px;
    }*/

        .click-to-hear .container {
            width: inherit;
            min-width: 265px;
        }

            .click-to-hear .container .text {
                font-size: 20px;
            }
}
/*
@media screen and (max-width: 280px) {
    .click-to-hear {
        padding-top: 40px;
    }
}*/
