@media (min-width: 1921px) {
    .banner_container{
        width: 1675px;
        padding: 0 63px;
    }
    
}
@media (max-width: 1920px) {
    .banner{
        align-items: start;
    }

    .banner_container{
        width: initial;
    }

    html[lang="ru"] .banner-area{
        /* background-image: url('/i/img/double-deposit/bg-5.png'), url('/i/img/double-deposit/bg-6.png'), url('/i/img/double-deposit/bg-4.png');
        background-position: center bottom, center bottom, bottom center;
        background-repeat: no-repeat;
        min-height: 1400px; 

        background-image: url(/i/img/double-deposit/bg-5.png), url(/i/img/double-deposit/bg-3.png), url('/i/img/double-deposit/bg-4.png');
        background-position: right 20px bottom -12px, left bottom -85px, right 20px bottom;
        background-repeat: no-repeat;
        background-size: 450px, 2237px, 670px;
        min-height: 650px;*/
    }

    /* html[lang="en"] .banner-area{
        background-image: url('/i/img/double-deposit/bg-5-2.png'), url('/i/img/double-deposit/bg-6.png'), url('/i/img/double-deposit/bg-4.png');
        background-position: center bottom, center bottom, bottom center;
        background-repeat: no-repeat;
        min-height: 1400px;
    } */

    body{
        background-repeat: no-repeat;
        background-position: right -98px top 168px;
        background-size: 1063px;
    }

    .banner_text{
        text-align: center;
    }

    .thanks_hide_class{
        background: none;
    }
}



@media (max-width: 1399px) {
    .box-items h4, .iconbox h5 {
        font-size: 40px;
        line-height: 49px;
    }

    .background-terminal ul li {
        width: 32%;
        margin-bottom: 20px;
        text-align: center;
    }
    .background-terminal ul li img {
        width: 100%;
        height: auto;
    }

}

@media only screen and (min-width: 1281px){
    .logo-footer p{
        display: block;
    }
    .footer-mobile p{
        display: none;
    }
    footer.footer {
        padding-top: 60px;
        border: 2px solid #F1F4F9;
    }

}
/*------------- Medium Layout -----------------*/
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .footer-mobile p{
        display: none;
    }
    .menu ul li a {
        font-size: 16px;
        line-height: 20px;
    }
    .banner h4 {
        padding-left: 76px;
        padding-top: 80px;
        font-size: 40px;
        line-height: 70px;
    }

    .get_btn{
        margin-left: 76px;
    }

    .banner {
        height: 630px;
    }
    .welcome-bonus h2 {
        font-size: 45px;
        line-height: 54px;
    }
    .welcome-bonus {
        margin-top: 87px;
    }
    .welcome-text h4 {
        padding-right: 50px;
    }
    .welcome-img {
        margin-top: 50px;
    }
    .how-it-work h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .how-it-work {
        margin-top: 60px;
    }
    .woman-study p {
        font-size: 21px;
        line-height: 26px;
        padding: 0 79px 30px 40px;
    }
    .how-to-get h3{
        font-size: 45px;
        line-height: 55px;
    }
    .how-to-get {
        margin-top: 100px;
    }
    .box-items h4 {
        font-size: 40px;
        line-height: 49px;
        margin: 77px 0 15px;
    }
    .how-to-get .box-items p {
        font-size: 16px;
        line-height: 20px;
    }
    .iconbox h5 {
        font-size: 40px;
        line-height: 49px;
    }
    .iconbox img {
        width: 86px;
        height: 86px;
    }
    .box-items {
        width: 49%;
        padding: 50px 75px 49px 50px;
        margin-bottom: 20px;
    }
    .iconbox {
        position: relative;
    }
    .iconbox img {
        width: 60px;
        height: 60px;
        position: absolute;
        bottom: -20px;
        right: -60px;
    }
    .iconbox.two {
        padding-right: 54px;
    }
    input.submit-btn{
        margin-top: 49px;
    }
    .contact-form {
        margin-top: 55px;
    }
    .contact-bg img {
        width: 100%;
    }

    .banner-area .container {
        max-width: 100%;
    }

    .contact-bg {
        width: 100%;
        margin: 0 auto;
        background: url(/i/img/double-deposit/contactbg.png) no-repeat;
        min-height: 850px;
        border-radius: 30px 0 0 30px;
        background-position: top left;
        background-size: cover;
    }

    .background-terminal {
        padding-top: 108px;
    }
    .faq-text p {
        padding: 53px 0px 53px 60px;
        font-size: 28px;
        line-height: 35px;
    }
    .awards ul {
        justify-content: space-between;
    }
    .awards ul li {
        width: 27%;
    }
    .contact-area {
        padding: 50px 0px 50px 40px;
    }
    .contact-area p {
        font-size: 28px;
        line-height: 34px;
    }
    .mobile-terminal {
        margin-top: 70px;
    }
    .background-terminal ul {
        flex-wrap: wrap;
    }

    .faq {
        margin-top: 100px;
    }
    .faq-text p {
        padding: 36px 60px;
        margin-top: 20px;
    }
    footer.footer {
        padding-top: 60px;
        border: 2px solid #F1F4F9;
    }
    span.faq-aling {
        display: inline-block;
        width: 75%;
    }
    /* .logo-footer p {
        font-size: 18px;
        line-height: 22px;
    } */
    .logo-footer img {
        width: 256px;
        height: auto;
    }
    .arrows .right-img {
        left: -50px;
    }
    .arrows .left-img, .arrows .right-img {
        right: -50px;
    }
    .how-it-work img {
        height: auto;
    }
}


@media only screen and (max-width: 997px){
    html[lang="ru"] .banner-area .banner_container{
        background: none;
    }
    html[lang="ru"] .banner-area {
        background-image: url(/i/img/double-deposit/bg-5.png), url(/i/img/double-deposit/bg-6.png), url(/i/img/double-deposit/bg-4.png);
        background-position: center bottom, center bottom, bottom center;
        background-repeat: no-repeat;
        min-height: 1400px;
        background-size: auto, contain;
    }

    html[lang="en"] .banner-area .banner_container{
        background: none;
    }
    html[lang="en"] .banner-area {
        background-image: url(/i/img/double-deposit/bg-5-2.png), url(/i/img/double-deposit/bg-6.png), url(/i/img/double-deposit/bg-4.png);
        background-position: center bottom, center bottom, bottom center;
        background-repeat: no-repeat;
        min-height: 1400px;
        background-size: auto, contain;
    }
    
}

@media only screen and (min-width: 998px){
    .banner_text{
        text-align: left;
    }
}

@media only screen and (min-width: 998px) and (max-width:1680px){
    .banner-area .container{
        max-width: 93%;
    }
}

/*------------- tablet layout -----------------*/
@media(max-width:991px){
    .footer_logo{
        justify-content: center;
    }
    #footer_nav{
        justify-content: center;
        padding-top: 30px;
    }
}

@media(min-width:768px) and (max-width:1023px){
    header {
        padding: 30px 0;
        border-bottom: 1px solid #F1F4F9;
    }
    .banner-area {
        margin-top: 30px;
    }
    span.numberone, span.numbertwo{
        display: block;
    }
    .menu ul {
        position: absolute;
        left: 0;
        width: 258px;
        top: 55px;
        background: #fff;
        border-radius: 5px;
    }
    .align-menu {
        flex-direction: row-reverse;
    }
    .menu ul li {
        padding: 7px 15px;
    }
    .banner {
        height: 601px;
    }
    .banner h4 {
        font-size: 40px;
        line-height: 70px;
        padding-top: 50px;
    }
    .welcome-bonus {
        margin-top: 100px;
    }
    .how-it-work img {
        height: auto;
    }
    .welcome-bonus h2 {
        font-size: 40px;
        line-height: 49px;
        margin-bottom: 40px;
    }
    .col-6 {
        width: 100%;
    }
    .welcome-img img {
        /* height: 540px; */
        object-fit: contain;
    }
    .welcome-text {
        margin-bottom: 35px;
    }
    .welcome-img {
        margin-top: 5px;
    }
    .how-it-work {
        margin-top: 55px;
    }
    .how-it-work h2 {
        font-size: 40px;
        line-height: 49px;
        margin-bottom: 40px;
    }
    .how-it-work img {
        /* height: 560px; */
    }
    .woman-study.marginbottom {
        margin-bottom: 20px;
    }
    .woman-study p {
        font-size: 18px;
        line-height: 22px;
        padding: 0 77px 20px 40px;
    }
    .how-to-get .box-items p {
        font-size: 14px;
        line-height: 17px;
    }
    .how-to-get {
        margin-top: 100px;
    }
    .how-to-get h3 {
        font-size: 40px;
        line-height: 49px;
        margin-bottom: 15px;
    }
    .how-to-get p {
        font-size: 21px;
        line-height: 26px;
        margin-bottom: 38px;
    }
    .box-items {
        width: 100%;
        padding: 40px;
        margin-bottom: 20px;
    }
    .box-items img {
        width: 86px;
        height: auto;
        float: left;

    }
    .box-items h4 {
        font-size: 34px;
        line-height: 45px;
        margin-left: 30px;
        margin-bottom: 15px;
    }
    .box-container {
        display: flex;
        top: -22px;
        width: 86%;
    }
    .iconbox img {
        width: 75px;
        height: 75px;
        position: relative;
        top: 50px;
        left: 20px;
    }
    .iconbox {
        align-items: center;
    }
    .iconbox p {
        margin-top: 28px;
    }
    .background-terminal ul {
        flex-wrap: wrap;
        gap: 20px;
    }
    .background-terminal ul li {
        margin: 0;
    }
    .logo-footer p{
        display: none;
    }
    .col-8, .col-4 {
        width: 100%;
    }
    footer.footer {
        margin-top: 100px;
        text-align: center;
    }
    .iconbox h5 {
        font-size: 34px;
        line-height: 42px;
    }
    .iconbox {
        /* width: 100%; */
    }
    .iconbox.two, .iconbox.three, .iconbox.four {
        margin-top: 0;
        float: right;
        width: 75%;
        padding-right: 40px;
    }
    .contact-bg img {
        border-radius: 30px 30px 0 0;
        height: 320px;
    }
    img.for_desktop{
        display: none;
    }
    img.for_mobile{
        display: block;
    }
    form#open-account-form p {
        font-size: 24px;
        line-height: 29px;
    }
    .contact-area {
        height: auto;
        padding: 40px 40px 40px 40px;
        margin-left: 12px;
        border-radius: 0px 0px 30px 30px;
        width: 100%;
    }

    .contact-area form input[type=text], .contact-area form input[type=email]{
        width: 100%;
    }

    .contact-area form .select-box input[type="text"] {
        width: 69%;
        position: relative;
        left: 5px;
    }

    .contact-form{
        margin-top: 50px
    }

    .contact-bg {
        width: 100%;
        margin: 0 auto;
        background: url(/i/img/double-deposit/contactbg.png) no-repeat;
        min-height: 320px;
        border-radius: 30px 30px 0 0;
        background-position: top -9px left;
        background-size: 100%;
    }

    input.submit-btn {
        display: flex;
        margin: auto;
        margin-top: 38px;
    }
    .mobile-terminal {
        margin-top: 100px;
    }
    .background-terminal h2 {
        font-size: 40px;
        line-height: 49px;
    }
    .background-terminal {
        padding-top: 127px;
    }
    .faq {
        margin-top: 100px;
    }
    .faq-details h2 {
        margin-bottom: 50px;
        font-size: 40px;
        line-height: 49px;
    }
    .faq-text p {
        padding: 29px 35px;
        font-size: 24px;
        line-height: 29px;
        display: flex;
    }
    footer.footer {
        border: 2px solid #F1F4F9;
    }
    .logo-footer {
        margin-top: 16px;
    }
    .award-right {
        margin: 40px 0;
    }
    .footer-mobile p {
        font-size: 16px;
        line-height: 20px;
    }
    img.for_mobile.tab_mobile {
        display: none;
    }
    img.for_desktop.tab_block {
        display: block;
    }
    .logo {
        position: relative;
        left: auto;
        right: 50%;
        transform: translateX(50%);
    }

    .box-arrow{
        width: 80px!important;
        height: 80px!important;
        background-size: 80px!important;
    }
}
 /*-------------Tablet part ends-----------------*/

@media(min-width:320px) and (max-width:767px){
    .logo img {
        width: 190px;
    }
    .banner h4 {
        font-size: 45px;
        line-height: 68px;
        padding-top: 65px;
    }
    .banner {
        height: 601px;
    }
    .welcome-bonus h2 {
        font-size: 31px;
        line-height: 38px;
        margin-bottom: 30px;
    }
    .welcome-text h4 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .col-6 {
        width: 100%;
    }
    .background-terminal ul {
        flex-wrap: wrap;
    }
    .box-content {
        display: inline-flex;
    }
    .for_desktop{
        display: none;
    }
    .for_mobile{
        display: block;
    }
    img.for_mobile {
        height: auto;
    }
    .how-it-work h2 {
        font-size: 31px;
        line-height: 38px;
        margin-bottom: 30px;
    }
    .how-it-work {
        margin-top: 55px;
    }
    .how-it-work img {
        height: 520px;
    }
    .woman-study.marginbottom {
        margin-bottom: 20px;
    }
    .woman-study p {
        font-size: 16px;
        line-height: 20px;
        padding: 0 20px 30px 27px;
    }
    .how-to-get h3 {
        font-size: 31px;
        line-height: 38px;
        margin-bottom: 15px;
    }
    .how-to-get p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 30px;
    }
    /* .box-items h4 {
        font-size: 28px;
        line-height: 35px;
        text-align: left;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .box-items {
        width: auto;
        padding: 30px 20px 100px 20px;
        text-align: center;
        margin-bottom: 20px;
    }
    .iconbox h5 {
        font-size: 28px;
        line-height: 35px;
        text-align: left;
    }
    .how-it-work img {
        height: auto;
    }
    .box-items img {
        width: 75px;
        height: auto;
    }
    .iconbox img {
        width: 60px;
        height: 60px;
    } */

    .contact-form{
        margin-top: 0;
    }

    .contact-bg{
        width: calc(100% - 25px);
        margin: 0 auto;
        background: url('/i/img/double-deposit/contactbg.png') no-repeat;
        min-height: 320px;
        border-radius: 30px 30px 0 0;
        background-position: top -9px left;
        background-size: 515px;
    }

    .contact-bg img {
        height: 320px;
        border-radius: 30px 30px 0 0;
    }
    .contact-area p {
        font-size: 18px;
        line-height: 22px;
        color: #fff;
        position: absolute;
        top: -150px;
        left: 0px;
    }
    form#open-account-form {
        position: relative;
        top: 0;
    }
    .contact-area {
        height: auto;
        padding: 30px 20px;
        border-radius: 0 0 30px 30px;
    }
    .margin-left {
        padding-left: 13px;
    }

    .col-6.margin-zero {
        padding: 0;
    }
    footer.footer .col-8 {
        width: 100%;
        text-align: center;
    }
    footer.footer .col-4 {
        width: 100%;
    }
    .logo-footer p{
        display: none;
    }
    .menu ul {
        position: absolute;
        left: 0;
        width: 258px;
        top: 55px;
        background: #fff;
        border-radius: 5px;
    }
    .menu ul li {
        padding: 7px 15px;
    }
    .welcome-bonus {
        margin-top:98px;
    }
    .welcome-img{
        margin-top: 10px;
    }
    .how-to-get {
        margin-top: 100px;
    }
    /* .box-items .iconbox p {
        font-size: 12px;
        line-height: 15px;
        text-align: left;
        margin-bottom: 0;
    } */
    .contact-area form input[type=text], .contact-area form input[type=email] {
        width: 100%;
        padding: 17px 20px;
    }
    .background-terminal ul li img {
        margin-bottom: 10px;
    }
    .background-terminal {
        height: 100%;
        padding: 60px 0;
    }
    .faq {
        margin-top: 100px;
    }
    .faq-details h2 {
        font-size: 31px;
        line-height: 38px;
    }
    .faq-text p {
        padding: 30px 30px 55px;
        margin-top: 23px;
        font-size: 21px;
        line-height: 26px;
        border-radius: 20px;
    }
    .award-right {
        position: relative;
        margin-top: 40px;
    }
    .footer-mobile p {
        font-family: 'MontserratRegular';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: #404040;
        margin-top: 30.14px;
        padding: 0 45px;
        margin-top: 40px;
    }
    .woman-block {
        border-radius: 15px;
    }
    .awards ul li:last-child {
        display: none;
    }
    .align-menu {
        flex-direction: row-reverse;
    }
    .logo {
        position: relative;
        left: auto;
        right: 50%;
        transform: translateX(50%);
    }
    header {
        padding: 37px 0;
    }
    .iconbox.two {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    /* .iconbox.three, .iconbox.four {
        margin-top: 20px;
        width: 100%;
    } */
    select#number_select {
        padding: 17px 38px;
    }
    .mobile-terminal {
        margin-top: 100px;
    }
    input.submit-btn {
        margin-top: 34px;
    }
    .background-terminal h2 {
        line-height: 35px;
        font-size: 28px;
        padding: 0 18px;
        margin-bottom: 30px;
    }
    footer.footer {
        margin-top: 100px;
        border-top: 2px solid #F1F4F9;
    }
    .logo-footer {
        margin-top: 16px;
    }
    span.numberone, span.numbertwo{
        display: none;
    }
}
@media(min-width:320px) and (max-width:768px){
  .box-items h4 {
      font-size: 28px;
      line-height: 35px;
      text-align: center;
      margin-bottom: 10px;
      margin-top: 10px;
  }
  .box-items {
      width: auto;
      padding: 30px 20px 100px 20px;
      text-align: center;
      margin-bottom: 20px;
      min-height: 300px;
  }
  .iconbox h5 {
      font-size: 28px;
      line-height: 35px;
      text-align: center;
  }
  .how-it-work img {
      height: auto;
  }
  .box-items img {
      width: 75px;
      height: auto;
  }
  .iconbox img {
      width: 60px;
      height: 60px;
  }
  .box-items .iconbox p {
      font-size: 12px;
      line-height: 15px;
      text-align: left;
      margin-bottom: 0;
  }
  .iconbox.two, .iconbox.three, .iconbox.four {
      margin-top: 20px;
      width: 100%;
  }
  .box-items img {
    float: unset;
  }
  .iconbox.two, .iconbox.three, .iconbox.four {
    padding-right: 0;
    width: 100%;
  }
  .iconbox {
    justify-content: center;
  }
  .box-items a {
    justify-content: center;
  }
  .box-container {
    display: flex;
    top: 20px;
    width: 100%;
    margin-bottom: 25px;
}
}


@media (max-width: 768px) {
    .select2-container--default .select2-selection--single{
        height: 63px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered{
        line-height: 60px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow{
        top: 20px;
    }

    .contact-area form .select-box input[type="text"]{
        width: 68%;
        position: relative;
        left: 5px;
    }

    .logo-footer{//display: none;}

    .banner h4 {
        font-size: 40px;
    }

    .banner{
        align-items: start;
    }

    .banner-area{
        min-height: 1330px;
    }

    html[lang="ru"] .banner-area{
        background-image: url('/i/img/double-deposit/bg-5.png'), url('/i/img/double-deposit/bg-6.png'), url('/i/img/double-deposit/bg-4.png');
        background-position: center bottom, center bottom, bottom right -298px;
        background-repeat: no-repeat;
        min-height: 1400px;
    }

    html[lang="en"] .banner-area{
        background-image: url('/i/img/double-deposit/bg-5-2.png'), url('/i/img/double-deposit/bg-6.png'), url('/i/img/double-deposit/bg-4.png');
        background-position: center bottom, center bottom, bottom right -298px;
        background-repeat: no-repeat;
        min-height: 1400px;
    }
}

@media (max-width: 575px){
    .accordion, .panel_inner_text p{
        font-size: 21px;
        line-height: 26px;
    }

    .banner h4 {
        font-size: 25px;
    }

    .banner-area{
        min-height: 735px!important;
        background-position: center bottom, center bottom, bottom center!important;
        background-size: 253px, 575px, 500px!important;
    }

    .banner h4{
        padding-top: 10px;
        line-height: 50px;
    }

    .banner_large_txt:nth-of-type(2){
        margin-left: initial;
    }
}
