@media (min-width: 0px) {
    .reasons {
        background-color: #1f1c1a;
        padding: 70px 0 120px 0;
        color: white;
    }
    .reasons__inner {
        position: relative;
    }
    .reasons__title {
        font-size: 26px;
        line-height: 1.3;
        font-family: "GothamBook";
    }
    .video-block {
        position: relative;
        margin: 50px 0;
        z-index: 1;
    }
    .video-block__video {
        max-width: 100%;
    }
    .video-block__text {
        font-size: 14px;
        width: 80px;
        position: absolute;
        top: 40px;
        left: 80px;
        transform: rotate(5deg);
        line-height: 1.3;
    }
    .video-block__arrow {
        width: 50px;
        position: absolute;
        top: 3px;
        left: 55px;
        transform: rotate(40deg);
    }
    .reasons__effect {
        width: 400px;
        position: absolute;
        top: 20%;
        right: -90%;
    }
    .reasons__modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 50;
        display: none;
        justify-content: center;
        align-items: center;
        overflow-y: scroll;
    }
    .reasons__modal-bg {
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.535);
        position: fixed;
        top: 0;
        z-index: -1;
    }
    .reasons__modal-inner {
        width: 85%;
        /* padding: 0px 0px 54.4% 0px; */
        position: relative;
    }
    .reasons__modal-inner video {
        width: 100%;
    }
    .reasons__modal-inner iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
}

@media (min-width: 480px) {
    .video-block__text {
        font-size: 16px;
        top: 70px;
        left: 120px;
        line-height: 1.3;
    }
    .video-block__arrow {
        width: 70px;
        left: 95px;
        top: 20px;
    }
    .reasons__effect {
        right: -40%;
    }
}

@media (min-width: 640px) {
    .reasons {
        padding: 70px 0 150px 0;
    }
    .reasons__title {
        font-size: 43px;
        max-width: 460px;
    }
    .reasons__effect {
        right: -53%;
        width: 500px;
        top: 30%;
    }
    .video-block__text {
        width: 130px;
        font-size: 18px;
        left: 150px;
        top: 100px;
    }
    .video-block__arrow {
        width: 80px;
        top: 30px;
        left: 130px;
    }
}

@media (min-width: 958px) {
    .reasons {
        padding: 70px 0 180px 0;
    }
    .reasons__title {
        max-width: 100%;
    }
    .reasons__effect {
        right: -20%;
        top: 30%;
        width: 700px;
    }
    .reasons__video-block {
        max-width: 660px;
    }
}

@media (min-width: 1200px) {
    .reasons__effect {
        right: 0;
    }
}

@media (min-width: 1700px) {
    .reasons__effect {
        right: auto;
        left: 20%;
    }
}