
.order {
    padding-top: 127px;
    padding-bottom: 107px;
    background-color: #363d49;
    position: relative;
    margin-top: 0 !important;
    overflow: hidden;
}
.order__wrap {
    position: relative;
    z-index: 10;
}
.order__title {
    color: #a9ff35;
    margin-bottom: 10px;
}
.order__desc {
    max-width: 800px;
    font-weight: 500;
    font-size: 20px;
    line-height: 145%;
    color: #8e9297;
    margin-top: 32px;
    margin-bottom: 65px;
}
.order__form {
    max-width: 450px;
}
.order__form-body {
    display: flex;
    margin-bottom: 16px;
}
.order__form-field {
    padding: 15px 24px 15px 16px;
    width: 286px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 4px 0 0 4px;
}
.order__form-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #a9ff35;
    padding: 16px 24px;
    width: 166px;
    height: 50px;
    border: 1.2px solid #a9ff35;
    border-radius: 0 4px 4px 0;
    margin-left: -1px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: all 0.3s;
}
.order__form-btn:hover {
    background-color: #a9ff35;
    color: #fff;
    transition: all 0.3s;
}
.order__img {
    position: absolute;
    width: 854px;
    height: 430px;
    right: calc(50% - 800px);
    top: calc(50% - 182px);
}

.order__wrap a{
    color: inherit;
}
@media (max-width: 1320px) {
    .order {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .order__img {
        right: calc(50% - 830px);
    }
}
@media (max-width: 1190px) {
    .order {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .order__desc {
        max-width: 700px;
        font-size: 18px;
        margin-top: 24px;
        margin-bottom: 30px;
    }
    .order__img {
        right: calc(50% - 715px);
        top: calc(50% - 165px);
        width: 700px;
        height: 352px;
    }
}
@media (max-width: 1010px) {
    .order {
        padding-bottom: 44px;
    }
    .order__body {
        display: flex;
        flex-wrap: wrap;
    }
    .order__img {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        height: auto;
        order: 2;
    }
    .order__wrap {
        order: 1;
        margin-bottom: 44px;
    }
}
@media (max-width: 760px) {
    .order {
        padding-top: 44px;
        padding-bottom: 44px;
        margin-top: 64px;
    }
    .order__img {
        order: 1;
        margin-bottom: 34px;
    }
    .order__wrap {
        order: 2;
        margin-bottom: 0;
        width: 100%;
    }
    .order__subtitle {
        font-size: 17px;
        line-height: 150%;
    }
    .order__desc {
        margin-top: 15px;
        margin-bottom: 30px;
        font-size: 11.6216px;
        line-height: 144%;
    }
    .order__form-body {
        margin-bottom: 18px;
    }
    .order__form-btn {
        width: 128px;
    }
}

