/* .promo--wrapper {
    width: 100%;
    margin-top: 70px;
}
.promo--container {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
} */

.promocode {
    max-width: 420px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 70px;
    position: relative;
}

.promocode--item {
    width: 295px;
    height: 26px;
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #A4A2A2;
    border: 0;
    border-bottom: 1px solid #575656;
    padding-bottom: 3px;
}

.promocode--apply {
    width: 100px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #FB8E01;
    border: 1px solid #FB8E01;
    box-sizing: border-box;
    cursor: pointer;
    transition: all ease 0.3s;
}

.promocode--apply:hover {
    background: #FB8E01;
    color: #FFFFFF;
}

#promo_error {
    top: -50px !important;
}

.promocode_input_error {
    background: url("../img/error_field.png") no-repeat 100% 50% !important;
    border-bottom: 1px solid red !important;
}

.depositContainer .priceBlock {
    border-bottom: none !important;
}


.promos {
    display: none;
    overflow: hidden;
    max-width: 420px;
    width: 100%;
    border-top: 1px solid #575656;
    border-bottom: 1px solid #575656;
    padding: 15px 0;
}

.promodiscount--item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FB8E01;
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin: 15px 0 !important;
}


#fxDepFormPopup .formFooterContainer {
    bottom: initial;
    transform: translateY(-50%);
}

.promosList {
    max-width: 420px;
    width: 100%;
    border-top: 1px solid #575656;
    border-bottom: 1px solid #575656;
    padding: 15px 0;
}



/*banner styles */

.promo-wrapper {
    position: relative;
}

.promo-wrapper-bg {
    /* height: 276px;
    background: #E1EBFF; */
    height: 100%;
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    flex-direction: column-reverse;
}

.promo-wrapper-bg-one {
    height: 276px;
    background: #E1EBFF;
    width: 100%;
}

.promo-wrapper-bg-two {
    height: 20px;
    background: #FFD685;
    /* position: absolute; */
    bottom: 0;
    width: 100%;
}

.promo-conteiner {
    padding: 0 15px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

.promo-items {
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 999;
    padding-bottom: 40px;
    /* padding-bottom: 40px; */
}

.promo-item {
    width: 100%;
}

.promo-item-text {
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 70px;
    text-align: center;
    text-transform: uppercase;
}

.promo-one {
    color: #FFAD0B;
}

.promo-two {
    color: #2A2A2A;
}

.promo-item-lists {
    margin-top: 60px;
    display: flex;
}

.pr56 {
    max-width: 230px;
    padding: 0;
    margin-right: 55px;
}

.promo-list {
    width: 100%;
}

.promo-list-info {
    display: flex;
    align-items: center;
}

.promo-list-f {
    margin-left: 20px;
}

.promo-list-text {
    margin-top: 20px;
    color: #2A2A2A;
}

.promo-info-star {
    margin-top: 5px;
}

.promo-info-name {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #2A2A2A;
}

.promo-list-text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
}

.promo-button {
    width: 100%;
    margin-top: 40px;
    transition: .3s;
}

.promo-button button {
    background: #FFAD0B;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    width: 100%;
    height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}

.promo-lines {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}

.promo-line-one {
    height: 276px;
    background: #E1EBFF;
}


body {
    font-variant-numeric: lining-nums;
}


.promo-button:hover {
    box-shadow: -1px 1px 0px #1472ff, -2px 2px 0px #1472ff, -3px 3px 0px #1472ff, -4px 4px 0px #1472ff, -5px 5px 0px #1472ff, -6px 6px 0px #1472ff, -7px 7px 0px #1472ff, -8px 8px 0px #1472ff, -9px 9px 0px #1472ff, -10px 10px 0px #1472ff;
}




/*registation*/


.registr--wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    background: rgba(236, 242, 251, 0.7);
    z-index: 999999;
    display: none;
    justify-content: center;
    align-items: center;

}

.registr--item {
    width: 650px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 8px 15px rgba(108, 83, 55, 0.2);
    position: relative;
    position: relative;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.lcvf_form_container {
    width: 300px;
}

.registr-heading {
    font-family: 'Raleway', sans-serif;
    ;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 70px;
    text-align: center;
    font-feature-settings: 'pnum'on, 'lnum'on, 'liga'off;
    color: #2A2A2A;
    margin-top: 50px;
    margin-bottom: 40px;
}

.registr--item .lcvf_input {
    width: 295px;
    height: 26px;
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #2A2A2A;
    border: 0;
    border-bottom: 1px solid #575656;
    border-radius: 0;
    padding: 0;
    padding-bottom: 3px;
    margin-bottom: 40px;
}

.error {
    border-bottom: 1px solid red !important;
    background: url("../img/error_field.png") no-repeat 100% 50% !important;
    border-radius: 0 !important;
}

.lcvf_error {
    color: red !important;
    padding-left: 25px !important;
    display: block !important;
    opacity: 0;
}

.lcvf_error_show {
    background: url("../img/error_not.png") no-repeat 0% 50% !important;
}



.registr--item .intl-tel-input.separate-dial-code .selected-flag {
    background: none !important;
}


.selected-dial-code {
    font: 18px/26px "Heebo", sans-serif;
    color: #2a2a2a !important;
}

.registr--item .selected-flag {
    padding: 0;
    transform: translateY(-1px);
}

.registr--item #user__register1 {
    margin: 55px 0 85px;
}

.registr--item .intl-tel-input .country-list {
    z-index: 999999999;
}

.registr--item .intl-tel-input .selected-flag .iti-arrow {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    transform: translateX(5px);
}

.lcvf_input::placeholder {
    color: #A4A2A2 !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}

.registr--item .lcvf_phone {
    font-variant-numeric: lining-nums !important;
}



/*media query */
@media all and (max-width:1200px) {
    .promo-item-text {
        font-size: 35px;
        line-height: 45px;
    }

    .combo-img {
        width: 80%;
    }

    .promo-wrapper {
        margin-top: 40px;
    }

}


@media all and (max-width:1075px) {
    .promo-item-lists {
        margin-top: 45px;
    }

    .promo-wrapper-bg {
        bottom: -15px;
    }
}

@media all and (max-width:1024px) {
    .promo-wrapper-bg {
        bottom: 0;
    }

    .promo-wrapper-bg-one {
        height: 250px;
    }

    .promo-items {
        flex-direction: column;
    }

    .combo-img {
        margin: 0 auto;
        display: block;
    }

    .promo-items:last-child {
        margin-top: 50px;
    }

    .promo-item-lists {
        justify-content: center;
        align-items: flex-start;
    }

    .pr56 {
        padding: initial;
    }

    .promo-button {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .pathContainer {
        margin-top: 60px;
    }

    .promo-list {
        max-width: 300px;
    }
}

@media all and (max-width:768px) {
    .combo-img {
        margin-bottom: 20px;
    }

    .promo-wrapper-bg-one {
        height: 390px;
    }

    .promo-wrapper {
        margin-top: 10px;
    }

    .pr56 {
        margin-bottom: 30px;
    }

    .promo-item-lists {
        flex-direction: column;
    }

    .promo-item-text {
        font-weight: bold;
        font-size: 30px;
        line-height: 36px;
    }

    .promo-items:last-child {
        margin-top: 0px;
    }

    #fxDepFormPopup .formFooterContainer {
        transform: initial;
    }

    .registr-heading {
        font-weight: 800;
        font-size: 30px;
        line-height: 36px;
    }
}


.intl-tel-input .country-list {
    z-index: 9999999999 !important;
}

.intl-tel-input.iti-container {
    z-index: 999999 !important;
    transform: translateY(50%) !important;
    left: 0 !important;
}


.registr--item .valid {
    border-bottom: 1px solid #008000 !important;
}

.registr--item .lcvf_input:focus {
    border-bottom: 1px solid #1472FF !important;
}

#user__register1 {
    width: 195px;
}

.promocode-redir {
    width: 650px;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 8px 15px rgba(108, 83, 55, 0.2);
    position: relative;
}

.promocode-redir--head {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 70px;
    text-align: center;
    color: #2A2A2A;
    margin-top: 50px;
    margin-bottom: 40px;
}

.promocode-redir--text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #2A2A2A;
    margin: 30px auto;
    max-width: 575px;
}

.promocode-redir-btn {
    width: 195px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #1472FF;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #1472FF;
    margin-bottom: 50px;
}


@media all and (max-width: 768px) {
    .promocode-redir--head {
        max-width: 200px;
        font-weight: 800;
        font-size: 30px;
        line-height: 36px;
    }

    .promocode-redir--text {
        font-weight: normal;
        font-size: 20px;
        line-height: 36px;
        margin: 20px 0 30px;
        max-width: 350px;
    }

    .promocode-redir-btn {
        margin-bottom: 40px;
    }

    .promocode-redir--img {
        width: 150px;
        height: auto;
    }
}

.close-btn:hover {
    fill: #000;
}


@media (max-width: 500px) {
    .clearfix2 {
        position: relative;
        height: 50%;
        overflow-y: scroll;
        min-height: 500px;
        width: 100%;
        display: block;
    }

    .registr--item {


        width: 365px;
    }

    .registr--wrapper {
        height: 200vh;
        overflow-y: scroll;
        align-items: start;

        padding: 70px 0 300px;
    }
}

.clearfix2 {
    display: none;
}


.languages {
    padding-top: 15px;
    position: relative;
}

.locales {
    cursor: pointer;
}

.langList {
    min-width: 110px;
    padding: 10px;
    position: absolute;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 8px 15px rgba(108, 83, 55, 0.2);
    transform: translateX(-5px) translateY(10px);
    z-index: 999999;
    display: none;
}

.langList--item {
    list-style-type: none;
}

.langList--item span {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: #A4A2A2;
}
.langList--item:hover span {
    color: #1472FF;
}