.video__block {
    background-color: rgb(var(--color-white));
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.video__block-container {
    width: 100%;
    height: 580px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.video__block-padding {
    padding-left: var(--padding-left-default);
    padding-right: var(--padding-right-default);
}

.video__block-flex {
    display: flex;
    gap: 200px;
}

.video__block-image img {
    width: 470px;
    height: 430px;
    margin-top: 50px;
}

.video__block-title h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    display: flex;
    color: rgba(74, 74, 74, 1);
    margin-top: 50px;
}

.video__horisontal-line {
    margin: 0;
    width: 100px;
    height: 8px;
    left: 0px;
    margin-top: 35px;
    background: rgb(var(--color-blue));
}

.video__block-title p {
    width: 506px;
    margin-top: 40px;
    font-family: "Roboto";
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    color: rgba(155, 155, 155, 1);
}

.video__block-button button {
    height: 60px;
    padding: 20px 40px;
    background-color: rgb(var(--color-blue));
    border-radius: 3px;
    margin-top: 40px;
}

.button-font {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    padding: 21px 36px;
    color: rgb(var(--color-light-beige));
    display: flex;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

@media only screen and (min-width: 1025px) {
    .video__block-container {
        width: 100%;
    }

    .video__block-title p {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .video__block-container {
        height: 540px;
    }

    .video__block-padding {
        padding-left: 17px;
        padding-right: 17px;
    }

    .video__block-flex {
        gap: 50px;
    }

    .video__block-image img {
        width: 395px;
        height: 380px;
        margin-top: 80px;
    }

    .video__block-title h3 {
        margin-top: 100px;
    }

    .video__horisontal-line {
        margin-top: 15px;
    }

    .video__block-title p {
        font-size: 16px;
        margin-top: 19px;
    }

    .video__block-button button {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
    .video__block-container {
        height: 479px;
    }

    .video__block-flex {
        gap: 30px;
    }

    .video__block-image img {
        margin-top: 40px;
        width: 230px;
        height: 227px;
    }

    .video__block-title h3 {
        margin-top: 40px;
        font-size: 36px;
        line-height: 38px;
    }

    .video__horisontal-line {
        width: 88px;
        margin-top: 20px;
    }

    .video__block-title p {
        margin-top: 15px;
        width: auto;
        font-size: 15px;
    }

    .video__block-padding {
        padding-left: 17px;
        padding-right: 17px;
    }

    .video__block-button {
        transform: translateX(-20%);
    }
}

@media only screen and (max-width: 640px) {
    .video__block-container {
        height: 1007px;
    }

    .video__block-padding {
        padding-left: 17px;
        padding-right: 17px;
    }

    .video__block-flex {
        gap: 0;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .video__block-title {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .video__block-image img {
        margin-top: 40px;
        width: 518px;
        height: 490px;
    }

    .video__block-title p {
        width: 518px;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 639px) {
    .video__block-container {
        height: 844px;
    }

    .video__block-image img {
        margin-top: 17px;
        width: 280px;
        height: 250px;
    }

    .video__block-title h3 {
        font-size: 24px;
    }

    .video__horisontal-line {
        margin-top: 20px;
        width: 45px;
        height: 8px;
    }

    .video__block-title p {
        width: 280px;
        margin-top: 25px;
    }

    .video__block-button button {
        margin-top: 10px;
    }
}