.cp-wrapper.cp-wrapper-container {
    max-width: 1184px;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    margin-top: 50px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(65, 65, 65, .2);
}

.cp-wrapper {
    display: table;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
    padding: 0 32px;
}

.footerSocial__links {
    margin-top: 24px;
}

.footerSocial__links a {
    text-decoration: none;
    margin-right: 56px;
}

@media (max-width: 703px) {
    .footerSocial__links a {
        margin-right: 24px;
    }
}

.footerSocial__links a:last-child {
    margin-right: 0;
}

.c-stage-main__picture {
    touch-action: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-image: url('../images/header.jpg');
    height: 510px;
    background-position: 100% 25%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    position: relative;
}

@media (max-width: 576px) {
    .c-stage-main__picture {
        height: 510px;
    }
}
@media (min-width: 577px) {
    .c-stage-main__picture {
        height: 510px;
    }
}
@media (min-width: 768px) {
    .c-stage-main__picture {
        height: 510px;
    }
}
@media (min-width: 992px) {
    .c-stage-main__picture {
        height: 510px;
    }
}
@media (min-width: 1400px) {
    .c-stage-main__picture {
        height: 510px;
    }
}

.c-expert-tip__buttons div:first-child {
    text-align: center;
}
.c-expert-tip__button {
    max-width: 350px;
}
.able-big-play-button {
    visbility: hidden;
}
.play-btn {
    /*width: 25%;
    height: auto;
    margin: 0 auto;
    margin-top: 10%;*/
    border: none;
}

.play-btn__svg{
    /*transition: 1s;
    fill:#7c7c7c;
    opacity: .5;*/
}

.play-btn:hover .play-btn__svg {
    /*fill: #a41d33;
    opacity: 1;*/
    border: none !important;
}
