.button {
    min-width: 270px;
    padding: 0 55px;
}

.cs-video {
    align-items: center;
    background: #ff700d;
    color: white;
    display: flex;
    height: 900px;
    overflow: hidden;
    position: relative;
}

.cs-container {
    margin: 0 auto;
    width: 1200px;
}

.cs-video-text {
    font: 30px 'Avenir Next', sans-serif;
    position: relative;
    text-align: center;
    z-index: 22;
}

.cs-video h4 {
    color: #ffffff;
    margin: 0 0 80px;
    font-size: 36px;
    font-weight: 700;
    line-height: 140%;
}

.cs-video p {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    line-height: 140%;
}

.cs-video-source {
    display: block;
    height: 1080px;
    left: 50%;
    margin: -540px 0 0 -960px;
    position: absolute;
    top: 50%;
    width: 1920px;
    z-index: 11;
}

.cs-video-source::before {
    background: #ff700d;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    opacity: .6;
    position: absolute;
    right: 0;
    top: 0;
}

.cs-video-source video {
    height: 100%;
    width: 100%;
}

.gallery-2022-item {
    width: 25%;
}

.gallery-2022-name {
    bottom: 10px;
    left: 10px;
    color: #fff;
    padding: 5px 11px;
    background: rgba(40, 40, 40, 0.8);
    text-align: left;
    width: calc(100% - 20px);
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
}

.gallery-2022-section .gallery-2022-name {
    position: initial;
    bottom: initial;
    left: initial;
    width: initial;
    color: #ee7c00;
    padding: 5px 11px;
    text-align: left;
    background: transparent;
    height: 100px;
    text-shadow: none;
}

.video-box {
    position: relative;
}

.video-text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 1;
    margin-top: -55px;
    text-align: center;
    padding: 0 50px;
}

.video-text h4 {
    color: #fff;
    line-height: 50px;
    font-weight: 800;
    font-size: 35px;
}

.video-tag {
    position: relative;
}

.video-tag:before {
    background: #ff700d;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    opacity: .6;
    position: absolute;
    right: 0;
    top: 0;
}

.video-tag video {
    width: 100%;
    max-width: 100%;
    display: block;
}

.feedback-box-index-page--icon img {
    width: 40px;
    height: auto;
}

.feedback-box-index-page--btn-wrap a {
    color: #fff;
    text-decoration: none;
}

.grecaptcha-badge {
    visibility: hidden;
}

@media (max-width: 940px) {

    .video-text {
        top: 40%;
    }

}


@media (max-width: 740px) {

    .video-text h4 {
        line-height: 41px;
        font-size: 30px;
    }

}


@media (max-width: 644px) {

    .video-text h4 {
        font-size: 25px;
        line-height: 41px;
    }

}


@media (max-width: 554px) {

    .video-text {
        top: 35%;
    }

    .video-text h4 {
        font-size: 20px;
        line-height: 150%;
    }

}

@media (max-width: 400px) {

    .video-text {
        padding: 0 5px;
        font-size: 13px;
    }

    .video-text h4 {
        font-size: 17px;
        line-height: 150%;
        font-weight: 600;
    }

}