body {
    background-color: #1E1E1E;
    color: #ffffff;
    font-family: "Jura", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    padding: 0;
    margin: 0;
}

.m1 {
    width: 100%;
    display: block;
    position: relative;
}

.m1-bg {
    width: 100%;
}

.m1-modul {
    display: block;
    position: absolute;
    top: 62px;
    left: 240px;
    border-radius: 10px;
    background-color: #1E1E1E;
    padding: 15px 74px;
}

.m1-logo {
    display: block;
    float: left;
}

.m1-logo-text {
    display: block;
    float: left;
    font-weight: 400;
    font-size: 34px;
    line-height: 88%;
    padding-top: 26px;
}

.m1-desc {
    display: block;
    position: absolute;
    top: 204px;
    left: 240px;
    border-radius: 10px;
    background-color: #1E1E1E;
    font-weight: 400;
    font-size: 35px;
    line-height: 130%;
    padding: 0 23px;
}

.m2 {
    display: block;
    float: left;
    margin: 145px 240px 175px 240px;
    /*min-height: 815px;*/
}

.m2-left {
    display: block;
    float: left;
    width: 40%;
    padding-top: 18px;
}

.m2-left img {
    width: 100%;
}

.m2-right {
    display: block;
    float: left;
    width: 50%;
    margin-left: 10%;
}

.m2-right-title {
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 45px;
    line-height: 130%;
}

.m2-right-desc {
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 26px;
    line-height: 130%;
    margin-top: 27px;
}

.m2-right-img {
    display: block;
    width: 100%;
    margin-top: 63px;
}

.m2-right-img img {
    width: 100%;
}

.footer {
    display: block;
    float: left;
    width: 100%;
    height: 177px;
    background-color: #4E4E4E;
}

.footer .modul {
    display: block;
    width: 625px;
    margin: 0 auto;
    background-color: #1E1E1E;
    padding: 15px 74px;
    height: 98px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.footer .logo {
    display: block;
    float: left;
    margin-left: 55px;
}

.footer .logo-text {
    display: block;
    float: left;
    font-weight: 400;
    font-size: 34px;
    line-height: 88%;
    padding-top: 26px;
}

.footer .year {
    display: block;
    width: 100%;
    text-align: center;
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #9698A1;
    margin-top: 15px;
}

@media (max-width: 1550px) {
    .m2 {
        margin: 110px 240px 175px 120px;
    }

    .m2-right-title {
        font-size: 36px;
    }

    .m2-right-desc {
        font-size: 22px;
    }

    .m2-right-img {
        margin-top: 44px;
    }
}

@media (max-width: 768px) {

}












