@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

body header,
body #page-title,
body #page-title-placeholder {
    display: none !important;
    display: none !important;
}

.body {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.body a, .body a:focus, .body a:hover {
    color: inherit;
    text-decoration: none;
}

.body .max-width-835 {
    max-width: 835px;
}

.body .max-width-1670 {
    max-width: 1670px;
}

.body .max-width-1920 {
    max-width: 1920px;
}

.body .bg-yellow {
    background: #FFF200;
}

.body .title {
    background-image: url('/static/img/landing/morele/karcher-myjki/bg.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
}

.body .middle-title {
    background-image: url('/static/img/landing/morele/karcher-myjki/bg_middle.jpg');
}

.body .title .col-12 {
    height: 325px;
    font-size: 40px;
    font-weight: 600;
}

.body #logo {
    margin: 23px 0 64px;
}

.body h1 {
    color: #fff;
    font-size: 80px;
    font-weight: 600;
    margin: 0;
    height: 414px;
    padding-top: 62px;
}

.body .bg-light-gray {
    background: #E1E2E3;
}

.body .phone {
    margin: 23px 0 18px;
}

.body .phone img {
    max-width: 31%;
}

.body .main-link {
    display: block;
    background: #6D6E71;
    color: #FFF200;
    font-size: 40px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    padding: 62px 0;
}

.body h2, .body h3, .body b {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 30px;
}

@media (max-width: 1199px) {
    .body h2, .body h3, .body b {
        font-size: 24px;
        margin: 0 0 15px;
    }
}

.body b {
    margin-top: 70px;
}

@media (min-width: 768px) {
    .body .middle-title {
        margin-top: 124px;
    }
}

@media (max-width: 767px) {
    .body .title .col-12 {
        font-size: 32px;
    }

    .body #logo {
        width: 123px;
        height: 33px;
    }

    .body .title {
        background-size: 767px 165px;
    }

    .body .title:not(.middle-title) {
        background-position: left bottom;
    }

    .body h1 {
        padding-top: 24px;
        height: 165px;
        font-size: 32px;
    }

    .body .main-link {
        font-size: 32px;
        text-align: center;
        padding: 37px 0 32px;
    }
}