.page {
    display: flex;
    justify-content: space-between;
}

.page__picture {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 112px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-name {
    font-size: 27px;
    color: #FFFFFF;
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page-text-content {
    width: 46%;
}

.form__block {
    width: 47%;
}

.dynamic__content-wrap {
    margin-top: 26px;
}

.form__block {
    margin-top: 30px;
}

.form-wrap {
    margin-top: 20px;
    padding: 18px;
    box-sizing: border-box;
    background-color: #F8F8F8;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}

.section__parts {
    background-color: #F5F5F5;
    padding-top: 45px;
    margin-top: 45px;
}

.parts-box {
    margin-top: 45px !important;
}

.section-name-group {
    width: max-content;
}

.name-dark > .section-name {
    color: #000000;
}

.section-name {
    font-size: 34px;
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: 400;
    color: #130D0D;
}

.name-dark > .name-bottom, .name-dark > .name-bottom:after {
    background-color: #000000;
}

.name-bottom {
    width: 60%;
    height: 5px;
    background-color: #FF6300;
    border-radius: 50px;
    position: relative;
}

.name-bottom:after {
    content: "";
    width: 14px;
    height: 5px;
    background-color: #FF6300;
    border-radius: 50px;
    position: absolute;
    top: 0;
    right: -21px;
}

.myform {
    margin-left: 0;
}

@media (max-width: 1559px) {
    .dynamic__content-wrap {
        font-size: 15px;
    }

    .section-name {
        font-size: 29px;
    }

    .page-name {
        font-size: 24px;
    }
}

@media (max-width: 1199px) {
    .section-name {
        font-size: 26px;
    }
}

@media (max-width: 1024px) {
    .page {
        flex-direction: column;
    }

    .page-text-content, .form__block {
        width: 100%;
    }

    .dynamic__content-wrap {
        margin-top: 8px;
        font-size: 14px;
    }

    .form-top-image-wrap > img {
        width: 100% !important;
    }

    .form__block {
        margin-top: 22px;
    }

    .form-wrap {
        margin-top: 22px;
        padding: 14px;
    }

    .section__parts {
        background-color: #F5F5F5;
        padding-top: 30px;
        margin-top: 30px;
    }

    .name-bottom, .name-bottom:after {
        height: 3px;
    }

    .parts-box {
        margin-top: 30px !important;
    }

    .section-name {
        font-size: 24px;
    }

    .page-name {
        font-size: 20px;
    }

    .page__picture {
        height: 55px;
    }
}

@media (max-width: 575px) {
    .dynamic__content-wrap {
        font-size: 13px;
    }

    .form__block {
        margin-top: 12px;
    }

    .form-wrap {
        margin-top: 16px;
    }

    .breadcrumb-item + .breadcrumb-item {
        padding-left: 4px;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        padding-right: 4px;
    }

    .breadcrumb-item:first-child {
        display: none;
    }

    .breadcrumb-item:nth-child(2) {
        padding-left: 0 !important;
    }

    .breadcrumb-item:nth-child(2)::before {
        display: none;
    }

    .section__parts {
        background-color: #F5F5F5;
        padding-top: 15px;
        margin-top: 15px;
    }

    .name-bottom {
        width: 55%;
    }

    .section-name {
        font-size: 20px;
    }

    .parts-box {
        margin-top: 15px !important;
    }
}