.cp_container {
    color: white;
    background-color: rgb(0, 53, 113);
    background: linear-gradient(to bottom, rgb(0, 53, 113), rgb(20, 90, 170));
    border-radius: 3px;
}

.cp_content-container {
    padding: 20px 16px;
}

.cp_container a {
    color: white;
    border-bottom-color: rgba(255, 255, 255, .3);
}

.cp_header {
    position: relative;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 24px 0;
}

.cp_header::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 120px;
    height: 4px;
    background-color: white;
}

.cp_text-container {

}

.cp_text-left-container {

}

.cp_subheader {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 15px;
}

.cp_list {
    list-style:none;
    counter-reset: li;

    padding: 0 0 0 20px;
}

.cp_list-item {
    position: relative;
    font-size: 17px;
    line-height: 24px;

    margin-bottom: 10px;
}

.cp_list-item:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 0;
    left: -20px;
    font-weight: bold;
}

.cp_text {
    font-size: 17px;
    line-height: 25px;
}

.cp_text-right-container {
    padding: 12px 15px 5px 12px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 2px;
    margin-bottom: 20px;
}

.cp_left-text {
    margin-bottom: 10px;
}

.cp_header-2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    margin: 15px 0 4px 0;
}

.cp_youtube-link {
    position: relative;
    display: inline-block;

    background-image: url('data:image/svg+xml;utf8,<svg width="22px" height="16px" viewBox="0 0 22 16" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M8.76285246,10.9534754 L8.76285246,4.38142623 L14.4543607,7.66736066 L8.76285246,10.9534754 Z M21.449459,2.39439344 C21.1973607,1.452 20.4551311,0.709590164 19.512377,0.457672131 C17.8041311,0 10.9534754,0 10.9534754,0 C10.9534754,0 4.103,0 2.3947541,0.457672131 C1.452,0.709590164 0.709770492,1.452 0.457672131,2.39439344 C0,4.103 0,7.66736066 0,7.66736066 C0,7.66736066 0,11.2319016 0.457672131,12.9403279 C0.709770492,13.8827213 1.452,14.6251311 2.3947541,14.8770492 C4.103,15.3349016 10.9534754,15.3349016 10.9534754,15.3349016 C10.9534754,15.3349016 17.8041311,15.3349016 19.512377,14.8770492 C20.4551311,14.6251311 21.1973607,13.8827213 21.449459,12.9403279 C21.9071311,11.2319016 21.9071311,7.66736066 21.9071311,7.66736066 C21.9071311,7.66736066 21.9071311,4.103 21.449459,2.39439344 Z" id="Fill-1" fill="rgb(255, 255, 255)"></path></svg>');
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-left: 25px;
}

@media (min-width: 500px) {
    .cp_content-container {
        padding: 30px 25px;
    }
}

@media (min-width: 750px) {
    .cp_content-container {
        padding-bottom: 0;
    }
}

@media (min-width: 850px) {
    .cp_content-container {
        padding: 40px 45px 0 45px;
    }

    .cp_header {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 35px;
    }

    .cp_subheader {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .cp_list-item {
        position: relative;
        margin-left: 18px;
    }

    .cp_list-item:before {
        top: 0;
        left: -35px;
    }

    .cp_text {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 12px;
    }

    .cp_text-right-container {
        padding: 20px 25px;
        margin-bottom: 20px;
    }

    .cp_left-text {
        font-size: 16px;
        line-height: 26px;
    }

    .cp_header-2 {
        font-size: 22px;
        line-height: 26px;
    }
}


@media (min-width: 1100px) {
    .cp_text-container {
        display: flex;
        align-items: flex-start;
    }

    .cp_text-left-container {
        flex-grow: 1;
        margin-right: 15px;
    }

    .cp_text-right-container {
        min-width: 300px;
        max-width: 300px;
    }
}

@media (min-width: 1400px) {
    .cp_text-right-container {
        min-width: 400px;
        max-width: 400px;
    }
}








/* Картинки призов */
.cp_images-container {
    position: relative;
    display: none;

    color: rgb(30, 30, 30);

    max-width: 1500px;
    height: 300px;
    overflow: hidden;
}

.cp__prize-info {
    position: absolute;
    text-align: center;
}

.cp__prize-info--1, .cp__prize-info--2, .cp__prize-info--3 {
    top: 75px;
}

.cp__prize-info--1 {
    left: 20%;
    margin-left: -61px;
}

.cp__prize-info--2 {
    left: 50%;
    margin-left: -42px;
}

.cp__prize-info--3 {
    left: 80%;
    margin-left: -67px;
}

.cp__prize-place {
    display: inline-block;
    width: 73px;
    background-color: white;
    border-radius: 50%;
    margin-bottom: 10px;
}

.cp__prize-place-number {
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    margin: 16px 0 0 0;
}

.cp__prize-place-text {
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    margin: 0 0 16px 0;
}

.cp__prize-title {
    font-size: 15px;
    line-height: 22px;
}
.cp__prize-title span {
    display: inline-block;
    background-color: white;
    padding: 0 6px;
    border-radius: 2px;
}

.cp__prize-img {
    position: absolute;
}



.cp__prize--phone {
    top: 4px;
    left: 22%;
    width: 261px;
    margin-left: -131px;
}

.cp__prize--notebook {
    top: 51px;
    left: 54%;
    width: 274px;
    margin-left: -140px;
}

.cp__prize--drill {
    top: 2px;
    left: 77%;
    width: 321px;
    margin-left: -160px;

}






/* / Правая часть */

@media (min-width: 750px) {
    .cp_images-container {
        display: block;
    }
}

@media (min-width: 900px) {
    .cp_images-container {
        height: 400px;
    }

    .cp__prize--phone {
        left: 22%;
        width: 398px;
        margin-left: -200px;
    }

    .cp__prize--notebook {
        top: 85px;
        left: 54%;
        width: 450px;
        margin-left: -225px;
    }

    .cp__prize--drill {
        /*top: 2px;*/
        left: 78%;
        width: 420px;
        margin-left: -210px;

    }
}


@media (min-width: 1300px) {
    .cp_images-container {
        height: 600px;
    }

    .cp__prize-info--1, .cp__prize-info--2, .cp__prize-info--3 {
        top: 150px;
    }

    .cp__prize--phone, .cp__prize--notebook, .cp__prize--drill {
        width: auto;
    }

    .cp__prize--phone {
        left: 24%;
        margin-left: -308px;
    }

    .cp__prize--notebook {
        top: 120px;
        /*left: 54%;*/

        margin-left: -275px;
    }

    .cp__prize--drill {
        left: 74%;
        margin-left: -317px;

    }
}








