.bg_cover {
    background-image: url(../images/po_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.bg_cover_prezent {
    background-image: url(../images/bg_mastera.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.name_cover p {
    font-size: 24px;
    color: yellow;
    padding: 10px 0px;
}

.name_cover_prezent p {
    font-size: 24px;
    color: #3d3d3d;
    padding: 10px 0px;
}

.logo_cover img {
    width: 100%;
}

.logo_cover_prezent img {
    width: 80%;
}

.name_cover {
    width: 100%;
}

.lab_trening_page {
    color: yellow;
    font-size: 40px;
    text-align: center;
}

.lab_text_trening_page {
    color: yellow;
    font-size: 30px;
    text-align: center;
}

.lab_trening_page_prezent {
    color: #e36155;
    font-size: 40px;
    text-align: center;
    font-weight: 900;
}

.lab_text_trening_page_prezent {
    color: #e36155;
    font-size: 25px;
    text-align: center;
    font-weight: 900;
}

.bg_video_blok {
    background-image: url(../images/bg_video.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 25px;
}


.video_player {
    position: relative;
    display: block;
    width: 100%;
    height: 445px;
}

.bg_video_blok h2 {
    font-weight: 200;
}

.video_player img {
    position: absolute;
    width: 65%;
}

.video_player img:last-child {
    width: 7%;
    transition: .5s ease all;
}

.video_player img:last-child:hover {
    transform: scale(1.1);
    transition: .5s ease all;
}

.discrintion {
    background-color: #b4b4b4;
    padding: 30px 0px;
}

.discrintion h2 {
    color: #3b3b3b;
}

.discrintion p {
    font-size: 18px;
    color: #3b3b3b;
    text-align: left;
    padding: 15px 0px;
}

.main_btn_kurs,
.main_btn,
.main_btn_uchastie {
    background-color: #85bc12;
    color: white;
    border: 0;
    font-size: 15px;
    font-family: var(--para-font);
    letter-spacing: 5px;
    padding: 10px 30px;
    border: 1px solid #85bc12;
    margin-bottom: 30px;
    font-weight: 300;

}

.main_btn_blue {
    background-color: #04a9eb;
    color: white;
    border: 0;
    font-size: 15px;
    font-family: var(--para-font);
    letter-spacing: 5px;
    padding: 10px 30px;
    border: 1px solid #04a9eb;
    margin-bottom: 30px;
    font-weight: 300;

}

.main_btn_blue:hover {
    transform: scale(1.01);
    color: black;
}


.main_btn_uchastie:hover,
.main_btn_kurs:hover,
.main_btn:hover {
    transform: scale(1.01);
    color: black;
}

.bg_rokets_color {
    background-color: #424242;
}

.bg_rokets_blok {
    background-image: url(../images/bg_rokets-3.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    padding-bottom: 118px;
}

.bg_rokets_blok h2 {
    color: white;
    font-weight: 300;
    margin-top: 40px;
}

.item_rokets {
    font-size: 18px;
    color: yellow;
    padding: 30px 0px 50px 0px;
}

.item_rokets img {
    width: 25%;
}

.item_rokets-2 img {
    width: 25%;
}

.item_rokets p {
    color: white;
    width: 62%;
    font-size: 12px;
}


.spisok_online {
    display: none;
}

.spisok_online li,
.spisok li {
    margin: 10px 0px;
}

.spisok_online p,
.spisok p {
    font-size: 18px;
    font-weight: 300;
    color: black;
}

.spisok_online b,
.spisok_online a,
.spisok b,
.spisok a {
    color: #04a9eb;
    font-size: 18px;
    font-weight: 800;
    margin-left: 15px;
    text-shadow: 0px 0px 1px grey;
}

.spisok_online a,
.spisok a {
    text-decoration: underline;
}

.bg_deyteli {
    background-color: #b4b4b4;
}

.bg_deyteli h2 {
    color: #3b3b3b;
    font-weight: 300;
}

.item-carousel img {
    width: 50%;
    border-radius: 50% !important;
    border: 2px solid #3b3b3b;
}



.item-carousel {
    border: 1px solid #3b3b3b;
    border-radius: 10px;
    margin: 60px 5px 0px 5px;
    height: 404px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.item-carousel h5 {
    color: #1a1919;
    font-weight: 200;
}

.item-carousel p {
    color: #1a1919;
    font-weight: 200;
}

.owl-carousel .owl-item img {
    display: block;
    width: 40%;
}

.owl-dots {
    bottom: -11%;
    padding: 10px 0px;
}

.bg_program {
    background-image: url(../images/bg_tr.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 20px 0px 10px 0px;
}

.bg_program_grey {
    background-color: #e3e3e3;
    width: 100%;
    padding: 20px 0px 10px 0px;
}

.bg_program_grey h2 {
    color: #6d6d6d;
}

.jivo {
    background-image: url(../images/bg_program.png);
    background-repeat: no-repeat;
    background-size: cover;

}

.jivo_online li,
.jivo li {
    margin: 30px 0px;
}

.jivo_online {
    background-image: url(../images/bg_onlin.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}

.bg_prog span {
    margin-left: 10px;
}

.bg_program h2 {
    font-weight: 300;
    color: white;
}

.btn_prog {
    border: 1px solid #b1b1b1;
    color: #b1b1b1;
    font-family: var(--para-font);
    background-color: inherit;
    padding: 5px 25px;
    font-size: 24px;
    font-weight: 200;
}

.main_active {
    border: 1px solid yellow;
    color: yellow;
}

.main_active_grey {
    border: 1px solid #6d6d6d;
    color: #6d6d6d;
}

.main_padding_l {
    padding-left: 100px;
}

.main_padding_r {
    padding-left: 200px;
}

.main_hide {
    display: none;
}


.bg_program p {
    color: yellow;
    font-size: 50px;
    font-weight: bold;
    font-family: var(--para-font);
    line-height: 20px;
}

.bg_program span {
    font-size: 14px;
    font-family: var(--para-font);
    color: #b1b1b1;
}

.bg_hatman_black {
    background-image: url(../images/Hatman-black-mob.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 9px 0px;
}

.bg_hatman_black h4 {
    font-size: 22px;
    color: #04a9eb;
    font-weight: 500;
}

.bg_hatman_black p {
    font-size: 18px;
    color: white;
}

.bg_kavychki {
    background-image: url(../images/citata-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 15px;
    padding-bottom: 10px;
}

.pole {
    background-image: url(../images/bg_kavychki.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.pole p {
    font-size: 24px;
    padding: 40px 30px 40px 120px;
    color: white;
}


.bg_tren_program {
    background-color: #555555;
    width: 100%;
    padding: 50px 0px 100px 0px;
}

.bg_tren_program h2 {
    font-weight: 300;
    color: white;
}

.bg_tren_program h4 {
    color: yellow;
    font-weight: 300;
}

.bg_tren_program img {
    width: 50%;
}


.bg_otziv {
    background-color: #4a4a4a;
}


.bg_otziv h2 {
    font-weight: 100;
    color: white;
}

.bg_otziv h6 {
    font-weight: 500;
    color: white;
    margin-top: 5px;
}

.bg_otziv span {
    font-weight: 100;
    color: white;
}

.item-carousel_2 img {
    width: 50%;
    border-radius: 50% !important;
    border: 2px solid white;
}



.item-carousel_2 {
    border: 1px solid white;
    border-radius: 10px;
    margin: 60px 5px 0px 5px;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.item-carousel_2 h5 {
    color: white;
    font-weight: 200;
}

.item-carousel_2 p {
    color: white;
    font-weight: 200;
    padding: 5px;
}

.baner_contant {
    background-image: url(../images/bg_contakt.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 300px 0px 100px 0px;
}

.baner_text_contakt p {
    font-size: 24px;
    text-align: center;
    padding: 50px 50px;
    background-color: rgba(0, 0, 0, 0.56);
    color: white;
    margin-left: 20%;
}

.disk {
    font-size: 26px;
    font-weight: 500;
}

.disk span {
    font-size: 60px;
    font-weight: bold;
}

.card {
    width: 100%;
    height: 550px;
}

.on_line {
    display: none;
}

.bg_yellow {
    background-image: url(../images/bg_yellow.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 180px 0px;
}

.bg_yellow p {
    font-size: 24px;
    text-align: center;
}

.boy {
    background-image: url(../images/boy.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0px;
}


.boy p {
    font-size: 24px;
    color: black;
    text-align: center
}
