@media (max-width: 1000px) {
    .swiper-wrapper {
        flex-direction: column !important;
        gap: 40px !important;
        transform: translate3d(0px, 0px, 0px) !important;
        padding: 0 20px !important;
        max-height: unset !important;
    }

    .swiper-slide {
        width: 100% !important;
        max-height: unset !important;
    }

    .swiper {
        top: 0 !important;
    }

    .people .description {
        position: static !important;
        padding: 20px !important;
        max-width: 100% !important;
    }

    .people {
        height: unset !important;
    }
}

.arrows {
    display: none;
}

.people {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0 !important;
}

.arrows {
    top: 40px;
}

.swiper {
    padding: 40px 0 !important;
}

.description {
    padding: 40px 0 !important;
}

@media all and (max-width: 1000px) {
    .video_play {
        width: 250px;
        height: 165px;
    }
}

@media all and (min-width: 1000px) {
    .video_play {
        width: 480px;
        height: 326px;
    }
}

.video_play {
    max-width: 480px;
    max-height: 326px;
    min-width: 250px;
    min-height: 165px;
}

input[type=tel] {
    padding-left: 50px !important;
    width: 100%;
}

.iti {
    width: 100%;
}

/*----comeback---*/
.comeback_layout {
    display: none;
    position: fixed;
    color: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20000000;
    background: rgba(0, 0, 0, .75);
    overflow-y: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none
}

.comeback_layout::-webkit-scrollbar {
    width: 0
}

.comeback_wrapper {
    width: 100%;
    max-width: 550px;
    margin: 0 auto
}

.comeback_container {
    background: #fff;
    padding: 25px;
    margin-top: 2%;
    text-align: center
}

.comeback_container h1 {
    font-size: 23px
}

.comeback_container .form-group {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
    text-align: left
}

.comeback_container .btn {
    display: block;
    width: 240px;
    color: #fff;
    background: #f82a5e;
    text-transform: uppercase;
    padding: 10px 0;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 0 auto;
    text-decoration: none
}

.comeback_img {
    width: 80%;
    margin: 10px auto;
    max-width: 200px
}

.form-horizontal span {
    display: block;
    margin: 20px 0
}

.comeback_close {
    float: right;
    cursor: pointer
}

#comeback p {
    font-size: 16px
}

@media (max-width: 700px) {
    .comeback_container h1 {
        line-height: 18px;
        font-size: 16px
    }

    .comeback_img {
        margin: 5px auto
    }

    .comeback_container p {
        line-height: 14px;
        font-size: 15px
    }

    .comeback_container {
        padding: 5px
    }
}

@media (min-width: 1000px) {
    .promo__right {
        transform: translate(10px, 200px) !important;
    }

    .promo__title {
        text-align: left;
    }
}

.iti #phone {
    padding: 15px 20px 10px 80px !important;
}
