body,
html {
    font-family: 'Poppins', sans-serif;
}

.header {
    width: 100%;
    background: #061826;
    height: 600px;
    display: flex;
    overflow: hidden;
}

.green-text {
    color: #09bc7b
}

.left_header {
    width: 60%;
    height: 600px;
    padding: 50px;
}
.normal-text a {
    color: #ffffff;
    text-decoration: none;
}
.normal-text a:hover {
    text-decoration: underline;
}

.with_pictures .depoiment {
    text-align: center;
}

.with_pictures .depoiment .avatar{
    max-width: 100px;
}

.left_header .title {
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 43px;
    color: #ffffff;
    padding-top: 45px;

}

.left_header p {
    font-style: normal;
    font-weight: normal;
    font-size: 14.8267px;
    color: #ffffff;
    line-height: 22px;
}

.infos {
    width: 80%;
}

.profile {
    position: absolute;
    left: -190px;
    bottom: 0;
    pointer-events: none;
}

.info_header {
    width: 22%;
    position: relative;
    background: linear-gradient(170.01deg, #09bc7b 0%, #0B395F 87.81%);
}

.big_button {
    display: flex;
    height: 600px;
    width: 18%;
    background-image: linear-gradient(180deg, #0B3B62 0%, #072B49 100%);
    font-weight: 800;
    font-size: 30.003px;
    line-height: 95.5%;
    text-align: center;
    text-decoration: none;
    /* or 29px */
    justify-content: center;
    align-items: center;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    color: #FFFFFF;
}

.bg {
    background-image: url("../images/bg.jpg") !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    color: #ffffff;
}

.big_button:hover {
    color: #ffffff;
    background-image: linear-gradient(180deg, #000D17 0%, #072B49 100%);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.prices {
    padding: 20px 40px;
    background-color: #002f53;
}

.info_header_infos {
    position: relative;
    margin-left: 110px;
    margin-top: 0px;
    padding: 30px;
}

.about {
    padding: 40px;
    font-size: 14px;
    border: 1px solid #d8d8d8;
    border-radius: 20px;
}

.limited {
    font-weight: bold;
    font-size: 28.1093px;
    line-height: 95.5%;
    color: #09bc7b;
}

.waiting {
    margin-top: 10px;
}

.investment {
    font-weight: 100;
    font-size: 16.1665px;
    line-height: 95.5%;
    letter-spacing: 2px;
    /* or 15px */
    color: #FFFFFF;

}

.price {
    display: block;
}

.value {
    font-weight: 800;
    font-size: 35.2356px;
    line-height: 95.5%;
    /* or 34px */
    text-align: center;
    color: #FFFFFF;
}

.currency {
    font-weight: bold;
    font-size: 24.7684px;
    line-height: 95.5%;
    /* or 24px */
    color: #FFFFFF;
}

.normal-text {
    font-weight: normal;
    font-size: 14px;
    line-height: 95.5%;
    /* or 13px */
    color: #FFFFFF;
}

.more_infos {
    padding: 50px 0;
    background: #efefef;
}

.social {
    justify-content: center;
    align-items: center;
    font-size: 30px;
}
.social a{
    margin: 5px;
    color: #ffffff;
}

.more_infos h1 {
    font-weight: bold;
}

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

ul li {
    padding: 20px;
    font-weight: 500;
    color: #ffffff;
    background: #072B49;
    margin-bottom: 10px;
    text-align: left;
    border-left: 8px solid #09bc7b;
}

.cta_button {
    min-width: 300px;
    max-width: 500px;
    border-radius: 20px;
    margin: 0 auto;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-top: 40px;
    background-image: linear-gradient(180deg, #0B3B62 0%, #072B49 100%);
}

.cta_button:hover {
    color: #ffffff;
    background-image: linear-gradient(180deg, #000D17 0%, #072B49 100%);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.cta_first {
    padding: 60px;
    color: #ffffff;
    text-align: center;
    background: linear-gradient(170.01deg, #09bc7b 0%, #0B395F 87.81%);
}

.cta_first h1 {
    font-weight: bold;
}

.depoiments {
    padding: 40px;
    background-color: #efefef;
}

.depoiments .row {
    border-bottom: 1px solid #d8d8d8
}

.depoiments .cta_button {
    margin-bottom: 40px;
}

.depoiments h1 {
    font-weight: bold;
}

.depoiment {
    margin-top: 50px;
}

.footer {
    padding: 40px 0;
    background: #002f53;
}

.links a {
    color: #ffffff;
    text-decoration: none;
    margin-left: 40px;
}

.links a:hover {
    color: #ffffff;
    text-decoration: underline;
    margin-left: 40px;
}

.gdpr {
    width: 70%;
    display: none;
    padding: 10px;
    font-size: 11px;
    max-width: 1200px;
    -webkit-box-shadow: 0px 0px 42px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 42px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 42px 2px rgba(0, 0, 0, 0.4);
    margin: 10px auto;
    position: fixed;
    bottom: 20px;
    background: #ffffff;
    border-radius: 10px;
    border-left: 10px solid #061826;
    left: 0;
    right: 0;
}

.gdpr_button {
    padding: 10px 20px;
    text-decoration: none;
    background: #0B3B62;
    color: #ffffff;
    display: inline-block;
    float: right;
}

.gdpr_button:hover {
    text-decoration: none;
    color: #ffffff;
    background: #062d4d;

}

.hide_desktop {
    display: none;
}

.header_container {
    max-width: 1500px;
    display: flex;
    margin: 0 auto
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 780px) {
    .mobile_prices {
        display: block !important;
        text-align: center;
    }

    .waiting {
        justify-content: center;
    }

    .links {
        justify-content: center !important;
    }

    .logo_footer {
        justify-content: center;
        text-align: center;
        margin-bottom: 40px;
        ;
    }

    .header {
        height: 710px !important;

    }

    .cta_first {
        padding: 30px !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 870px) {
    .big_button {
        display: none;
    }

    .infos img {
        max-width: 80%;
    }

    .cta_button {
        min-width: 300px;
        max-width: 100%;
        padding: 5px;
        margin-bottom: 60px;
    }

    .infos {
        width: 100%;
    }

    .left_header {
        width: 100%;
        height: 500px !important;
        padding: 30px !important;
    }

    .header {
        height: 650px;

    }

    .hide_desktop {
        display: flex;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 1045px) {
    .title {
        font-size: 22px !important;
        line-height: 120% !important;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 1200px) {
    .info_header {
        display: none;
    }

    .big_button {
        width: 40%;
    }

    .title {
        font-size: 25px !important;
        line-height: 120% !important;
    }
}