/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@font-face {
    font-family: "Montserrat";
    src: url('/i/fonts/trbot/Montserrat-Bold.ttf');
}
@font-face {
    font-family: 'MontserratSemi';
    src: url('/i/fonts/trbot/Montserrat-SemiBold.ttf');
}
@font-face {
    font-family: 'Montserrat_500';
    src: url('/i/fonts/montserrat/Montserrat-Medium.woff');
}
@font-face {
    font-family: 'Montserrat_800';
    src: url('/i/fonts/montserrat/Montserrat-ExtraBold.ttf');
}
@font-face {
    font-family: MontserratMedium;
    src: url('/i/fonts/trbot/Montserrat-Medium.ttf');
}
@font-face {
    font-family: MontserratRegular;
    src: url('/i/fonts/trbot/Montserrat-Regular.ttf');
}

@font-face {
    font-family: 'Museo Sans Cyrl';
    src: url(/i/fonts/crypto_stocks/SFUIText-Regular.ttf);
}

@font-face {
    font-family: "SF UI Text";
    src: url(/i/fonts/crypto_stocks/SFUIText-Light.woff) format("woff2"), url(/i/fonts/crypto_stocks/SFUIText-Light.woff) format("woff");
    font-weight: 400;
    font-display: swap;
}

header {
    padding: 45px 0;
}
.logo img {
    width: 256px;
    height: auto;
}

body{}

.banner_container{
    width: 1903px;
    margin: 0 auto;
}

html[lang="ru"] .banner-area .banner_container{
    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 -80px bottom -85px, right 20px bottom -15px;
    background-repeat: no-repeat;
    background-size: 450px, 2237px, 670px;
    min-height: 650px;
}
/* html[lang="en"] .banner-area .banner_container{ */
html .banner-area .banner_container{
    background-image: url(/i/img/double-deposit/bg-5-2.png), url(/i/img/double-deposit/bg-3.png), url('/i/img/double-deposit/bg-4.png');
    background-position: right 20px bottom -12px, left -80px bottom -85px, right 20px bottom -15px;
    background-repeat: no-repeat;
    background-size: 450px, 2237px, 670px;
    min-height: 650px;
}

.banner {
    /* background-image: url('/i/img/double-deposit/animation_01.gif'); */
    width: 100%;
    height: 650px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 30px;
    display: flex;
    align-items: center;
}

.banner h4 {
    font-family: 'Montserrat_800';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 100px;
    text-transform: uppercase;
    color: #000;
}

.get_btn{
    background: #cf1c18;
    border: none;
    color: #fff;
    padding: 13px 40px;
    border-radius: 23px;
    font-weight: bold;
    margin-top: 30px;
    font-size: 18px;
}

.get_btn:hover{
    background: #a91f1c;
}

.banner_large_txt{
    background: #ddd;
    border-radius: 50px;
    padding: 6px 32px;
}

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

.for_mobile{
    display: none;
}
.menu ul {list-style: none;margin: 0;padding: 0;float: right;}

.menu ul li {
    display: inline-block;
    padding-left: 58px;
}

.menu ul li a {
    font-family: 'Montserrat_500';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    text-decoration: none;
}
.align-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    justify-content: space-between;
}

/* welcome section start  */


.welcome-bonus h2 {
    font-family: 'MontserratSemi';
    font-style: normal;
    font-weight: 600;
    font-size: 55px;
    line-height: 67px;
    color: #000000;
    margin-bottom: 50px;
}
.welcome-bonus {
    margin-top: 120px;
}
.welcome-text h4 {
    font-family: 'MontserratRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}
.welcome-img {
    margin-top: 60px;
}
.welcome-img img {
    width: 100%;
    /* height: 650px; */
}
/* how it work start  */
.how-it-work {
    margin-top: 120px;
}
.how-it-work h2 {
    font-family: 'MontserratSemi';
    font-style: normal;
    font-weight: 600;
    font-size: 55px;
    line-height: 67px;
    color: #000000;
    margin-bottom: 50px;
}
.how-it-work img {
    width: 100%;
    /* height: 749px; */
}

.box-items img {
    width: 100px;
    height: auto;
}
.box-items h4 {
    font-family: 'MontserratSemi';
    font-style: normal;
    font-weight: 600;
    font-size: 55px;
    line-height: 67px;
    color: #000000;
}

 .box-items p {
    font-family: 'MontserratRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #404040;
}

.box-container{
    position: relative;
}

.how-to-get .box-items p{
    color: #404040;
}
.box-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.box-items {
    width: 48.8%;
    background: #F4F4F4;
    border-radius: 30px;
    padding: 50px 60px 30px;
    margin-bottom: 38px;
    position: relative;
}

.iconbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    width: 100%;
}

.iconbox p{
    width: 89%;
}

.checkbox-one label, .checkbox-two label {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #494949;
    width: 92%;
}
.checkbox-one input, .checkbox-two input {
    position: relative;
    top: 3px;
}
.iconbox img {
    width: 100px;
    height: 100px;
}
.how-to-get {
    margin-top: 120px;
}
.how-to-get h3 {
    font-family: 'MontserratSemi';
    font-style: normal;
    font-weight: 600;
    font-size: 55px;
    line-height: 67px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
}
.woman-study{
    position: relative;
}
.woman-study p {
    font-family: 'MontserratMedium';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    /* position: absolute; */
    bottom: 0;
    padding: 0 150px 60px 60px;
    right: auto;
}
.woman-block {
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(109.01%, rgba(0, 0, 0, 0.81)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 109.01%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 109.01%);
    opacity: 0;
    border-radius: 30px;
    opacity: 1;
}
/* .woman-block:hover{
    opacity: 1;
} */
.box-items h4 {
    font-family: 'MontserratSemi';
    font-style: normal;
    font-weight: 600;
    font-size: 55px;
    line-height: 67px;
    color: #000000;
    margin-top: 15px;
    margin-bottom: 23px;
}

.box-items a{
    display: flex;
    justify-content: end;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.how-to-get p {
    font-family: 'MontserratRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 50px;
}
.iconbox p{
    margin-bottom: 0;
}
.iconbox h5 {
    font-family: 'MontserratSemi';
    font-style: normal;
    font-weight: 600;
    font-size: 55px;
    line-height: 67px;
    color: #000000;
}
.iconbox.two {
    margin-top: 80px;
}
.iconbox.three, .iconbox.four {
    margin-top: 32px;
    width: 86%;
}

/* contact form start  */
.contact-form {
    margin-top: 82px;
}
.margin-zero {
    padding-right: 0;
}
.margin-left {
    padding-left: 0;
}
.contact-area {
    border-radius: 30px;
    background: #F4F4F4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 850px;
    padding: 73px 0px 73px 80px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.contact-area p {
    font-family: 'MontserratRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 46px;
    color: #000000;
    padding-right: 16px;
}
.contact-area form input[type=text], .contact-area form input[type=email] {
    background: #FFFFFF;
    border-radius: 15px;
    width: calc(100% - 25px);
    border: 1px solid #0000001F;
    padding: 27px 25px;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 400;
}
select#number_select {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    padding: 27px 67px;
    width: auto;
    display: initial;
}
.contact-area form input[type=checkbox] {
    accent-color: #D11B1B;
}
.contact-area form .select-box input[type="text"] {
    width: 66%;
}

.select2-container{
    /* width: calc(30% - 20px) !important;
    margin-right: 10px !important; */
    width: 30% !important;
}

.submit-btn {
    background: #D11B1B;
    border-radius: 20px;
    border: none;
    padding: 20px 80px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 26px;
    color: #FFFFFF;
    margin-top: 60px;
    max-width: 320px;
    width: 100%;
}
.background-terminal ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.background-terminal ul li {
    margin: 0 10px;
}
.background-terminal h2 {
    font-family: 'MontserratSemi';
    font-style: normal;
    font-weight: 600;
    font-size: 55px;
    line-height: 67px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 60px;
}
.background-terminal ul li img {
    width: 276px;
    height: auto;
    cursor: pointer;
}
.contact-bg img {
    width: 100%;
    height: 850px;
    border-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.checkbox-one, .checkbox-two {
    margin-top: 23px;
}
.mobile-terminal {
    margin-top: 120px;
}
.background-terminal {
    background-image: url('/i/img/double-deposit/bg-termail.png');
    width: 100%;
    height: 650px;
    padding-top: 146px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 30px;
}
.faq {
    margin-top: 120px;
}
.faq-details h2 {
    margin-bottom: 50px;
    font-family: 'MontserratSemi';
    font-style: normal;
    font-weight: 600;
    font-size: 55px;
    line-height: 67px;
    color: #000000;
}
.faq-text span img {
    width: 60px;
    height: 60px;
}
.arrows img{
    cursor: pointer;
}
.faq-text p {
    background: #F4F4F4;
    border-radius: 30px;
    padding: 53px 60px;
    margin-top: 38px;
    font-family: 'MontserratRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    color: #000000;
}
footer.footer {
    margin-top: 120px;
}
.logo-footer p, .footer-mobile p {
    font-family: 'SF UI Text';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    margin-top: 30.14px;
}
span.numberone, span.numbertwo {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    color: #F4F4F4;
    float: left;
    margin-right: 20px;
}
.welcome-text h4 {
    display: flex;
    align-items: center;
}

.awards ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}

.awards ul li span {
    display:block;
}
.awards ul li {
    width: 15%;
    text-align: center;
}

.award_slider p{
    display: block;
    font-family: 'Museo Sans Cyrl';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    color: #404040;
    margin: 10px auto 0 auto;
    width: 99%;
}
.award-right {
    position: relative;
}

.arrows .left-img, .arrows .right-img {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.award-right {
    position: relative;
}

.arrows .right-img {
    right: auto;
    left: 0;
}

.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;
}

.logo-footer a{text-decoration: none; color: initial;}
.logo-footer a:hover{text-decoration: underline; }

.logo-footer img{
    max-width: 256px;
}

.text_for_footer_one{
    width: 137px;
    font-family: 'SF UI Text';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    display: block;
    margin-left: 13px;
}

.footer_logo{
    width: 100%; display: flex;
}

.footer_logo_logo{
    padding-right: 10px;
    border-right: 2px solid #00000085;
}

#footer_nav{
    padding-bottom: 45px;
}

#footer_nav li{
    border-right: 1px solid;
}

#footer_nav li:last-child{
    border-right: none;
    padding-left: 8px;
}

#footer_nav li a{
    padding: 0;
    padding-right: 10px;
    text-decoration: underline;
    font-family: 'SF UI Text';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000;
}

#footer_nav li a:hover{
    text-decoration: none;
    color: initial;
}

.footer_border{
    border-bottom: 1px solid #00000052;
    margin-bottom: 50px;
}

.footer_text_two{
    font-family: 'SF UI Text';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    margin-top: 30.14px;
}

.award_sliders{
    float: left;
    text-align: center;
    min-height: 153px;
    display: block;
    border: 1px solid #00000040;
    border-radius: 10px;
    padding-top: 5px;
    padding: 5px 10px;
    margin: 0 1px;
}


.accordion {
    background: #F4F4F4;
    border-radius: 30px;
    color: #444;
    cursor: pointer;
    padding: 53px 60px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;

    background: #F4F4F4;
    border-radius: 30px;
    padding: 53px 60px;
    margin-top: 38px;
    font-family: 'MontserratRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    color: #000000;
}

.accordion:after {
    float: right;
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 5px;
    content: "";
    background: url("/i/img/double-deposit/icon.png") no-repeat 0 0;
    background-size: 100%;
}

.active:after {
    width: 60px;
    height: 60px;
    margin-right: 5px;
    content: "";
    background: url("/i/img/double-deposit/icon_02.png") no-repeat 0 0;
    background-size: 100%;
}

.panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-top: 10px;
}

.panel_inner_text{
    transition: 0.4s;
    background: #F4F4F4;
    border-radius: 30px;
    padding: 53px 60px;
    font-family: 'MontserratRegular';
    font-size: 28px;
    line-height: 34px;
    border-top: 1px solid #fff;
}

.invalid-feedback{
    margin-left: 26px;
}

.form-control-custom{
    appearance: auto;
    width: 13px;
    float: left;
    top: 7px!important;
    margin-right: 6px;
}

.custom-control-label::before{
    width: 20px;
    height: 20px;
}

.preloader_white_mini {
    position: relative;
    margin: 0 auto;
    z-index: 9;
}

.preloader_white_mini,
.preloader_white_mini::before,
.preloader_white_mini::after {
    display: block;
    width: 30px;
    height: 30px;
}

.preloader_white_mini::before {
    background: url(data:image%2Fpng;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6%2FNlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABXpJREFUeNrkm22IVFUYx8%2FMjovFuBK15aZJia69Uu6uuV9MSwgKsZTovT6W1IfCVSgUpBJ6gU2zN7IaQ7I3IxNbgiCzzNrKisrMpLAk2jfNt43VsZ3p%2F3T%2F0eXOOXfmXu+duScP%2FEDvzDnn+c+55zzPec7ZdLFYVFVibdFc1lbLjrQ6wUoUgjPgLnB1jHbOYR+ZWgu+HHwDngZPgZExiJU2V7CPr8DMWgieCN4Cm8D5fHYOuDcGwYvYtpSLwAfse2Ko1gJO+nrwMDhqWHwOgzP53RRoAXeD1aDfZ9HqAzl+t4V1pY2xbFNXhsAyMCKIhn8aDlBS4BPQ7vOdDeBncB2o51vwBdgJfgF9YAgcAaeAM8AEcB6YxmnyJ3gTTAazffraCqbLuMU1wkIbKPiM1gHwJLjUNVJBSLHucvCHTz%2FDtCVQ+2H92UsaA3rAAnByhH4zCxaCXk1%2FuTBthjVkjGtu5cFjNC6ugEHa7gTH2OdB2hC4rbB+bRDsAllwK+donEX66wCvkv18FplbqucCpSuyyHwEfgdtVRDrLttAK+gFH4LTfRbX+iCCH6K%2Fm+J53siOpONrweEaRIeHwFzwNW1p9HwuNn8MHqh0lZ4EjrhWwhdBE+fRt2BVyNU3alK0pZsLZRNtHabtomFCJX74bXCN59kBzll5leaB4YTsBeoYdTXRj2c1Wub6jfCVPn5vFxiVgJH1Mhr85GP3LNP2UFbsTsMv+Re4qUZztlw5CG6gjbqywr3LcguW7deFhkrLwZcJ3uaKbSsNn4mmO3WCd4M9mgoS+z5owd5+KdcYb9nDGL5E8EZwLljiceqPhHXyVS6Dnik5SC2iqavc5mEc6AL7Yw4Z4whBZcOxkW6q4tDyN74Guy0ZXfeovs4FrCdIpJXmfvYVC%2FN0a2h7OojgNgYX3RYK7qYbag0ieAY3CAULBRe5D5geRLD8Op9ZnH7uNo2wDP0bmudXgNUWC5b82f06bbJ5MCXAJnPDYGNpBj8GzUsPWDzCA2ES8YMWCz4URnBB%2FQ+Ln+AGi3U1hBHcaLFgo+3iltYZ3NIki1dpOWjbywCkRPD1mgqv0S11WSpYtoTvgVsqfaUlg9Bu8Ss9zZShMQmWfK+c4qUsFJvilNwSRPA2uqV2S0e3EHSEpYKcz95moeDbGUMXggg+C5wNblSlye0klyxtFtubKhF8ElgMdijnVo6c0M+3SPB82jybLnUxNbl2y%2F8luOaBXw0H3VlLEng9GvtF0xzdycM4MF7zq41RppO4ZJWltNVbxlNbyQhnwHbD+YycvLcmeHSnuG4HeMt31FYywpLaXOATgkr6c3QCR3aUcrKrppTzPcp17uRdtCQc26CpJMel+5STAq1LkFix5WXlXHPS7d%2FluHRTObckN9+OuvxxTjm37WYp50bccwmJwMSGZ5VzBeMypnVyLv8rGjpKahnmxKNgM+eG+3kj2AleAHU1nLN1tOEH2uSdz1t5Y7Dim3hyIeSY0t9wk1%2F0XeUcx9xcg1RQA1%2FjseAq0G8Y%2FREgX2mklVfm63x9fIWkQ7nB01JFsW2M8yWKmmEQq2h7PmjGo9zK2Mx9pyTsO2MOQbPs41MmJppD9xfx1cOOiKOyLNvsqeXVw6llLpfuiFDw51FfLk2HcAUry7ilPsPzS5g2Ok05t9xH8t%2FybKqhTn+ZjOsTQV1kUMGy8m02LQj0gYsMny1TzpmPnAoMkQE+e9xQ5z5lvp2TZ5IuE6dg6UQOqS4A6zWfr+EqGlXZDp7XPF9PG5bQfca+aP2LXPr6vsIrve%2F4zMctPvVOdV0Ul83NzOOx+Xj%2FLOZ9cDG4g%2F%2FvjcElSQy%2FkHN+lc8rXlHJRGCQGPBMzAFHLqqGTri%2FTPtbgAEA1EZTrD32jtkAAAAASUVORK5CYII=) no-repeat;
}

.preloader_white_mini::before {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 6000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 6000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 6000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 6000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.preloader_white_mini::after {
    background: url(data:image%2Fpng;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6%2FNlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABBhJREFUeNrsm2tIFFEUx2fNoELSwIq+iJWhRA%2FSBKnFtTAqqA+VXyoikiAQDIsgJPpURgQlIfWpIoLsgdqnykhitQdF+SpQexj2oswgi1722v6XPQsSzsx9zczuugd+sO7MnHP%2F48y995x71xcKhYzRZEnGKLOE4IRgZyyVcN2SHfTtA%2FPBYrAQzAMzQNp%2F5w2C56ATtILb9NmR3tTnQC+dCzaCEpAh6eMFqAPn6CboMyZYE8UgGNJvQfKtpZ063uEscAVcBwEHnsIA+b5KsTzrtNg7WgEegZUu9DcrKNYOiu2q4BRQD6rBOBc7WRbrCL3fKW4JngqCYI2Hw+laasMUp4elyaAZZEs29AM4C9qH9egbQLqErzxqSyEYcKKXTgEPFXrbOpA2gl%2F2Xb2C37tgAq8OXrE+xUY1gzEW%2FseCmwr+66mN2oalcnpvZI315n8sjv+ic1Te6XJdM60sGg5ke+M+MF1ghiU7O%2FsB5oJnqr10jeLQ81rg3FeKQ1aN6rBUTAO+iqU7dK7Z5KRYRfAei2NfORuRzflIzxQY7r5bHNsrKzgfFFkcZ9lQlU3wyBS0ikPEAU6hVTYdaCGlo8Lj8DGbocBP52WACxxDx0GQNEIc9t0hjusbQBZd47c5t0Z0HGaN6OcUHKEItNlc0w62gXyCfe6wuaaTfA+PZSf4rcnNNRWcy3HH%2FSY3aisY0JAHMx9lIHmEOH6O6%2FNEJh5LJXvJv+AEmAUOg58SPn6Do+TjOP0tm0dzd1q5isMDq1PtAnNAo8B1jVQHqyAfKpYnIjhHUxr3lIoDjJcW570Dq+i8Lk2xZ4sIztScSzfS9NTM2HTwsuY8PlPkwkkcDs+DUpdr22xM30Kx7SyNV%2FBEzuDTwEnwACxyQWwBuANOUWweS9VZxIvYAnAL1CpkOnY3tpbEFjhRtfws+aitBz1gt0axrLd+Qr5lKpWfeP%2FDHyUbOB6UaRRcKludNBvWkiyS9li3PhHBPXEguEtEcFscCG4VEXwjDgQ3iwjuAO9jWCxre7uIYJb11MWw4IukQWhOejqGBZ+RmYTfBy0xKLaF2i6VdeyLQcH7VdKsJsEE3mu7ZoR3CyjllduN8DJGtBtro+36Eo9gVrWojAHBldRWLVULVlRriGKxDdRGQ5dgtsS4OUqnnPfAJoNzI5tIAeCLEV6sehxFYlmSsxp8UykAWBnbSxEwdO+Ok08OAobI%2Fg5DrsTTb4QX2S55%2FM4Wycz3ZWta7PFeB3aCIReFDlHMEmqD4ZbgSEfGNqaxIl7QBbFBilVtKOy01VG17AZLwDKzHFRDXrucYnSrOtO5X7qJyNHok+3269V595xYNTCrh70xee%2FYd2brTr26G+fz6Gc8kWWQQbcDJxve2KBHcRO%2FakkIjjf7J8AAJpCcb5SurHgAAAAASUVORK5CYII=) no-repeat;
}

.preloader_white_mini::before,
.preloader_white_mini::after {
    position: absolute;
    content: "";
    background-size: cover;
}

@-moz-keyframes spin {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(360deg);}
}
@-webkit-keyframes spin {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}
@keyframes spin {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

.preloader_white_mini::before {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 6000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 6000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 6000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 6000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

label[for="check1"] a{
    color: initial;
}

.thanks-visible{
    display: none;
}

.thanks_body{
    background: url('/i/img/double-deposit/thanks_body_01.jpg');
    background-repeat: no-repeat;
    background-position: top center;
}

.thanks_section_one{
    margin-top: 65px;
}

.thanks_section_one h1{
    font-family: 'MontserratRegular';
    font-style: normal;
    font-weight: 600;
    font-size: 80px;
}

.thanks_section_one p{
    font-family: 'MontserratRegular';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000;
    padding-top: 20px;
}

.btn_cabinate{
    background: #D11B1B;
    padding: 12px 30px;
    border: none;
    color: #fff;
    border-radius: 20px;
    font-family: 'MontserratRegular';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    margin-top: 40px;
}

.btn_cabinate:hover{
    background: #a51717;
}

.thanks_section_two{
    margin: 70px 0;
}

.thanks_section_two h3{
    font-family: 'MontserratRegular';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #000;
}

.thanks_section_two .container{
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    padding: 25px 0;
    background: #fff;
}

.thanks_section_two p{
    color: #565b6e;
    font-family: 'MontserratRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.metaTrader_btn{
    border: 2px solid #000;
    background: #fff;
    padding: 12px 40px;
    border-radius: 20px;
    font-family: 'MontserratRegular';
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
}

.metaTrader_items{
    margin-top: 80px;
    margin-bottom: 50px;
    float: left;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.metaTrader_items div{
    text-align: center;
    width: 100%;
}

.metaTrader_items a{
    text-decoration: none;
    display: block;
}

.metaTrader_items p{
    margin-top: 25px;
    font-family: 'MontserratRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #000;
}

.thanks_section_four{
    margin-bottom: 70px;
}

.thanks_section_four_container{
    background: rgba(251, 251, 251, 0.7);
    border: 1px solid #F5F5F5;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding-top: 35px;
    padding-bottom: 35px;
}

.box-arrow{
    width: 100px;
    height: 100px;
    background: url("/i/img/double-deposit/icon.png");
    background-repeat: no-repeat;
    background-position: center;
    transform: scale(0.8);
}

.awards{overflow: hidden;}

div[aria-live="polite"]{
    display: flow-root;
    width: 100%;
    float: left;
    overflow: hidden;
}

.award_slider{
    display: flex;
    padding-bottom: 40px;
}

.award_slider button{
    background: none;
    border: none;
    float: left;
    z-index: 1;
    position: relative;
}

.slick-prev,.slick-next{
    font-size: 0;
}

.slick-prev:before {
    content: url(/i/img/zold_analytics/left_arrow.svg);

}

.slick-next:before {
    content: url(/i/img/zold_analytics/right_arrow.svg);

}

.container, .banner_container {
    width: 93%;
}
@media only screen and (min-width: 997px) and (max-width: 1300px) {
    .container, .banner_container {
        width: 98%;
    }
}