.become-btn-wrap {
    margin-top: 60px;
}
.become-content-wrap {
    display: flex;
}
.become-content-ls {
    width: calc(100% - 840px);
    height: auto;
    border-radius: 24px;
    overflow: hidden;
}
.become-content-ls img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.become-content-rs {
    width: 840px;   
    padding-left: 47px;
    padding-top: 41px;
    padding-bottom: 41px; 
}
.become-content-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;    
    margin-bottom: 56px;
}
.become-content-text * {
    margin-bottom: 12px;
}
.become-content-text > *:last-child {
    margin-bottom: 0;
}
.become-content-ops {
    display: flex;
    justify-content: space-between;
    gap:20px;
}
.become-content-op {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap:12px;
}
.become-content-op .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    overflow: hidden;
    padding:6px;
    background-color: #DFA437;
    transition: .3s;
}
.become-content-op .icon:hover {
    transform: scale(1.1);
}
.become-content-op .icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.become-content-op .text {
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    text-align: left;    
    max-width: 191px;
}
.become-service h2.title-h2 {
    margin-bottom: 32px;
}
.become-service-list {
    display: flex;
    flex-wrap: wrap;
    gap:7px;
}
.become-service-list_item {
    position: relative;
    width: calc(100% / 3 - 5px);
    min-height: 459px;
    height: auto;
    border-radius: 24px;
    overflow: hidden;
    background-color: #DFA437;
    transition: .3s;
}
.become-service-list_item:hover {
    transform: translateY(-10px);
}
.become-service-list_item > img {
    position: absolute;
    left:0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.5);
}
.become-service-list_item-filter {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding:32px;
    height: 100%;
}
.become-service-list_item-filter .icon {
    display: block;
    height: 67px;
    width: auto;
    margin-bottom: auto;
}
.become-service-list_item-filter .icon img {
    height: 100%;
    width: auto;
}
.become-service-list_item-filter .content {
    margin-top: 24px;
}
.become-service-list_item-filter .content .title {
    display: block;
    font-size: 48px;
    font-weight: 600;
    line-height: 48px;
    text-align: left;
    color:#fff;    
    margin-bottom: 48px;
    text-decoration: none;
}
.become-service-list_item-filter .content .text {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    margin: 0;    
    color:#fff;
    text-decoration: none;
    display: block;
}
.become-plans {
    background: #FCF8F1;
    padding:32px 0;
}
.become-plans h2.title-h2 {
    margin-bottom: 32px;
}
.become-plans-list {
    display: flex;
    gap:8px;
}
.become-plans-item {
    background-color: #fff;
    border-radius: 24px;
    padding:32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% / 2 - 4px);
}
.become-plans-item_title {
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;    
    margin-bottom: 21px;
    color:#000;
}
.become-plans-item_title .counter {
    color:#DFA437;
    margin-right: 7px;
}
.become-plans-item_content {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color:#00000080;
    margin-bottom: 76px;    
}
.become-plans-item_content > *:last-child {
    margin-bottom: 0;
}
.become-plans-item_include {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;    
    margin-bottom: 30px;
}
.become-plans-item_include h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    margin-bottom: 12px;    
}
.become-plans-item_include > *:last-child {
    margin-bottom: 0;
}
.become-plans-item_include ul li {
    margin-bottom: 4px;
}
.become-plans-item .btn {
    margin-top: auto;
}
/* .become-form-inner {
    display: flex;
    gap:32px;
    align-items: center;
    justify-content: flex-start;
}
.become-form-text {
    width: 100%;
    max-width: 808px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
}
.become-form-request {
    border: 1px solid #DFA437;
    border-radius: 16px;
    padding:60px 33px;
}
.page-id-6120 .become-form-request {
    width: calc(100% - 840px);    
}

.become-form-request form h2.title-h2 {
    font-size: 48px;
    line-height: 48px;    
    margin-bottom: 32px;
}
.become-form-request form .form-row {
    display: flex;
    gap:11px;
	flex-wrap:wrap;
}
.become-form-request form .wpcf7-form-control-wrap {
    width: calc(50% - 6px);
}
.become-form-request form .custom-select-wrap {
    width: calc(50% - 6px);
}
.become-form-request .form-accept-submit {
    align-items: center;
    width: calc(50% - 6px);
    gap: 10px;
    margin-left: auto;
}

.page-id-6120 .become-form-request form .custom-select-wrap {
    width: 100%;
}
.page-id-6120 .become-form-request .form-accept-submit {
    width: 100%;
}
.page-id-6120 .become-form-request form .wpcf7-form-control-wrap {
    width: 100%;
}


.become-form-request form .acceptance-wrapper .wpcf7-form-control-wrap {
    width: auto;
}
.become-form-request form .form-row .wpcf7-form-control-wrap input {
    border: 1px solid #00000033;
}
.become-form-request form .form-row .wpcf7-form-control-wrap .wpcf7-acceptance input {
    border-radius: 4px;
}
.become-form-request .wpcf7-form .wpcf7-submit {
    padding-left: 27.5px;
    padding-right: 27.5px;
}

.become-form-request form .form-row {
	position:relative;
}
.become-form-request form .form-row .wpcf7-spinner {
	display:inline-block;
	padding: 0;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 12;
    transform: translate(-50%, -50%);
} */
@media(max-width:1400px) {
    /* .page-id-6120 .become-form-request {
        width: calc(100% - 640px);
    }
    .become-form-text {
        width: 100%;
        max-width: 608px;
    } */
    .become-content-ls {
        width: calc(100% - 640px);
    }
    .become-content-rs {
        width: 640px;
    }
    .become-service-list_item-filter .content .title {
        font-size: 42px;
        line-height: 42px;
        margin-bottom: 32px;
    }
    .become-service-list_item-filter .content .text {
        font-size: 16px;
        line-height: 24px;
    }
    .become-service-list_item {
        min-height: 419px;
    }
}
@media(max-width:1200px) {
    /* .page-id-6120 .become-form-request form .form-row > .wpcf7-form-control-wrap {
        width: 100%;
    }
    .page-id-6120 .become-form-request {
        width: calc(100% - 440px);
    } 
    .become-form-text {
        font-size: 16px;
        line-height: 21px;
        max-width: 408px;
    }
    .become-form-request form .form-row {
        flex-wrap: wrap;
    }
    .become-form-request form .form-row > .wpcf7-form-control-wrap {
        width: calc(100% / 3 - 8px);
    }
    .become-form-request form .form-row > .wpcf7-form-control-wrap[data-name="address"] {
        width: calc(100% / 2 - 6px);
    }
    .become-form-request .form-accept-submit {
        width: 100%;
    } */
    .become-service-list_item-filter .content .title {
        font-size: 34px;
        line-height: 34px;
    }
    .become-service-list_item-filter .icon {
        height: 57px;
    }
    .become-content-ls {
        width: calc(100% - 440px);
    }
    .become-content-rs {
        width: 440px;
    }
    .become-content-text {
        font-size: 16px;
        font-weight: 600;
        line-height: 21px;
    }
    .become-content-op .icon {
        width: 47px;
        height: 47px;
    }
    .become-content-op .text {
        font-size: 18px;
        font-weight: 600;
        line-height: 21.8px;
    }
}
@media(max-width:992px) {
    /* .become-form-inner {
        display: flex;
        flex-direction: column-reverse;
    }
    .page-id-6120 .become-form-request {
        width: 100%;
    }
    .become-form-text {
        max-width: 100%;
    } */
    .become-plans-list {
        flex-wrap: wrap;
    }
    .become-plans-item {
        width: 100%;
    }
    .become-service-list_item {
        width: calc(100% / 2 - 3.5px);
    }
    .become-content-wrap {
        flex-direction: column-reverse;
    }
    .become-content-ls {
        width: 100%;
    }
    .become-content-rs {
        width: 100%;
        padding-left: 0;
        padding-top: 0;
    }
	/* .become-form-request form .custom-select-wrap {
        width: 100%;
    }
    .become-form-request form .form-row > .wpcf7-form-control-wrap[data-name="address"] {
        width: 100%;
    } */
}
@media(max-width:768px) {
    /* .become-form-request form .form-row > .wpcf7-form-control-wrap[data-name="address"] {
        width: 100%;
    }
    .become-form-request form .form-row > .wpcf7-form-control-wrap {
        width: 100%;
    }
    .become-form-request form h2.title-h2 {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 24px;
    }
    .become-form-request {
        border-radius: 16px;
        padding: 40px 12px;
    }
    .become-form-request .form-accept-submit {
        width: 100%;
        align-items: flex-start;
    }
    .become-form-request .wpcf7-form .wpcf7-submit {
        padding-left: 27.5px;
        padding-right: 27.5px;
        width: 100%;
        margin-top: 24px;
    } */
    .become-plans-item_title {
        font-size: 24px;
        line-height: 24px;
    }
    .become-plans-item_content {
        margin-bottom: 24px;
    }
    .become-plans-item_include h3 {
        font-size: 18px;
        line-height: 18px;
    }
    .become-btn-wrap {
        margin-top: 32px;
    }
    .become-service-list_item-filter {
        padding: 32px 12px;
    }
    .become-service-list_item-filter .icon {
        height: 37px;
    }
    .become-service-list_item-filter .content .title {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 24px;
    }
    .become-service-list_item {
        min-height: 334px;
    }
}
@media(max-width:420px) {
    .become-plans-item {
        padding: 32px 12px;
    }
    .become-content-text {
        margin-bottom: 32px;
    }
    .become-content-op .text {
        font-size: 14px;
        font-weight: 600;
        line-height: 17.8px;
    }
    .become-content-op .icon {
        width: 42px;
        height: 42px;
    }
    .become-service-list_item {
        border-radius: 12px;
    }
    .become-service-list_item-filter .content .title {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 24px;
    }
    .become-service-list_item-filter .icon {
        height: 32px;
    }
    .become-service-list_item-filter .content .text {
        font-size: 14px;
        line-height: 17px;
    }
    .become-service-list_item {
        min-height: 295px;
    }
}

/* FAQS */
.faq .accordion {

}
.faq .accordion-item {
    border:0;
    margin-bottom: 24px;
}
.faq .accordion-item .accordion-button {
    background-color: #FCF8F1;
    border-radius: 6px;
    font-weight: 600;
    font-size: 18px;
}
.faq .accordion-item .accordion-button:not(.collapsed) {
    background-color: #DFA437;
    color:#fff;
}
.faq .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.faq .accordion-item .accordion-collapse {
    border-bottom: 1px solid #00000033;
}
@media(max-width:768px) {
    .faq .title {
        margin-bottom: 24px;
    }
    .faq .accordion-item .accordion-button {
        font-size: 16px;
    }
    .faq .accordion-body {
        font-size: 14px;
    }
    .faq .accordion-item {
        border: 0;
        margin-bottom: 12px;
    }
}
.faq-footer {
    background-color: #FCF8F1;
    padding:48px 0;
}
.faq-footer-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
/* END */

/* TIMELINE */
.timeline-block {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap:12px;
    padding: 110px 0;
}
.timeline-block::after {
    content:'';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #f2c098;
    position: absolute;
    left: 0;
    right: 0;
    top:50%;
    transform: translateY(-50%);
    z-index: 1;
}
.timeline-item {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width:100%;
    transform: translateY(-50%);
    padding:0 0 46px;
    position: relative;
    z-index: 2;
    justify-content: flex-end;
    text-decoration: none;
}
.timeline-item:nth-child(2n) {
    transform: translateY(50%);
    justify-content: flex-start;
    padding:46px 0 0;
}
.timeline-item .number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    text-align: center;
    font-size: 18px;
    line-height: 100%;
    font-weight: 600;
    color:#fff;
    text-decoration: none;
    background-color: #f2c098;
    position: absolute;
    bottom: -23px;
    left:50%;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 2;
}
.timeline-item:nth-child(2n) .number {
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
}
.timeline-item:nth-child(1) .number {
    background-color: #f2c198;
}
.timeline-item:nth-child(2) .number {
    background-color: #f0cba3;
}
.timeline-item:nth-child(3) .number {
    background-color: #ebc6a1;
}
.timeline-item:nth-child(4) .number {
    background-color: #e3b691;
}
.timeline-item:nth-child(5) .number {
    background-color: #dca583;
}
.timeline-item:nth-child(6) .number {
    background-color: #d29877;
}
.timeline-item:nth-child(7) .number {
    background-color: #c58e6f;
}
.timeline-item:nth-child(8) .number {
    background-color: #b58365;
}
.timeline-item .name {
    font-size: 18px;
    line-height: 130%;
    font-weight: bold;
    color:#000;
    margin: 0;
    text-align: center;
}
.timeline-item .text {
    font-size: 14px;
    line-height: 130%;
    font-weight: 400;
    color:#000;
    margin: 0;
    text-align: center;
}
@media(max-width:768px) {
    .timeline-block {
        padding:0;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap:24px;
    }

    .timeline-item {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        transform: unset;
        padding: 0;
        position: relative;
        z-index: 2;
        padding-left: 60px;
    }
    .timeline-item:nth-child(2n) {
        transform: unset;
        justify-content: flex-start;
        padding: 0;
        padding-left: 60px;
    }
    .timeline-item .number {
        position: absolute;
        bottom: unset;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 50%;
        z-index: 2;
    }
    .timeline-item:nth-child(2n) .number {
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    .timeline-item:first-of-type .number {
        top:0;
        transform: unset;
    }
    .timeline-item:last-of-type .number {
        top:unset;
        bottom:0;
        transform: unset;
    }
    .timeline-item .text {
        text-align: left;
    }
    .timeline-block::after {
        content: '';
        display: block;
        width: 3px;
        height: 100%;
        background-color: #f2c098;
        position: absolute;
        left: 23px;
        right: unset;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }
    .timeline-item .name {
        text-align: left;
        margin: 10px 0;
    }
}
/* END */