.home__container {
    flex-direction: column;

}

.home_slider {
    position: relative;

    display: flex;

    height: 672px;
    padding: 46px 0 100px;
}

.home__img-wrapper {
    position: absolute;
    right: 0;
    z-index: -1;

    /*width: 718px;*/
    /*height: 523px;*/

    width: 48vw;
    height: 36vw;
    max-width: 718px;
    max-height: 523px;

    margin: 0 auto;

    transition: 0.5s all ease-in-out;
    opacity: 0;
}

.home__img-wrapper-1 {
    background: left / contain no-repeat url('/tpl/img/home-order.png');
}

.home__img-wrapper-2 {
    background: left / contain no-repeat url('/tpl/img/home-pay.png');
}

.home__img-wrapper-3 {
    background: left / contain no-repeat url('/tpl/img/home-split.png');
}

.home__img-wrapper-4 {
    background: left / contain no-repeat url('/tpl/img/home-tip.png');
}

.home__img-wrapper-5 {
    background: left / contain no-repeat url('/tpl/img/home-review.png');
}

.home__img-wrapper_active {
    opacity: 1;
}

.home__img {
    /*width: 100%;*/
    /*height: 100%;*/


}

.home__content {
    max-width: 615px;
    margin-top: 100px;
}

.home__content-title {
    margin-bottom: 32px;

    font-size: 40px;
    font-weight: 500;
    line-height: 48px;

    text-shadow: 0 0 2px #fff;

}

.home__content-button {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 250px;
    height: 60px;

    border-radius: 30px;
    border: transparent;

    font-size: 24px;
    font-weight: 600;

    background: linear-gradient(225deg, #2E4AAF 0%, #27397F 100%);
    color: #fff;
}

.guarantee {
    display: flex;
}

.guarantee__img-wrapper {
    position: relative;
    top: -150px;

    width: 485px;
    height: 750px;


}

.guarantee__img {
    width: 100%;
    /*height: 100%;*/
}

.guarantee__content {
    display: flex;
    flex-direction: column;
    gap: 24px;

    max-width: 735px;
}

.guarantee__text {
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -0.4px;
}

.guarantee__button {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 250px;
    height: 60px;


    font-size: 24px;
    font-weight: 600;

    background: linear-gradient(225deg, #2E4AAF 0%, #27397F 100%);
    color: #fff;

    border: transparent;
    border-radius: 30px;
}

.guarantee__button:hover {
    opacity: 0.8;
}

.guarantee__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: -0.4px;

    color: #E1662B;
}

.magic {
    max-width: 1440px;
    margin: 0 auto;
    padding-bottom: 108px;
}

.magic__title {
    margin-bottom: 72px;

    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.magic__slider-wrapper {
    position: relative;

    display: flex;
    justify-content: center;
}

.magic__slider-container {
    position: relative;

    width: 1085px;
    height: 107px;

    overflow-x: scroll;
    scroll-behavior: smooth;
    transition: 0.3s all ease-in-out;

    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.magic__slider-container::-webkit-scrollbar {
    display: none;
}


.magic__slider {
    position: absolute;
    left: 0;

    display: flex;
    justify-content: center;
    gap: 18px;

    margin: 0 auto;

    transition: 0.3s ease-in-out;
}

.magic__arrow-wrapper,
.magic__arrow-wrapper_right {
    position: absolute;
    top: 28px;

    width: 48px;
    height: 48px;

    cursor: pointer;
}

.magic__arrow-wrapper {
    left: 4vw;
}

.magic__arrow-wrapper_right {
    right: 4vw;
    transform: rotateY(180deg);
}

.magic__arrow {
    width: 100%;
    height: 100%;
}

.magic__img-wrapper {
    width: 202px;
    height: 104px;
}

.magic__img {
    animation: 3s scroll linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-0%);
    }
}

.home-services {

}

.home-services__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;

    height: 386px;

    background: #141D40;
}

.home-services__title {
    font-size: 40px;
    font-weight: 700;

    color: #fff;
}

.home-services__button {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 250px;
    height: 60px;

    border-radius: 30px;


    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.4px;

    color: #fff;
    background: #E1662B;

}

.home-services__button:hover {
    opacity: 0.8;
}

.home-serivces__img-wrapper {
    max-width: 1440px;
    height: 844px;

    margin: 0 auto;
}

.home-services__img {
    width: 100%;
    /*height: 100%;*/
}

.reviews {
    /*width: 1440px;*/
    margin: 0 auto;
}

.reviews__slider {
    position: relative;
    overflow: hidden;
}

.reviews__slider-track {
    display: flex;

    transition: transform 1s ease-in-out;
}

.reviews__slider-dots {
    position: absolute;
    bottom: 78px;
    left: calc(50% - 30px);

    display: flex;
    gap: 12px;
}

.reviews__slider-dot {
    width: 12px;
    height: 12px;

    background: #fff;
    opacity: 0.2;
    border-radius: 50%;
}

.reviews__slider-dot_active {
    opacity: 1;
    background: #E1662B;
}

.reviews__card {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;

    /*width: 1440px;*/
    min-width: 100%;
    height: 682px;
    padding: 95px 160px 0;

    background: #141D40;
    color: #fff;
}

.reviews__card-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reviews__card-icon-wrapper {
    width: 88px;
    height: 88px;
    margin-bottom: 24px;
}

.reviews__card-icon {
}

.reviews__card-name {
    margin-bottom: 4px;

    font-size: 24px;
    font-weight: 600;
    text-align: center;
}



.reviews__card-ratings {
    display: flex;
    gap: 3px;
}

.reviews__card-text {
    position: relative;

    margin-top: 40px;

    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.02em;
    text-align: center;
}


/*.reviews__card-text:before,*/
/*.reviews__card-text::after {*/
/*    position: absolute;*/
/*    display: block;*/
/*    content: "\275B";*/

/*    width: 142px;*/
/*    height: 98px;*/

/*    font-size: 310px;*/
/*    color: #fff;*/
/*    opacity: 0.1;*/

/*}*/

.reviews__card-quotation,
.reviews__card-quotation_right {
    position: absolute;


    content: "\275B";

    opacity: 0.1;
}

.reviews__card-quotation {
    bottom: 145px;
    left: 135px;
}

.reviews__card-quotation_right {
    right: 135px;
    bottom: 10px;
}

/*.reviews__card-text:before {*/
/*    top: 60px;*/
/*    left: -50px;*/
/*}*/

/*.reviews__card-text::after {*/
/*    bottom: -140px;*/
/*    right: 0;*/

/*    content: "\275E";*/
/*}*/

.board {
    padding: 75px 0 100px;
}

.board__container {
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.board__title {
    font-size: 40px;
    font-weight: 700;
}

.board__cards {
    display: flex;
    gap: 40px;
}

.board__card {
    display: flex;
    flex-direction: column;
    gap: 15px;

    width: 50%;
}

.board__card-img-wrapper {
    width: 100%;
    max-width: 328px;
}

.board__card-img {
    width: 100%;
}

.board__card-name {
    font-size: 32px;
    font-weight: 700;

}

.board__card-role {
    font-size: 32px;
    font-weight: 400;
    color: #8E8E93;

}

.why {
    padding-bottom: 175px;
}

.why__container {
    position: relative;
    display: block;
    flex-direction: column;
    align-items: center;
}

.why__title {
    margin-bottom: 42px;

    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.why-slider__container {
    position: relative;
}

.why__cards {
    position: relative;

    display: flex;
    align-items: center;

    /*width: 1098px;*/
    height: 490px;
    padding: 12px;

    overflow: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    scroll-behavior: smooth;
}

.why__cards::-webkit-scrollbar {
    display: none;
}

.why__cards-track {
    position: absolute;

    display: flex;
    justify-content: center;
    /*gap: 40px;*/

    transition: 0.5s ease-in-out;
}

.why__card {
    display: flex;
    flex-direction: column;
    align-items: center;

    width: 338px;

    height: 440px;
    margin-right: 24px;
    padding: 60px 16px 0;

    border-radius: 25px;
    box-shadow: 0px 4px 24px 0px #0000001A;

}

.why__card-img-wrapper {

}

.why__card-img {
}

.why__card-title {
    margin: 24px 0 8px;
    font-size: 24px;
    font-weight: 600;
    color: #2E4AAF;
}

.why__card-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;

}

.why__arrow-wrapper,
.why__arrow-wrapper_right {
    position: absolute;
    top: 0;

    width: 48px;
    height: 100%;

    cursor: pointer;
    z-index: 5;
}

.why__arrow-wrapper {
    left: -64px;
    /*background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));*/
}

.why__arrow-wrapper_right {
    right: -64px;
    /*background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));*/
}

.why__arrow {
    width: 100%;
    height: 100%;
}

.why__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 56px;
    z-index: 3;
}

.why__overlay-left {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.why__overlay-right {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

@media screen and (min-width: 1440px) {
    .reviews__card-name {
        font-size: 24px;
    }

    .reviews__card-text {
        font-size: 32px;
    }
}
