#flashMessage {
    padding: 20px;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    color: white;
    background-color: green;
    display: none;
}

.hero-section {
    min-height: 900px;
    background: url(../img/a/first-section-bg.png) repeat-x;
    padding-top: 24px;
    position: relative;
}
.window {
    position: absolute;
    top: 4rem;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 0;
}

.header-bar {
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

ul.lang-menu {
    list-style: none;
    margin: 0;
    margin-top: -10px;
    padding: 0;
}

ul.lang-menu li {
    display: inline;
    margin-right: 1rem;
}

.lang {
    font-size: 0.8125em;
    font-family: "Ubuntu";
    color: rgb(205, 232, 255);
    text-transform: uppercase;
    padding-top: 17px;
}

.lang:hover, .lang:focus {
    color: rgb(205, 232, 255);
}

.lang.active {
    border-top: 3px solid #cde8ff;
}

.logo {
    width: 200px;
}

.main-cta {
    margin-bottom: 3.9rem;
    position: relative;
    z-index: 1;
}

.main-h1 {
    font-size: 2.8125em;
    font-family: "Ubuntu";
    color: rgb(255, 255, 255);
    line-height: 1;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 1.5rem;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
}

.main-descr {
    font-size: 1.8em;
    font-family: "Ubuntu";
    color: rgb(255, 255, 255);
    line-height: 0.781;
    text-align: center;
    display: block;
    margin-bottom: 3rem;
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -ms-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
}

.main-descr a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dashed #fff;
}
.main-input {
    font-family: "Ubuntu";
    font-size: 1em;
    font-weight: 400;
    color: rgb(170, 170, 170);
    line-height: 1.813;
    text-align: left;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
}

.main-cta .button-main {
    font-size: 1em;
    font-weight: 500;
    color: rgb(255, 255, 255);
    line-height: 0.813;
    text-align: center;
    border-radius: 3px;
    background-color: rgb(33, 122, 196);
    position: relative;
    top: -1.5px;
    -webkit-animation-delay: 1.8s;
    -moz-animation-delay: 1.8s;
    -ms-animation-delay: 1.8s;
    -o-animation-delay: 1.8s;
    -webkit-animation-duration: 0.9s;
    -moz-animation-duration: 0.9s;
    -ms-animation-duration: 0.9s;
    -o-animation-duration: 0.9s;
}

.features-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: flex-start;
    min-height: 485px;
    position: relative;
    z-index: 1;
}

.kf-box-1, .kf-box-2, .kf-box-3, .kf-box-4 {
    width: 240px;
    height: 235px;
    align-items: center;
}
.kf-box-1 {
    align-self: flex-start;
    -webkit-order: 1;
     -moz-order: 1;
     -ms-order: 1;
     -o-order: 1;
     order: 1;
}
.kf-box-2 {
    align-self: flex-end;
    -webkit-order: 2;
     -moz-order: 2;
     -ms-order: 2;
     -o-order: 2;
     order: 2;
}
.kf-box-3 {
    align-self: center;
    -webkit-order: 3;
     -moz-order: 3;
     -ms-order: 3;
     -o-order: 3;
     order: 3;
}
.kf-box-4 {
    align-self: flex-start;
    -webkit-order: 4;
     -moz-order: 4;
     -ms-order: 4;
     -o-order: 4;
     order: 4;
}

.kf-2 { margin-left: -370px; }

.kf-3 { margin-left: -170px; }

.kf-icon {
    display: block;
    margin: 0 auto;
}

.kf-header, .kf-desc {
    font-size: 1.375em;
    font-family: "Ubuntu";
    color: rgb(255, 255, 255);
    line-height: 1.1;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
    max-width: 240px;
}

.kf-desc {
    font-size: 0.9375em;
    line-height: 1.1;
}

.mobile-lang-menu {
    display: none;
    list-style: none;
    font-size: 0.875em;
    text-align: right;
    margin-left: 0;
    margin-bottom: 0;
}

ul.mobile-lang-menu li {
    display: block;
}

a.current-lng {
    display: inline-block;
    color: rgb(206, 233, 255);
    line-height: 2.083;
    padding: 1px 10px 1px 10px;
    border-radius: 2px;
    margin-bottom: 2px;
    width: 65px;
    border-bottom: none;
}

.mobile-lang-menu li:hover > a.current-lng {
    border-radius: 2px;
    background-color: rgb(100, 130, 158);
    padding: 1px 10px 1px 10px;
}

i.icn-arrow-down {
    display: inline-block;
    vertical-align: middle;
    background: url(../img/a/arrow_down.png) no-repeat;
    width: 9px;
    height: 6px;
    margin-left: 0.4rem;
}

ul.mobile-lang-menu ul {
    display: none;
    width: 120px;
    text-align: left;
    list-style: none;
    margin-left: 2px;
    margin-top: 0;
    border-radius: 3px;
    background-color: rgb(245, 247, 254);
    box-shadow: 0px 15px 30px 0px rgba(53, 93, 133, 0.5);
    overflow: hidden;
    position: absolute;
    z-index: 1000;
    right: 1.9%;
}

.mobile-lang-menu li:hover > ul {
    display: block;
}

ul.mobile-lang-menu ul li {
    padding: 0.5rem 0 0.5rem 0;
    transition: all 0.3s;
}

ul.mobile-lang-menu ul li:hover {
    background-color: rgb(28, 129, 212);
}

ul.mobile-lang-menu ul li:hover > a {
    color: #fff;
}

ul.mobile-lang-menu ul li a {
    padding-left: 1rem;
    display: block;
    border-bottom: none;
    color: #64829e;
    transition: all 0.3s;
}

.process-section {
    background-color: #e9ebf4;
    min-height: 730px;
    padding-top: 7.5rem;
}

.process-section_h2 {
    font-size: 2.5em;
    font-family: "Ubuntu";
    color: rgb(0, 0, 0);
    line-height: 1.375;
    text-align: center;
    margin-bottom: 60px;
}

.process-section_h2__accent {
    color: #217ac4;
}

.steps-wrap {
    background-color: #f5f7fe;
    border-radius: 4px;
    background-color: rgb(245, 247, 254);
    position: relative;
    min-height: 400px;
}

.steps-wrap_left-side {
    padding-top: 2.5rem;
    padding-left: 1rem;
    background-color: #fff;
    border-radius: 4px 0px 0px 4px;
    position: absolute;
    top: 0;
    left: 0;
    width: 52%;
    min-height: 400px;
}

.steps-wrap_left-side::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 200px solid transparent;
    border-left: 60px solid #fff;
    border-bottom: 200px solid transparent;
    position: absolute;
    top: 0;
    right: -60px;
}

.steps {
    list-style-type: none;
    counter-reset: num;
    margin: 0;
    padding: 0;
}

.steps li {
    font-size: 1.125em;
    font-family: "Ubuntu";
    color: rgb(100, 130, 158);
    line-height: 1.4;
    text-align: left;
    display: block;
    float: left;
    margin-bottom: 1.9rem;
    margin-left: 6rem;
    padding-top: 1.5rem;
    position: relative;
}

.steps li::before {
    content: counter(num);
    counter-increment: num;
    background: url(../img/a/lipin.png) no-repeat;
    width: 80px;
    height: 80px;
    font-size: 1.5em;
    color: #fff;
    padding: 0px 0px 0px 21px;
    display: block;
    float: left;
    line-height: 2;
    position: absolute;
    left: -5rem;
    top: 11px;
}

.steps-wrap_right-side {
    display: block;
    width: 42%;
    float: right;
    padding-top: 4.7rem;
}

.steps-wrap_right-side__h2 {
  font-size: 1.375em;
  font-family: "Ubuntu";
  font-weight: 500;
  color: rgb(53, 93, 133);
  line-height: 1.273;
  display: block;
  margin: 0 auto;
  margin-bottom: 2rem;
  text-align: left;
}

.steps-wrap_button, .total-cta-form_button {
    border-radius: 3px;
    background-color: rgb(33, 122, 196);
    font-weight: 500;
}

.profit-section {
    padding-top: 7.5rem;
    background-color: #f5f7fe;
    min-height: 670px;
}

.profit-section_h2 {
    font-size: 2.5em;
    font-family: "Ubuntu";
    color: rgb(0, 0, 0);
    line-height: 1.375;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 7.5rem;
}

.profit-section .video-frame {
    height: 480px;
    display: block;
    margin: 0 auto;
    margin-bottom: 8rem;
}

i[class*="icn-profit-"] {
    display: block;
    vertical-align: middle;
    background: url(../img/a/icons_parth.png) no-repeat;
    margin: 0 auto;
    margin-bottom: 20px;
    background-position: 0px 0px;
}

i.icn-profit-safe {
    width: 40px;
    height: 30px;
}

i.icn-profit-backs {
    width: 40px;
    height: 40px;
    background-position: 0px -33px;
}

i.icn-profit-wallet {
    width: 40px;
    height: 31px;
    background-position: 0px -76px;
}

i.icn-profit-earth {
    width: 40px;
    height: 40px;
    background-position: 0px -110px;
}

.profit-section_desc {
    font-size: 0.9375em;
    font-family: "Ubuntu";
    color: rgb(100, 130, 158);
    line-height: 1.667;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 4rem;
    width: 49%;
}

.withdrawal-section {
    padding-top: 5rem;
    min-height: 770px;
    background: url('../img/a/4th_bg.png') no-repeat;
    background-size: cover;
    background-position: top center;
}

.withdrawal-section_h2 {
    font-size: 2.5em;
    font-family: "Ubuntu";
    color: rgb(255, 255, 255);
    line-height: 1.375;
    text-align: center;
    margin-bottom: 70px;
}

.withdrawal-section_num{
    font-size: 1.875em;
    color: rgb(33, 122, 196);
    font-family: "Ubuntu";
    border: 1px solid rgb(33, 122, 196);
    border-radius: 50px;
    padding: 2px 10px 2px 15px;
    display: block;
    margin: 0 auto;
    margin-bottom: 1.2rem;
    width: 50px;
}

.withdrawal-section_desc {
    font-size: 1.125em;
    font-family: "Ubuntu";
    color: rgb(120, 161, 200);
    line-height: 1.389;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 3rem;
    width: 69%;
}

.spec-bttm {
    margin-bottom: 0.7rem;
}

.withdrawal-section_money-box {
    display: block;
    text-align: center;
    margin-bottom: 3rem;
}

i[class*="money_withdrawal-"] {
    display: inline-block;
    vertical-align: middle;
    background: url(../img/a/money4you.png) no-repeat;
    background-position: 0px 0px;
    width: 100px;
    margin-right: 0.8rem;
}

i.money_withdrawal-wm {
    height: 29px;
    background-position: 0px 0px;
}

i.money_withdrawal-pm {
    height: 29px;
    width: 46px;
    background-position: -24px -36px;
}

i.money_withdrawal-pp {
    height: 29px;
    width: 64px;
    background-position: -15px -64px;
}

i.money_withdrawal-bc {
    height: 31px;
    width: 74px;
    background-position: -10px -98px;
}

i.money_withdrawal-up {
    height: 35px;
    width: 74px;
    background-position: -15px -124px;
}

i.money_withdrawal-ap {
    height: 35px;
    width: 80px;
    background-position: -10px -164px;
}

.atm {
    display: block;
    margin: 0 auto;
}

.howto-section {
    padding-top: 5rem;
    background-color: #fff;
    min-height: 729px;
}

.howto-section_h2 {
    font-size: 2.5em;
    font-family: "Ubuntu";
    color: rgb(0, 0, 0);
    line-height: 1.375;
    text-align: center;
    margin-bottom: 0;
}

.howto-section_desc {
    font-size: 0.9375em;
    font-family: "Ubuntu";
    color: rgb(100, 130, 158);
    line-height: 3.667;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 4rem;
}

.promo-matirial {
    color: #217ac4;
    text-decoration: none;
    line-height: 1;
    padding-bottom: 2.5px;
    border-bottom: 1px solid transparent;
    display: inline-block;
}

a.promo-matirial[href*="zip"]::before,
a.promo-matirial[href*="rar"]::before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    background: url(../img/a/zip.png) no-repeat;
    background-position: 0px 0px;
    width: 11px;
    height: 12px;
    margin-right: 0.3rem;
    margin-left: 0.1rem;
}

.promo-matirial:hover,
.promo-matirial:focus {
    color: #000;
    border-bottom: 1px solid #000;
    outline: none;
}

.howto-cases {
    list-style: none;
    margin: 0;
    padding: 0;
}

.howto-cases li {
    font-size: 1.125em;
    font-family: "Ubuntu";
    color: rgb(100, 130, 158);
    line-height: 1.389;
    display: inline-block;
    float: left;
    margin-bottom: 1.9rem;
    margin-left: 6rem;
    padding-top: 1.5rem;
    position: relative;
}

.howto-cases li::before {
    content: '';
    background: url(../img/a/checked.png) no-repeat;
    width: 64px;
    height: 64px;
    font-size: 1.5em;
    display: block;
    float: left;
    line-height: 2;
    position: absolute;
    left: -5rem;
    top: 15px;
}

.howto-cases li:last-child { margin-bottom: 7rem; }

.total-section {
    padding-top: 12rem;
    min-height: 730px;
    background: url('../img/a/last_bg.png') no-repeat;
    background-size: cover;
    background-position: top center;
}

.total-section_h2 {
    font-size: 2.5em;
    font-family: "Ubuntu";
    color: rgb(255, 255, 255);
    line-height: 1.375;
    text-align: center;
    margin-bottom: 3rem;
}

.total-section_amount, .total-section_amount__cur {
    font-weight: 600;
}

.total-section_amount {
    white-space: nowrap;
}

.total-cta-form_wrap {
    background-color: #f5f7fe;
    border-radius: 4px;
    padding: 3rem 2rem 2rem;
}

.total-cta-form_h3 {
  font-size: 1.375em;
  font-family: "Ubuntu";
  color: rgb(53, 93, 133);
  line-height: 1.273;
  display: block;
  margin-bottom: 1rem;
}

.total-cta-form_wrap .main-input {
    font-size: 0.9em;
}

.footer-section {
    padding: 50px 38px 0 38px;
    background-color: #0d3561;
    min-height: 400px;
}

.footer-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-border-btm {
    padding-bottom: 3rem;
    margin-bottom: 1.2rem;
    border-bottom: 2px solid rgba(235, 238, 249, 0.102);
}

.footer-small-header {
  font-size: 0.9375em;
  font-weight: 500;
  color: rgb(120, 161, 200);
  line-height: 1.667;
  margin-bottom: 0.6rem;
  display: block;
}

.footer-small-itm {
  font-size: 0.875em;
  font-weight: 400;
  color: rgb(120, 161, 200);
  line-height: 1.5625;
  border-bottom: none;
}

.copyright {
  font-size: 0.875em;
  font-weight: 500;
  color: rgb(33, 122, 196);
  line-height: 1.786;
  margin-bottom: 1rem;
  display: block;
}

/*FOOTER ICONS*/

i[class*="icn-footer"] {
    background: url(../img/icon-set.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.6rem;
    width: 16px;
    height: 16px;
}

i.icn-footer-telegram {
    background-position: -23px 0px;
}

i.icn-footer-email {
    background-position: -23px -23px;
}

i.icn-footer-jabber {
    background-position: -23px -49px;
}

i.icn-footer-yahoo {
    background-position: -23px -73px;
}

i.icn-footer-qq {
    background-position: -23px -100px;
}

i.icn-footer-fb {
    background-position: -23px -123px;
}

i.icn-footer-vk {
    background-position: -23px -147px;
}

i.icn-footer-tw {
    background-position: -23px -173px;
}

i.icn-footer-gp {
    background-position: -23px -199px;
}

i.icn-twitter {
    display: inline-block;
    vertical-align: middle;
    background: url(../img/a/icon-set.png) no-repeat;
    margin-right: 5px;
    width: 31px;
    height: 32.6px;
    background-position: -63.6px -27.2px;
    margin-right: 1rem;
}
/*END FOOTER ICONS*/

/*MONEY ICONS*/
i[class*="money-"] {
    display: inline-block;
    vertical-align: middle;
    background: url(../img/a/money-icons.png) no-repeat;
    height: 27px;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

i.money-visa {
    width: 39px;
    background-position: -1px 0px;
}

i.money-master {
    width: 94px;
    background-position: -55px 0px;
}

i.money-paypal {
    width: 63px;
    background-position: -167px 0px;
}

i.money-bitcoin {
    width: 73px;
    background-position: -248px 0px;
}

i.money-robokassa {
    width: 87px;
    background-position: -341px 0px;
}

i.money-webmoney {
    width: 97px;
    background-position: -447px 0px;
}

i.money-perfectmoney {
    width: 46px;
    background-position: -562px 0px;
    margin-right: 0;
}
/*END MONEY ICONS*/


/*---MEDIA START---*/
@media screen and (max-width: 959px) {
    .main-cta { margin-bottom: 8rem; }

    .kf-2 { margin-left: 0px; }
    .kf-3 { margin-left: 0px; }

    .features-box {
        justify-content: space-between;
        flex-flow: row wrap;
    }
    .kf-box-1, .kf-box-2, .kf-box-3, .kf-box-4 {
        align-self: baseline;
        width: 50%;
        height: auto;
    }

}

@media screen and (max-width: 1063px) {
    .total-cta-form_wrap {
        padding-right: 1.2rem;
        padding-left: 1.2rem;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .main-input { font-size: 0.875em; }
}


/* Small only */
@media screen and (max-width: 39.9375em) {
    .window { display: none; }
    .main-h1,
    .profit-section_h2,
    .howto-section_h2,
    .withdrawal-section_h2,
    .total-section_h2 { font-size: 1.875em; }
    .main-h1 { margin-bottom: 1rem; }
    .main-cta { margin-bottom: 4rem; }
    .main-descr { font-size: 1.5em; }
    .process-section .main-input { font-size: 0.9em; }
    .howto-section_h2 { margin-bottom: 1rem; }
    .howto-section_desc { line-height: 1.667; }
    .howto-cases li { margin-left: 5.5rem; }
}

@media screen and (max-width: 510px) {
    .mobile-lang-menu { display: block; }
    .lang-menu { display: none; }
    .main-cta { z-index: 0; }
    .main-h1 { line-height: 1.5; }

    .hero-section { background: url(../img/a/first-section-bg.png); }
    .kf-box-1, .kf-box-2, .kf-box-3, .kf-box-4 {
        width: 100%;
        height: 235px;
    }
    .kf-box-1 {
        align-self: flex-start;
        -webkit-order: 1;
         -moz-order: 1;
         -ms-order: 1;
         -o-order: 1;
         order: 1;
    }
    .kf-box-2 {
        align-self: center;
        -webkit-order: 3;
         -moz-order: 3;
         -ms-order: 3;
         -o-order: 3;
         order: 3;
    }
    .kf-box-3 {
        align-self: center;
        -webkit-order: 4;
         -moz-order: 4;
         -ms-order: 4;
         -o-order: 4;
         order: 4;
    }
    .kf-box-4 {
        align-self: flex-start;
        -webkit-order: 2;
         -moz-order: 2;
         -ms-order: 2;
         -o-order: 2;
         order: 2;
         margin-bottom: 1rem;
    }
}

@media screen and (max-width: 590px) {
    .main-h1 { line-height: 1.1; }
    .main-descr { line-height: 1; }
    .hero-section { background: url(../img/a/first-section-bg.png); }
}

@media screen and (max-width: 767px){
    .process-section_h2 { font-size: 2.075em; }

    .steps-wrap {
        background-color: #f5f7fe;
        border-radius: 4px;
        background-color: transparent;
        position: relative;
        min-height: 400px;
        margin-bottom: 10rem;
    }
    .steps-wrap_left-side {
        padding-top: 2.5rem;
        padding-left: 0.1rem;
        background-color: #fff;
        border-radius: 4px 4px 1px 1px;
        position: relative;
        top: 4px;
        left: 0;
        width: 300px;
        min-height: 450px;
        margin: 0 auto;
    }
    .steps-wrap_left-side::after {
        border-top: 150px solid transparent;
        border-left: 60px solid #fff;
        border-bottom: 150px solid transparent;
        position: absolute;
        top: auto;
        right: auto;
        bottom: -180px;
        left: 120px;
        transform: rotate(90deg);
    }
    .steps-wrap_right-side {
        width: 300px;
        display: block;
        margin: 0 auto;
        float: none;
        background-color: rgb(245, 247, 254);
        padding: 6.2rem 0rem 4rem;
        border-radius: 0 0 4px 4px;
    }

    .steps li {
        font-size: 0.9375em;
    }
}
