body {
      font-family: "Noto Sans", sans-serif;
    margin: 0;  
    padding: 0;
    background: #131314;
    color: #fff;
    line-height: 1.4;
}
*{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
img {
	width: 100%;
    display: block;
}
li {
	list-style: none;
}
p, h1, h2, h3 {
    margin: 0;
    padding: 0;
}
.main {
    background-image: url(../images/hero.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
}
.logo {
    width: 126px;
    position: absolute;
    top: 20px;
    /* margin: 20px 0px; */
    left: 50%;
    transform: translate(-50%, 0px);
}
.main__wrapper {
    max-width: 750px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
}
.main__title {
    font-size: 52px;
    font-weight: 600;
    line-height: 56px;
    text-align: left;
    text-transform: uppercase;
}
.main__subtitle {
    font-size: 32px;
    font-weight: 800;
    line-height: 56px;
    text-align: left;
    text-transform: uppercase;
    margin: 5px 0px 45px;
    line-height: 1;
}
.main__subtitle_orange {
    color: #FFB900;
    font-size: 52px;
    text-transform: uppercase;
}
.icon {
    width: 16px;
}
.button {
    background: #FFB900;
    width: 320px;
    height: 72px;
    border-radius: 8px;
}
.button a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    height: 100%;
    font-size: 26px;
    font-weight: 600;
    line-height: 16px;
    color: #231B0F;
}
.partners {
    background: #252A36;
    padding: 30px 0px;
}
.partner-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.partner-flex img {
    height: 20px;
    width: 60px;
}
.partner-flex img[src="./images/abn-amro-logo.svg"] {
    width: 84px;
    height: auto;
}

.partner-flex img[src="./images/ing-bank-logo.svg"] {
    width: 92px;
    height: auto;
}

.partner-flex img[src="./images/rabobank-logo.svg"] {
    width: 77px;
    height: auto;
}

.partner-flex img[src="./images/visa-mastercard-logos.svg"] {
    width: 62px;
    height: auto;
}

.partner-flex img[src="./images/bank-transfer-logo.svg"] {
    width: 26px;
    height: auto;
}

.partner-flex img[src="./images/noda-logo.svg"] {
    width: 47px;
    height: auto;
}

.partner-flex img[src="./images/mifinity-logo.svg"] {
    width: 76px;
    height: auto;
}

.partner-flex img[src="./images/skrill-logo.svg"] {
    width: 41px;
    height: auto;
}

.partner-flex img[src="./images/neteller-logo.svg"] {
    width: 70px;
    height: auto;
}

.partner-flex img[src="./images/bitcoin-btc-logo.svg"] {
    width: 22px;
    height: auto;
}

@media only screen and (min-width: 320px) and (max-width : 767px) {
    .main {
        background-image: url(../images/bg-mob.webp);
        height: 100vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        overflow: hidden;
    }
    .img-earth {
        display: block;
    }
    .logo {
        position: relative;
    
    }
    .container {
        width: 90%;
    }
    .main__wrapper {
        max-width: 100%;
        height: 100%;
    }
    .main__title {
        margin: 55px 0px 0px;
        font-size: 32px;
        text-align: center;
    }
    .main__subtitle {
        margin-top: 0px;
        font-size: 20px;
        font-weight: 800;
        text-align: center;
    }
    .main__subtitle_orange {
        font-size: 32px;
    }
    .button {
        margin: 40px auto;
        position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translate(-50%, 0px);
        width: 286px;
        height: 48px;
    } 
    .button a {
        font-size: 20px;
        line-height: 16px;
    }
    .partner-flex {
        justify-content: center;
        flex-wrap: wrap;
    }
    .partner-flex img {
        margin: 7px 15px;
    }
}
@media only screen and (min-width: 320px) and (max-width : 1200px) {
    .container {
        width: 90%;
    }
}
.preloader{position:fixed;left:0;top:0;right:0;bottom:0;background:#23282d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:1000}.preloader.hidden{-webkit-animation:1.5s linear forwards hiddenPreloader;animation:1.5s linear forwards hiddenPreloader}@-webkit-keyframes hiddenPreloader{0%{opacity:1;z-index:1000}30%{opacity:.8}50%{opacity:.5}70%{opacity:.3}100%{opacity:0;z-index:-1}}@keyframes hiddenPreloader{0%{opacity:1;z-index:1000}30%{opacity:.8}50%{opacity:.5}70%{opacity:.3}100%{opacity:0;z-index:-1}}
