.free-order .background{
    background-image: url(/shortcodes/free-order/img/img-right.png);
    background-color: #F0F0FB;
    /*background-size: cover;*/
    background-repeat: no-repeat;
    height: 555px;
    border-radius: 10px;
    background-position: right;
}

.free-order .color2323b5 {
    color:#2323b5;
}

.free-order .content {
    width: 49%;
    padding-top: 20px;
    padding-left: 20px;
}

.free-order .red-title {
    background: #ED1C24;
    color: white;
    padding: 6px 24px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    width: fit-content;
}

.free-order .title {
    font-size: 33px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 20px;
}
.free-order .title-li {
    font-size: 30px;
    font-weight: bold;
}


.free-order td {
    text-align: left;
    padding-bottom: 6px;
}
.free-order tbody  td.check-icon:not(.cat):nth-child(1)
{
    width: 30px;
}
.free-order .check-icon img{
    width: 20px;
}


.main-container .free-order .open-form .wrap-action {
    margin-left: 20px;
    width: 50%;
}

.main-container .free-order .open-form:not(.mini) {
    margin-top: 34px;
    margin-bottom: 0;
    padding: 0;
    background: unset;
    box-shadow: unset;
}

.main-container .free-order .open-form .wrap-action .action button{
    background: #2323B5;
    border: none;
    padding-left: 30px;
    padding-right: 30px;
    height: 100%;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    max-width: 250px;
}

.main-container .free-order .open-form .wrap-content {
    margin-left: unset;
    margin-right: unset;
    padding-left: unset;
    padding-right: unset;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    padding-top: unset;
}
.free-order .open-form .form {
    display: unset;
}
.free-order .open-form .wrap-input {
    width: 50%;
}

.main-container .free-order .open-form .wrap-input .field.phone {
    width: 100%;
    margin-right: unset;
}

.main-container .free-order .open-form .message {
    display: none;
    color: red;
    font-size: 12px;
    margin: 0 0 5px;
    padding: 0;
}

@media (max-width: 1000px) {
    .free-order .background {
        height: 623px;
        background-position-x: 126%;
    }
    .main-container .free-order .open-form .wrap-action .action button {
        padding-left: 15px;
        padding-right: 15px;
    }
    .free-order .title {
        font-size: 30px;
    }
    .free-order .content {
        width: 59%;
    }

}

@media (max-width: 850px) {
    .free-order .background {
        background-position-x: 163%;
    }
    .free-order .title {
        font-size: 29px;
    }
    .free-order .title-li {
        font-size: 26px;
    }
    .main-container .free-order .open-form .wrap-action .action button {
        font-size: 12px;
    }
}

@media (max-width: 800px) {
    .free-order .background {
        background-position-x: 182%;
    }

    .free-order .content {
        width: 63%;
    }
}
@media (max-width: 740px) {
    .free-order .background {
        background-image: unset;
    }
    .free-order .content {
        width: 100%;
        padding: 20px;
    }

    .main-container .free-order .open-form .wrap-action .action button {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 14px;
    }
    .free-order .background {
        height: auto;
    }

    .free-order .title {
        margin-bottom: 20px;
    }

}

@media (max-width: 600px) {
    .free-order .open-form .wrap-action {
        margin-top: 0;
    }
    .main-container .free-order .open-form .wrap-action .action button{
        width: 100%;
    }
}

@media (max-width: 500px) {
    .main-container .free-order .open-form .wrap-content{
        display: block;
    }

    .main-container .free-order .open-form .wrap-action .action button {
        max-width: 100%;
    }
    .main-container .free-order .open-form .wrap-action {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .free-order .open-form .wrap-input {
        width: 100%;
    }
    .free-order .red-title {
        font-size: 12px;
    }
    .free-order .title {
        font-size: 24px;
    }
    .free-order .title-li {
        font-size: 22px;
    }
    .main-container .free-order .open-form:not(.mini) {
        margin-top: 20px;
    }


}