.choice-racket {
    display: flex;
    /* color: #FFFFFF; */
}

.choice-racket__choice, .choice-racket__social {
    width: 50%;
    padding: 40px;
}

.choice-racket__choice {
    background-color: #FFF;
    border: 0px 0px 1px 1px solid #E7EAF4;
    border-collapse: collapse;
}

.choice-racket__social {
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;    
    border: 1px solid #E7EAF4;
    border-collapse: collapse;
}
/* 
.choice-racket__social {
    background-color: #BB1727;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url('/local/templates/lining/assets/img/choice-racket__social.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: bottom;
} */

.choice-racket__social button {
    padding: 15px 40px;
    background-color: #201E1E;
    font-size: 15px;
    line-height: 160%;
    color: #FFFFFF;
}

.choice-racket__social button:hover {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5); 
}

.choice-racket__title {
    padding-bottom: 10px;
}


.choice-racket__choice .video-block {
    width: 100%;
    margin-top: 40px;
}
/*новые стили*/
.bg__Black{
    background: #201e1e;
}
.bg__Red{
    background: #bb1727;
}
.bg__Red p, .bg__Black p{
    color: #fff;
}
.choice-racket__social.choice-racket__socialNew{
    border: none;
    position: relative;
}
.choice-racket__socialNew .choice-racket__social-item{
    position: relative;
    z-index: 1;
}
.phoneShuttlecock-img{
    position: absolute;
    width: 100%;
    height: auto;
    max-height: 80%;
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 638 / 395;
    background-position: right;
    right: 0;
    bottom: 0;
    z-index: 0;
}
/*новые стили*/
@media (max-width: 1440px) {
    .choice-racket__choice, .choice-racket__social {
        padding: 30px;
    }
    
    .choice-racket__title {
        padding-bottom: 16px;
    }

    .choice-racket__choice .video-block {
        margin-top: 30px;
    }
}

/* @media (max-width: 768px) { 
    .choice-racket__choice, .choice-racket__social {
        padding: 20px;
    }

    .choice-racket__social button {
        padding: 10px 36px;
    }

    .choice-racket__choice .video-block {
        margin-top: 20px;
    }
} */


@media (max-width: 768px) { 
    .choice-racket {
        flex-direction: column;
    }

    .choice-racket__choice, .choice-racket__social {
        width: 100%;
    }

    .choice-racket__title {
        padding-bottom: 10px;
    }

    .choice-racket__choice .video-block {
        margin-top: 10px;
    }

    .choice-racket__social {
        min-height: 324px;
    }

    /* .stretching-rackets .container {   // меняет вообще весь контейненр, плывет вся страница
        width: 100%;
    } */
}