body {
    background-image: url("../images/main_search.webp");
}

.content_inner {
    width: 1179px;
}

@media (max-width: 1280px) {
    .content_inner {
        display: flex;
        flex-direction: column;
        gap: 32px;
        width: 660px;
    }
}

@media screen and (max-width: 720px) {
    .content_inner {
        margin: 0 auto;
        width: 348px;
    }
}

footer.footer {
    margin-top: 40px;
}

.wysiwyg {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 138%;
    color: #fff;
}

.wysiwyg a {
    color: #fff;
    text-decoration: underline;
}

.wysiwyg h1 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    text-transform: uppercase;
    color: var(--light-orange);

    margin-bottom: 24px;
}

.wysiwyg h2 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 28px;
    line-height: 140%;
    color: #fff;

    margin-top: 24px;
    margin-bottom: 16px;
}

.wysiwyg p {
    margin-bottom: 16px;
}

.wysiwyg ul {
    list-style: none;

    display: flex;
    flex-direction: column;
    gap: 8px;
}

.wysiwyg strong,
.wysiwyg b {
    color: var(--light-orange);
    font-weight: inherit;
}

.text-orange,
.wysiwyg .text-orange {
    color: var(--light-orange);
}

.about-picture {
    border-radius: 8px;
    width: 472px;
    height: 283px;

    overflow: hidden;

    display: inline-block;
    float: right;

    margin-left: 35px;
}

.about-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sm-block {
    display: none;
}

.wysiwyg .mb-8 {
    margin-bottom: 8px;
}

@media (max-width: 1024px) {
    .about {
        margin-top: 41px;
    }

    .wysiwyg h1 {
        font-size: 40px;
        line-height: 140%;
    }

    .about-picture {
        width: 194px;
        height: 327px;

        margin-left: 16px;
    }
}

@media (max-width: 500px) {
    .about {
        margin-top: 10px;
    }

    .wysiwyg {
        font-weight: 200;
        font-size: 12px;
        line-height: 140%;
    }

    .wysiwyg h1 {
        font-weight: 400;
        font-size: 28px;
        line-height: 140%;
        margin-bottom: 16px;
    }

    .wysiwyg h2 {
        font-weight: 300;
        font-size: 16px;
        line-height: 140%;
        margin-top: 16px;
        margin-bottom: 8px;
    }

    .wysiwyg p {
        margin-bottom: 8px;
    }

    .wysiwyg strong {
        display: block;
    }

    .about-picture {
        width: 166px;
        height: 85px;
    }

    .sm-block {
        display: block;
    }

    .sm-hidden {
        display: none;
    }
}

.header {
    margin-bottom: 40px;
}

footer.footer {
    margin-top: 40px;
}

@media screen and (max-width:1280px) {
    section.header {
        margin-bottom: 0;
    }

    body {
        background-image: url("../images/main_search.webp") !important;
    }

    footer.footer {
        margin-top: 0 !important;
    }
}