.deposit-box {
    width: 100%;

}

/*********************************/
.deposit-box .banner {
    background: url("/export/promo/depositBox/image/depost-box.jpg");
    width: 100%;
    height: 400px;
    position: relative;
}

.deposit-box .banner .preview {
    width: 100%;
    margin: 10px auto;
    max-width: 1024px;
    bottom: 0;
    position: absolute;
    left: calc(50% - 450px);
}

.deposit-box .banner .preview .block {
    width: 300px;
    display: inline-block;
    box-shadow: 0 0 4px gray;
    text-align: center;
    background: #fff;
    border-radius: 3px;
    opacity: 0.8;
}

.deposit-box .banner .preview .block h3 {
    line-height: 20px;
}

.deposit-box .banner .preview .block h3 i {
    line-height: 20px;
}

.deposit-box .banner .preview .block h3 a {
    line-height: 20px;
}

/*********************************/
.deposit-box .form-link {
    width: 100%;
    text-align: center;
    padding: 25px 0;
    /*background: #9C1C35;*/

    background: #9C1C35;
    height: 66px;
    position: relative;
}

.deposit-box .form-link a {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 14px;
    border: 1px solid #ff9a9a;
    padding: 10px;
    border-radius: 5px;
}

/*********************************/
.deposit-box .wjt-block {
    width: 100%;
    margin: 0 auto;
    max-width: 1280px;
    padding: 25px 0 30px;
}

.deposit-box .wjt-block .woman {
    background: url("/export/promo/depositBox/image/woman.jpeg") top;
    height: 525px;
}

.deposit-box .wjt-block ul li {
    color: #9C1C35;
    font-size: 17px;
    margin-bottom: 26px;
    text-align: justify;
}

.deposit-box .wjt-block ul li span {
    color: #333;
}

/*********************************/
.deposit-box .info {
    width: 100%;
    padding: 30px 0;
}


.deposit-box .info .stratege,
.deposit-box .info .rules,
.deposit-box .info .offices,
.deposit-box .info .rates {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 30px 20px;
    font-size: 16px;
}

.deposit-box .info .stratege h2,
.deposit-box .info .rules h2,
.deposit-box .info .offices h2,
.deposit-box .info .rates h2 {
    color: #000;
    text-align: left;
    font-weight: normal;
}

.deposit-box .info .tbl-row {
    width: 100%;
    /*background: #eeeeee;*/
}


.deposit-box .info .title {
    text-align: center;
}

.deposit-box .info .tbl-row .title h2 i {
    line-height: 26px;
    padding-right: 10px;
    color: #9C1C35;
}

.deposit-box .info .stratege ul li,
.deposit-box .info .rules ul li,
.deposit-box .info .offices ul li,
.deposit-box .info .rates ul li {
    color: #9C1C35;
}

.deposit-box .info .stratege ul li span,
.deposit-box .info .rules ul li span,
.deposit-box .info .offices ul li a,
.deposit-box .info .rates ul li span {
    color: #000;
}

.deposit-box .info .stratege ul li span:hover,
.deposit-box .info .rules ul li span:hover,
.deposit-box .info .offices ul li a:hover,
.deposit-box .info .rates ul li a:hover {
    color: #9C1C35;
}

.deposit-box .info .stratege ul li {
}

.deposit-box .info .rules ul li {
}

.deposit-box .info .offices ul li {
}

.deposit-box .info .rates ul li {
}

.deposit-box .info .rates ul li a {
    text-decoration: underline;
}

/*********************************/
.deposit-box form {
    width: 100%;
    max-width: 615px;
    margin: 50px auto 50px;
}

.deposit-box form label {
    font-size: 20px;
    color: #595959;
}

.deposit-box form h2 {
    text-align: center;
}

.deposit-box form input {
    margin-bottom: 25px;
    max-width: 100% !important;
    width: calc(100% - 15px) !important;
}

.deposit-box form select {
    max-width: calc(100% - 15px) !important;
}

.deposit-box form input[type="checkbox"] {
    width: auto!important;
}

.deposit-box form  label.legal,
.deposit-box form  label.legal2 {
    font-size: 12px;
}

@media only screen and (max-device-width: 1280px) {

    .deposit-box .wjt-block ul li {
        padding: 0 10px;
        font-size: 16px;
    }

}

@media only screen and (max-device-width: 1080px) {

    .deposit-box .wjt-block .woman {
        display: block;
        width: 100%;
        max-width: 637px;
        margin: 0 auto;
    }

    .deposit-box .wjt-block .preview {
        display: block;
        width: 100%;
        max-width: 800px;
        padding: 10px;
        margin: 0 auto;
    }

}


@media only screen and (max-device-width: 840px) {


    .deposit-box .info .title,
    .deposit-box .info .desc {
        width: 100%;
        display: block;
        padding: 10px;
    }

    .deposit-box .info .title h2 {
        text-align: center;
    }
}

@media only screen and (max-device-width: 768px) {
    .deposit-box .banner {
        height: 300px;
        background-repeat: round;
    }
}

@media only screen and (max-device-width: 640px) {
    .deposit-box form {
        padding: 10px;
    }
}

@media only screen and (max-device-width: 540px) {
    .deposit-box .banner {
        display: none;
    }
}