

/* Start:/local/templates/main/assets/bx-styles/halal-payment.css?176237860625687*/
.section__title {
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 116%;
    color: #272727;
    margin-bottom: 4rem;
}

.hero {
    margin-bottom: 15rem;
}

.hero__inner {
    position: relative;
}

.hero__image {
    border-radius: 4rem;
    overflow: hidden;
}

.hero__content {
    display: flex;
    flex-direction: column;
    max-width: 67.7rem;
    position: absolute;
    top: 10.7rem;
    left: 5.1rem;
}

.hero__title {
    font-weight: 700;
    font-size: 4.5rem;
    line-height: 100%;
    margin: 0 0 1.6rem;
    color: white;
}

.hero__text {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 110%;
    color: white;
    margin-bottom: 3rem;
}

.hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 31.9rem;
    height: 5.5rem;
    background-color: white;
    padding: 1.8rem 4rem;
    border-radius: 1.6rem;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.84rem;
    text-align: center;
    color: #11603E;
    border: 1px solid #11603E;
    transition: all .2s ease;
}
.hero__btn:hover {
    background-color: transparent;
    color: white;
    border: 1px solid white;
}

.benefit {
    margin-bottom: 15rem;
}

.benefit__list {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

.benefit__col {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.benefit__item {
    display: flex;
    flex-direction: column;
    background-color: #F8F8F8;
    border-radius: 4rem;
    padding: 3rem;
    position: relative;
    width: 48.8rem;
    min-height: 27.1rem;
    overflow: hidden;
}

.benefit__item-image {
    width: auto;
    height: auto;
}

.benefit__item-image picture {
    display: block;
    width: 100%;
    height: 100%;
}

.benefit__item-image picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.benefit__col:nth-child(1) .benefit__item:nth-child(1) .benefit__item-image,
.benefit__col:nth-child(1) .benefit__item:nth-child(2) .benefit__item-image,
.benefit__col:nth-child(2) .benefit__item:nth-child(1) .benefit__item-image,
.benefit__col:nth-child(2) .benefit__item:nth-child(2) .benefit__item-image {
    position: absolute;
}

.benefit__col:nth-child(3) .benefit__item:nth-child(1) {
    height: 100%;
}

.benefit__col:nth-child(3) .benefit__item:nth-child(1) .benefit__item-image {
    width: 34rem;
    height: auto;
    margin: 6.7rem auto auto;
}

.benefit__item-text {
    font-size: 1.8rem;
    line-height: 110%;
}

.benefit__item-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 100%;
    text-align: center;
    width: 100%;
    height: 5.4rem;
    border-radius: 1.5rem;
    padding: 1.6rem 3.2rem;
    border: 1px solid #166F38;
    background: linear-gradient(270deg, #166F38 0%, #11603E 100%);
    color: #fff;
    transition: .2s all ease;
}
.benefit__item-btn:hover {
    background: white;
    border: 1px solid #166F38;
    color: #166F38;
}

.benefit__col:nth-child(1) .benefit__item:nth-child(1) .benefit__item-image {
    width: 23.6rem;
    height: 19.8rem;
    right: -2rem;
    bottom: -3.3rem;
}
.benefit__col:nth-child(1) .benefit__item:nth-child(2) .benefit__item-image {
    width: 37.2rem;
    height: 23.1rem;
    right: -6.5rem;
    bottom: -2.6rem;
}
.benefit__col:nth-child(2) .benefit__item:nth-child(1) .benefit__item-image {
    width: 20.7rem;
    height: 20.7rem;
    right: 0;
    bottom: 0;
}
.benefit__col:nth-child(2) .benefit__item:nth-child(2) .benefit__item-image {
    width: 30.3rem;
    height: 20.2rem;
    right: -3.3rem;
    bottom: -1.1rem;
}


.about {
    margin-bottom: 15rem;
}

.about__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1.2rem;
    padding: 4rem 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-image: linear-gradient(270deg, #166F38 0%, #11603E 100%) 1;
}

.about__title {
    width: calc(100% - 1.2rem - 73.8rem);
}

.about__text {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 120%;
    width: 73.8rem;
}

.payment {
    margin-bottom: 15rem;
}

.payment__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
}

.payment__item {
    display: flex;
    flex-direction: column;
    background-color: #F8F8F8;
    border-radius: 4rem;
    padding: 2.4rem;
    height: 40.9rem;
}

.payment__item-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2.4rem;
}

.payment__item-head span {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 110%;
    color: #166F38;
}

.payment__item-head svg {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.payment__item-image {
    height: 185px;
    width: 100%;
    margin-top: auto;
}

.payment__item-image picture {
    display: block;
    width: 100%;
    height: 100%;
}

.payment__item-image picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.payment__item-text {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 110%;
}

.pioneer {
    margin-bottom: 15rem;
}

.pioneer__inner {
    position: relative;
}

.pioneer__bg {
    width: 100%;
    height: 100%;
}

.pioneer__content {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 4rem;
    left: 4rem;
    bottom: 4rem;
    max-width: 63.3rem;
}

.pioneer__head {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
}

.pioneer__head svg {
    width: 18.4rem;
    height: 9.2rem;
    object-fit: contain;
}

.pioneer__title {
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 116%;
    color: #FFFFFF;
}

.pioneer__text p {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 2.4rem;
}

.pioneer__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    width: 22.6rem;
    height: 5.5rem;
    color: #166F38;
    font-weight: 700;
    font-size: 1.6rem;
    margin-top: auto;
    border-radius: 1.6rem;
    padding: 1.8rem 4rem;
    transition: all .2s ease;
    border: 1px solid #166F38;
}
.pioneer__btn:hover {
    background-color: transparent;
    color: white;
    border: 1px solid white;
}
.compare {
    margin-bottom: 15rem;
}

.compare__table {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
}

.compare__col {
    display: flex;
    flex-direction: column;
    gap: 1.2rem
}

.compare__cell {
    display: flex;
    align-items: center;
    padding: 1.2rem 2.4rem;
    border-radius: .8rem;
    border: 1px solid #EDEDED66;
    background-color: #F8F8F866;
    height: 6.7rem;
}

.compare__cell--head {
    background-color: #166F38;
}

.compare__cell--colored {
    background-color: #166F381A;
}

.compare__cell p {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 116%;
}

.compare__cell strong {
    font-size: 1.8rem;
    line-height: 116%;
}

.compare__cell--head p {
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 116%;
    color: #ffffff;
}

.conditions {
    margin-bottom: 15rem;
}

.conditions__wrapper {
    display: flex;
}

.conditions__col {
    display: flex;
    flex-direction: column;
}

.conditions__col:nth-child(1) {
    margin-right: 5.6rem;
}

.conditions__col:nth-child(2) {
    margin-right: 2rem;
}

.conditions__col:nth-child(3) {

}

.conditions__title {
    margin-bottom: 1.6rem;
}

.conditions__subtitle {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 116%;
    color: #166F38;
}

.conditions__item {
    display: flex;
    flex-direction: column;
    width: 49rem;
    height: 28.1rem;
    justify-content: space-between;
    background-color: #F8F8F8;
    border-radius: .8rem;
    padding: 2.4rem;
}

.conditions__item--colored {
    background: linear-gradient(270deg, rgba(22, 111, 56, 0.1) 0%, rgba(17, 96, 62, 0.1) 100%);
}

.conditions__item-title {
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 116%;
    color: #166F38;
}

.conditions__item-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.conditions__item-name {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 116%;
    color: #166F38;
}

.conditions__item-percent {
    font-weight: 500;
    font-size: 8.4rem;
    line-height: 116%;
    color: #166F38;
}

.faq {
    background-color: #f8f8f8;
    padding: 8rem 0;
    margin-bottom: 15rem;
}

.faq__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 2.4rem;
}

.faq__left {
    width: 47.6rem;
}

.faq__right {
    width: calc(100% - 47.6rem - 2.4rem);
}

.faq__list {
    display: flex;
    flex-direction: column;
    gap: 2rem
}

.faq__item {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 2.4rem 3rem;
    border-radius: .8rem;
}

.faq__item-visible {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2.4rem;
    cursor: pointer;
}

.faq__item-name {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 116%;
}

.faq__item-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background: #13673B1A;
    flex: 0 0 auto;
}

.faq__item-ico span {
    height: 2px;
    background-color: #166F38;
    width: 1.4rem;
    position: absolute;
    transition: transform 0.3s ease;
}

.faq__item-ico span:nth-child(1) {
    transform: rotate(90deg);
}

.faq__item-ico span:nth-child(2) {
    transform: rotate(0deg);
}

.faq__item.active .faq__item-ico span:nth-child(1) {
    transform: rotate(45deg);
}

.faq__item.active .faq__item-ico span:nth-child(2) {
    transform: rotate(-45deg);
}

.faq__item-hidden {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq__item.opened .faq__item-hidden {
    max-height: 50rem;
}

.faq__item-content {
    transition: padding-top 0.3s ease, opacity .4s ease;
    opacity: .4;
}

.faq__item.opened .faq__item-content {
    padding-top: 1.6rem;
    opacity: 1;
}

.faq__item-content p {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 116%;
}

.faq__item.opened .faq__item-ico {
    transform: rotate(45deg);
}

.why {
    margin-bottom: 15rem;
}

.why__inner {
    position: relative;
}

.why__image {
    position: relative;
    width: 83.1rem;
    height: 55.4rem;
    margin: 0 auto;
}

.why__image picture {
    display: block;
    width: 100%;
    height: 100%;
}

.why__image picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.why__item {
    position: absolute;
}

.why__item--1 {
    top: 0;
    left: 0;
}

.why__item--2 {
    top: 0;
    right: 0;
}

.why__item--2 .why__item-content {
    padding-left: 12rem;
}

.why__item--3 {
    bottom: 20rem;
    left: 0;
}

.why__item--4 {
    bottom: 20rem;
    right: 0;
}

.why__item p {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 120%;
    color: #166F38;
    margin-bottom: 1rem;
}

.why__item span {
    display: block;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 110%;
    margin-bottom: .8rem;
}

.why__item svg {
    width: 48.3rem;
    height: 9.7rem;
    object-fit: contain;
}

.why__item-stroke {
    position: relative;
}

.why__item--3 .why__item-stroke .why__item-content {
    top: 0;
    position: absolute;
    left: 0;
}

.why__item--4 .why__item-stroke .why__item-content {
    top: 0;
    position: absolute;
    right: 9rem;
}

.bottom-form__wrapper {
    background: linear-gradient(270deg, #166F38 0%, #11603E 100%);
}

.bottom-form__container {
    width: 123.2rem;
    margin: 0 auto;
}

.bottom-form__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2.4rem;
    padding: 2.4rem 0;
}

.bottom-form {
    display: flex;
    flex-direction: column;
    width: 48.9rem;
}

.bottom-form__title {
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 100%;
    color: #fff;
    margin-bottom: 1rem;
}

.bottom-form__subtitle {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 130%;
    color: #fff;
    margin-bottom: 2rem;
}

.bottom-form__item {
}

.bottom-form__item span {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 100%;
    color: #FFFFFF99;
    margin-bottom: .2rem;
}

.bottom-form__input {
    background-color: transparent;
    font-weight: 500;
    font-size: 5rem;
    line-height: 116%;
    color: #fff;
    border: none;
}

.bottom-form__input::placeholder {
    color: #FFFFFF99;
}

.bottom-form__btn {
    width: 100%;
    border-radius: 1.5rem;
    height: 5.4rem;
    padding: 1.6rem 3.2rem;
    background-color: transparent;
    border: 1px solid #fff;
    transition: all .2s ease;
}
.bottom-form__btn:hover{
    background-color: white;
}
.bottom-form__btn span {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 100%;
    text-align: center;
    color: white;
    transition: all .2s ease;
}
.bottom-form__btn:hover span {
    color: #166F38;
}
.bottom-form__btn-inner {
    padding-top: 2rem;
    border-top: 1px solid #FFFFFF99;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.bottom-form__image {
    width: 66.4rem;
    height: 39rem;
}

.bottom-form__image picture {
    display: block;
    width: 100%;
    height: 100%;
}

.bottom-form__image picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bottom-form__agreement {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 120%;
    color: #fff;
}


.modal-container {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 101;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.33);
}
.modal{
    display: block;
    position: relative;
    background-color: white;
    width: 56.6rem;
    height: 28.1rem;
    border-radius: 2rem;
    padding: 4rem;
}
.modal.active {
    display: block !important;
}
.modal__close {
    position: absolute;
    top: -3rem;
    right: -3rem;
    cursor: pointer;
}
.modal__form {
    display: flex;
    flex-direction: column;

}
.modal__title {
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 116%;
    text-align: center;
    margin-bottom: 2rem;
}

.modal__items{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.modal__item {
    width: 100%;
}
.modal__item input{
    background-color: transparent;
    height: 5rem;
    width: 100%;
    padding: 1.6rem 1.2rem;
    border: 1px solid #EAEAEB;
    border-radius: .5rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 100%;
}
.modal__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 5rem;
    background-color: #166F38;
    padding: 1.5rem 7rem;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 100%;
    color: white;
    border: 1px solid #166F38;
    cursor: pointer;
    border-radius: .5rem;
    transition: all .2s ease;

}
.modal__btn:hover {
    background-color: white;
    color: #166F38;
    border: 1px solid #166F38;
}
.modal__agreement,
.modal__agreement p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 116%;
}
.modal__agreement p a{
    font-weight: 400;
    font-size: 1rem;
    line-height: 116%;
    text-decoration: underline;
}

@media (min-width: 768px) and (max-width: 1200px){
    .container {
        max-width: calc(100% - 12rem) !important;
    }
    .benefit__list {
        justify-content: space-between;
    }
    .benefit__item {
        width: 41rem;
        min-height: 30rem;
    }
    .why__image {
        width: 45rem;
        height: 50rem;
    }
    .conditions__item {
        width: 41rem;
        height: 30rem;
    }
    .bottom-form__image {
        width: 56.4rem;
        height: 28rem;
    }
}

@media (max-width: 48em) {
    .hero {
        margin-bottom: 13.653rem;
    }

    .hero .container {
        padding: 0;
    }

    .hero__image {
        border-radius: 0;
    }

    .hero__title {
        font-size: 4.096rem;
        margin: 0 0 1.024rem;
    }

    .hero__content {
        top: 3.413rem;
        left: 2.56rem;
        max-width: 100%;
        right: 2.56rem;
    }

    .hero__text {
        font-size: 2.389rem;
        margin-bottom: 3.413rem;
    }

    .hero__text br {
        display: none;
    }

    .hero__btn {
        width: 100%;
        height: 9.387rem;
        border-radius: 2.731rem;
        font-size: 2.731rem;
        line-height: 3.14rem;
    }

    .section__title {
        font-size: 4.096rem;
        line-height: 116%;
        margin-bottom: 3.413rem;
    }

    .benefit__list {
        flex-direction: column;
        gap: 2.048rem;
    }

    .benefit__col {
        gap: 2.048rem;
    }

    .benefit__item {
        min-height: 37.547rem;
        width: 100%;
        padding: 2.56rem;
        overflow: hidden;
        border-radius: 1.707rem;

    }

    .benefit__item-text {
        font-size: 2.731rem;
        line-height: 110%;
    }

    .benefit__item-text strong {
        font-weight: 400;
    }

    .benefit__item-image picture img {
        object-fit: contain;
    }

    .benefit__col:nth-child(1) .benefit__item:nth-child(1) .benefit__item-image {
        width: 39.083rem;
        height: 32.768rem;
        bottom: -6.997rem;
        right: -8.192rem;
    }

    .benefit__col:nth-child(1) .benefit__item:nth-child(2) .benefit__item-image {
        width: 54.272rem;
        height: 33.792rem;
        bottom: -4.437rem;
        right: -7.339rem;
    }

    .benefit__col:nth-child(2) .benefit__item:nth-child(1) .benefit__item-image {
        width: 30.549rem;
        height: 30.549rem;
    }

    .benefit__col:nth-child(2) .benefit__item:nth-child(2) .benefit__item-image {
        width: 39.083rem;
        height: 25.941rem;
    }

    .benefit__col:nth-child(3) .benefit__item:nth-child(1) .benefit__item-image {
        width: 37.717rem;
        height: 27.819rem;
    }

    .benefit__item-btn {
        width: 100%;
        height: 9.216rem;
        font-size: 2.731rem;
        border-radius: 2.56rem;
        margin-top: 3.413rem;
    }

    .benefit {
        margin-bottom: 13.653rem;
    }

    .about {
        margin-bottom: 13.653rem;
    }

    .about__wrapper {
        flex-direction: column;
        justify-content: unset;
        padding: 3.413rem 0;
    }

    .about__title {
        width: 100%;
    }

    .about__title br {
        display: none;
    }

    .about__text {
        width: 100%;
        font-size: 2.389rem;
        line-height: 120%;
    }

    .about__text br {
        display: none;
    }

    .payment {
        margin-bottom: 13.653rem;
    }

    .payment__list {
        display: flex;
        flex-direction: row;
        align-items: center;
        grid-template-columns: unset;
        gap: 3.413rem;
        overflow-x: auto;
    }

    .payment__item {
        width: 48.64rem;
        height: 69.803rem;
        flex: 0 0 auto;
        padding: 4.096rem;
        border-radius: 6.827rem;
    }

    .payment__item-text {
        font-size: 3.072rem;
        line-height: 110%;
    }

    .payment__item-text br {
        display: none;
    }

    .payment__item-head span {
        font-size: 3.072rem;
        line-height: 120%;
    }

    .payment__item-head {
        gap: 3.584rem;
        margin-bottom: 4.437rem;
    }

    .pioneer {
        margin-bottom: 13.653rem;
    }

    .pioneer .container {
        padding: 0;
    }

    .pioneer__content {
        top: 3.413rem;
        left: 2.56rem;
        right: 2.56rem;
        bottom: unset;
        max-width: unset;
    }

    .pioneer__head {
        flex-direction: column;
        align-items: unset;
        gap: 2.56rem;
        margin-bottom: 2.56rem;
    }

    .pioneer__text p {
        font-size: 2.389rem;
        line-height: 120%;
    }

    .pioneer__text p br {
        display: none;
    }

    .pioneer__head svg {
        width: 31.403rem;
        height: 15.701rem;
    }

    .pioneer__btn {
        width: 100%;
        height: 9.387rem;
        font-size: 2.731rem;
    }

    .compare {
        margin-bottom: 13.653rem;
    }

    .compare__table {
        overflow-x: auto;
    }

    .compare__col:nth-child(1) {
        width: 38.4rem;
    }

    .compare__col:nth-child(2) {
        width: 65.707rem;
    }

    .compare__col:nth-child(3) {
        width: 67.584rem;
    }

    .compare__cell strong {
        font-size: 2.731rem;
    }

    .compare__cell p {
        font-size: 2.731rem;
    }

    .compare__cell--head p {
        font-size: 3.072rem;
    }

    .conditions {
        margin-bottom: 13.653rem;
    }

    .conditions__wrapper {
        flex-direction: column;
        gap: 3.413rem;
    }

    .conditions__col:nth-child(1),
    .conditions__col:nth-child(2) {
        margin-right: 0;
    }

    .conditions__title {
        margin-bottom: 0.853rem;
    }

    .conditions__subtitle {
        font-size: 2.731rem;
    }

    .conditions__item {
        width: 100%;
        height: 42.667rem;
        padding: 2.56rem;
        border-radius: 1.365rem;
    }

    .conditions__item-title {
        font-size: 3.413rem;
    }

    .conditions__item-name {
        font-size: 3.072rem;
    }

    .conditions__item-percent {
        font-size: 11.435rem;
    }

    .conditions__item-footer {
        align-items: unset;
    }

    .faq {
        margin-bottom: 13.653rem;
    }

    .faq__wrapper {
        flex-direction: column;
    }

    .faq__left,
    .faq__right {
        width: 100%;
    }

    .faq__list {
        gap: 3.413rem;
    }

    .faq__item {
        padding: 2.56rem;
        border-radius: 1.365rem;
    }

    .faq__item-name {
        font-size: 3.072rem;
    }

    .faq__item-name br {
        display: none;
    }

    .faq__item-ico {
        width: 7.68rem;
        height: 7.68rem;
    }

    .faq__item-ico span {
        width: 2.389rem;
    }

    .faq__item-visible {
        gap: 1.707rem;
    }

    .faq__item-content p {
        font-size: 2.731rem;
    }

    .faq__item.opened .faq__item-content {
        padding-top: 1.707rem;
    }

    .why {
        margin-bottom: 13.653rem;
    }

    .why__inner {
        display: flex;
        flex-direction: column;
    }

    .why__image {
        width: 100%;
        height: auto;
        order: 5;
    }

    .why__item {
        position: relative;
        padding-bottom: 1.707rem;
        border-bottom: 1px solid #166F38;
        margin-bottom: 1.707rem;
    }

    .why__item--1 {
        top: unset;
        left: unset;
        order: 1;
        padding-top: 1.707rem;
        border-top: 1px solid #166F38;
    }

    .why__item--2 {
        top: unset;
        right: unset;
        order: 2;
    }

    .why__item--3 {
        bottom: unset;
        left: unset;
        order: 3;
    }

    .why__item--4 {
        bottom: unset;
        right: unset;
        order: 4;
        margin-bottom: 3.413rem;
    }

    .why__item-stroke svg {
        display: none;
    }

    .why__item--2 .why__item-content {
        padding-left: unset;
    }

    .why__item--3 .why__item-stroke .why__item-content {
        top: unset;
        position: relative;
        left: unset;
    }

    .why__item--4 .why__item-stroke .why__item-content {
        top: unset;
        position: relative;
        right: unset;
    }

    .why__item span {
        font-size: 2.389rem;
        margin-bottom: 0.853rem;
    }

    .why__item p {
        font-size: 2.731rem;
        margin-bottom: 0;
    }

    .why__item p br {
        display: none;
    }

    .bottom-form__wrapper {
        margin-bottom: 3.413rem;
    }

    .bottom-form__container {
        width: 100%;
        padding: 3.413rem 2.56rem;
    }

    .bottom-form__inner {
        flex-direction: column;
        gap: 3.413rem;
    }

    .bottom-form {
        width: 100%;
    }

    .bottom-form__image {
        width: 100%;
        height: 37.547rem;
    }
    .bottom-form__title {
        font-size: 4.096rem;
        margin-bottom: 1.707rem;
    }
    .bottom-form__subtitle {
        font-size: 2.389rem;
        margin-bottom: 2.048rem;
    }
    .bottom-form__item span {
        font-size: 2.731rem;
    }
    .bottom-form__btn {
        height: 9.216rem;
        border-radius: 2.56rem;
    }
    .bottom-form__btn span {
        font-size: 2.731rem;
    }
    .bottom-form__btn-inner {
        margin-top: 2.048rem;
        padding-top: 2.048rem;
        margin-bottom: 1.707rem;
    }
    .bottom-form__agreement {
        font-size: 2.048rem;
        line-height: 120%;
    }
    .bottom-form__input {
        font-size: 5.461rem;
    }
    .modal {
        padding: 3.413rem;
        height: auto;
        width: calc(100% - 3rem);
    }
    .modal__close {
        top: -6rem;
        right: 0;
    }
    .modal__title {
        font-size: 3.755rem;
        margin-bottom: 3.413rem;
    }
    .modal__items {
        gap: 1.707rem;
    }
    .modal__btn {
        height: 8.533rem;
        border-radius: 0.853rem;
    }
    .modal__btn span {
        font-size: 2.731rem;
    }
    .modal__agreement{
        font-size: 1.707rem;
    }
    .modal__item input {
        height: 8.533rem;
        font-size: 2.389rem;
        border-radius: 0.853rem;
    }
}
/* End */
/* /local/templates/main/assets/bx-styles/halal-payment.css?176237860625687 */
