.popup__discount,.popup__discount__transparent {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.popup__discount {
    position: fixed;
    z-index: 234234234234234;
    overflow-y: auto;
    display: none
}

.popup__discount * {
    box-sizing: border-box
}

.popup__discount__transparent {
    position: fixed;
    background-color: #000;
    opacity: .7;
    z-index: 2147483646
}

.popup__discount__modal {
    z-index: 2147483647;
    width: 730px;
    height: auto;
    background-color: #FFF;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -258px;
    transform: translateX(-50%);
}

@media only screen and (max-width: 920px) and (min-width:0px) {
    .popup__discount__modal {
        position:absolute;
        top: 10%;
        left: 0;
        margin-top: 0;
        margin-left: 0;
        width: 100%
    }
}

@media only screen and (max-height: 920px) and (min-height:0px) {
    .popup__discount__modal {
        top:10%;
        margin-top: 0
    }
}

.popup__discount__modal-header {
    text-align: center;
    padding: 30px 50px;
    border-bottom: 1px solid #dae2e0;
    position: relative
}

.popup__discount__modal-header img {
    max-width: 100%;
    max-height: 100%
}

.popup__discount__modal-close-button {
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 28px;
    margin-top: -9px;
    color: #9a9a9a;
    line-height: 18px;
    cursor: pointer
}

.popup__discount__modal-close-button:hover {
    color: #7a7a7a
}

.popup__discount__modal-body {
    padding: 15px;
    font-family: Poppins
}

.popup__discount__modal-body-main-text {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    /* identical to box height */
    margin-top: -45px;
    margin-bottom: 9px;
    text-align: center;

    /* 1 */

    color: #091133;
}


.popup__discount__modal-body-error-text,.popup__discount__modal-body-success-text {
    line-height: 20px;
    font-weight: 700;
    margin: 10px 0;
    font-size: 17.5px;
    display: none
}

.popup__discount__modal-body-error-text {
    color: red
}

.popup__discount__form-row {
    padding-top: 10px
}

.popup__discount__form-row-group {
    border: 3px solid #777;
    border-radius: 8px;
    width: 100%;
    max-width: 600px;
    /*margin: 0 auto;*/
    padding: 6px 12px 6px 20px;
    position: relative
}

.popup__discount__form-row-group.field-error {
    border-color: #e03100
}

.popup__discount__form-row-group input {
    font-size: 24px;
    color: #091133;
    height: 48px;
    padding-left: 35px;
    transition: none;
    line-height: 26px;
    display: table-cell;
    width: 100%;
    border: none
}

.popup__discount__form-row-group input:focus {
    outline: 0
}

.popup__discount__form-row-group.phone input {
    padding-left: 35px
}

.popup__discount__form-row-icon {
    font-size: 28px;
    color: #777;
    height: 28px;
    position: absolute;
    top: 10px
}

.popup__discount__form-row-phone-prefix {
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
    margin: 0 0 0 26px;
    color: #777;
    vertical-align: 1px;
    position: absolute;
    top: 10px
}


.popup__discount__modal-header {
    border-bottom: none
}

.popup__discount__modal {
    height: 515px;
    background: #FFFFFF;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}


.popup__discount__form {
    text-align: center
}

.popup__discount__form-row-group {
    border: none;
    border-radius: 0;
    padding: 0
}

.popup__discount__form-row:first-child {
    margin-right: 30px;
}
label[for=receive-disc]{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */

    text-align: right;

    /* 1 */

    color: #091133;
    opacity: 0.7;
}

input#receive-disc {
    appearance: auto;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    background: #FFFFFF;
    border: 1px solid #ABB9C6;
    box-sizing: border-box;
    border-radius: 2px;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
.popup__discount__form-row:nth-child(3) {
    padding-top: 19px;
    margin-bottom: 14px;
}
.popup__discount__form-row:nth-child(4) {
    width: 100%;
    margin-bottom: 16px
}

.fa-times::before {
    content: ""
}

.popup__discount__modal-close-button {
    background: url(/images/close.png);
    width: 11px;
    height: 12px
}

.popup__discount__form-row-submit-button {
    background-color: #42B549;
    font-weight: 500;
    padding: 23px 54px;
    border-radius: 50px;
    font-size: 18px;
    cursor: pointer;
}

.popup__discount__modal-body-success-text {
    text-align: center;
    font-size: 45px;
    color: #fff;
    line-height: 48px;
    font-weight: 600;
    margin-top: 10%
}

.popup__discount__modal-body-success-text span {
    font-size: 21px;
    font-weight: 400
}
.popup__discount__form-row-group.field-error input {
    border: 1px solid #e03100;
}

.popup__callback__modal-body-soon-text {
    display: none;
    width: 400px;
    height: 360px;
    background-color: #22c0e8;
    border-radius: 6px;
    margin: 20px auto;
    padding: 35px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Poppins";
}
.popup__callback__modal-body-soon-text img {
    margin-top: 15px;
    width: 70px;
    margin-bottom: 5px;
}

.popup__callback__modal-body-soon-text h3 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 21px;
    color: #fff;
    line-height: 1;
}

.popup__callback__modal-body-soon-text p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 25px;
}

.popup__callback__modal-body-soon-text a {
    float: unset;
}

@media (max-width: 767px) and (orientation:portrait) {
    .popup-callback-from {
        width: calc(100% - 20px);
    }

    .jq-selectbox, .popup-callback-from__input-wrapp .jq-selectbox__select, .intl-tel-input, .popup-callback-from__input {
        width: 100%;
    }

    .popup-callback-from__btn {
        width: 125px;
    }
}

@media (max-width: 767px) and (orientation:landscape) {
    .popup-callback-from-wrap_active {
        overflow: auto !important;
    }
}

@media (max-width: 374px) and (orientation:portrait) {
    .popup-callback-from__btn {
        width: 110px;
    }
}

#login-form .input-wrap:last-child p:last-child span:nth-of-type(2), #login-form .input-wrap:last-child p:last-child a:nth-of-type(2) {
    display: none;
}

.popup__discount__modal-header {
    padding: 19px 30px;
}


.popup__discount__modal-body-secondary-text {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    margin-bottom: 30px;
    text-align: center;

    /* 1 */

    color: #091133;
    opacity: 0.7;
}

.popup__discount__modal-body {
    margin-top: 15px;
}
.popup__discount__modal-body img{
    margin: auto;
    display: block;
    width: 285px;
    margin-top: -113px;
}

.popup__discount__form-row-group input:focus {
    border-color: #42B549;
}
.popup__discount__form-row-group input {
    font-size: 16px;
    padding-left: 15px;
    width: 312px;
    background: #FFFFFF;
    border: 1px solid #ABB9C6;
    box-sizing: border-box;
    border-radius: 3px;
}

.popup__discount__form-row {
    display: inline-block;
}


.no_thnx {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    /* identical to box height */

    text-align: center;

    color: #091133;

    opacity: 0.7;
}


.error-message {
    display: none;
}

.popup__discount__form-row-group.field-error .error-message {
    color: #e03100;
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    left: 13px;
    bottom: -17px;
    display: block;
}

.popup__discount__modal.second .popup__discount__modal-body-main-text, .popup__discount__modal.second .popup__discount__modal-body-secondary-text, .popup__discount__modal.second .popup__discount__form, .popup__discount__modal.second .popup__discount__modal-header {
    display: none;
}

.popup__discount__modal.second .popup__discount__modal-body-success-text {
    display: block;
}

.popup__discount__modal.second::after {
    content: none
}

.popup__discount__modal.second {
    padding: 20px;
    width: 680px;
    background: #FFFFFF;
    left: 50%;
    height: 450px;
}

.popup__discount__use{
    display: block;
    max-width: 200px;
    margin: auto;
}

.popup__discount__modal.second .popup__discount__modal-body-success-text {
    font-size: 28px;
    line-height: 38px;
    color: #091133;
    width: 443px;
    margin-top: 20px;
    margin: auto;
    height: 450px;
    /*margin-right: 5px;*/
}

.popup__discount__modal-body-success-text span {
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #555555;
    display: block;
    margin-bottom: 60px;
}

.popup__discount__use.butn.butn-green-sm {
    display: block;
    max-width: 195px;
    margin: 21px auto 0;
}


