.section_courses_1{
    height: 700px;
}
.container_courses_2{
    max-width: 1200px;
    margin: 0 auto;
}
.container_courses_2 h2{
    text-align: center;
}

.container_courses p  {
    margin-top: 20px;
    max-width: 700px;
    font-size: 18px;
}
.container_courses_2 h1{
    padding-top: 60px;
    padding-bottom: 20px;
    text-align: center;
}

.section_courses_2{
    padding: 40px;
}
.section_courses_2 p{
    max-width: 1200px;
    margin: 0 auto;
    font-size: 20px;

}
.section_courses_3 p{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 30px 0;
}
.section_courses_3 p{
    font-size: 20px;
}
.section_courses_3 ul li{
    font-size: 18px;
}
.section_courses_3 h1{
    padding: 0 0 100px 0;
}
.section_courses_2 h1{
    text-align: center;
    padding: 100px 0;
}
.section_courses_3_info{
    max-width: 660px;
}
.section_courses_3_info h2{
    padding: 30px 0;
    font-size: 25px;
}

.section_courses_3_info ul li{
    list-style-type: none;
    padding-left: 33px;
    font-size: 20px;
    position: relative;
    margin-bottom: 19px;
    line-height: 1.4;
}
.section_courses_3_info ul li:before, .speaker-panel ul li:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 11px;
    background: #000000;
    width: 12px;
    height: 3px;
}
.section_courses_3_info_2{
    padding: 40px 0;
    max-width: 800px;
}
.section_courses_3_info_2 h2{
    font-size: 26px;
    padding-bottom: 30px;
}
.section_courses_3_info_2 h4{
    font-weight: 400;
    font-size: 19px;
    color: #4d4c4c;
}

/*Section 4*/
.section_courses_4{
    background-color: #e7e9ea;
}
.section_courses_4 h1{
    color: black;
}
.items_price{
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}
.item_price{
    width: 280px;
    padding-bottom: 20px;
}
.item_top_info{
    background-color: #e73c3e;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px 10px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;


}

.item_top_info h3{
    text-align: center;
    font-size: 20px;
    padding: 25px 0;
    color: white;
    border-bottom:  1px solid white;
}
.item_top_info h2{
    color: white;

}
.item_top_info p{
    font-weight: 700;
    text-align: center;
    color: white;

}
.item_bot_info{
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items:center;
    padding: 0 20px 10px;
    background: #3b3a3a;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.item_bot_info h3{
    margin: 25px 0;
    text-align: center;
    font-size: 18px;
    color: white;
    font-weight: 200;
    line-height: 150%;
    height: 160px;
}

.items_work_courses{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
}
.item_work_courses{
    position: relative;
    height: 225px;
    border: 1px solid #000 ;
    border-radius: 10px;
    transition: .3s all;
}
.item_work_courses:hover{

    margin-top: -20px;
}
.item_work_courses img{
    width: 103px;
    height: 60px;
    position: absolute;
    top: -30px;
    left: 30px;
    border-radius: 15px;
}
.item_work_courses h3{
    padding: 40px 0 0 20px;
    color:#e73c3e ;
    font-size: 18px;
}
.item_work_courses h4{
    padding: 0 20px;
    font-size: 16px;
    font-weight: 400;
}
.section_courses_6{
    background-color: #e7e9ea;

}

.courses_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*POPUP____________________________________*/
.open-button {

}

/* The popup form - hidden by default */
.form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
}

/* Add styles to the form container */
.form-container {
    max-width: 300px;
    padding: 10px;
    background-color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
    background-color: #ddd;
    outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn-popup {
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom:10px;
    opacity: 0.8;
}

.btn-close{
    width: 100%;
    cursor: pointer;
}
.open-button{
    cursor: pointer;
    color: white;
}


/* Add a red background color to the cancel button */
.form-container .cancel {
    background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn-popup:hover, .open-button:hover {
    opacity: 1;
}

/*COURSES SMM _______________________________________________*/
.section_courses_4_sub_title{
    color: white;
}
.items_price_smm{
    justify-content: space-around;
}
.section_courses_4_title{
    color: black !important;
}
.courses_h1{
    text-align: center;
    color: white;
}
.courses_h2{
    text-align: center;
    color: white;
}
.clients-info-text h2{
}

/*COURSES___PPC----------------------------------------*/
.item_work_courses_ppc{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    padding: 10px;
    transition: .3s;
}
.item_work_courses_ppc:hover{
    margin-top: -30px;
}
.item_work_courses_ppc img{
    width: 300px;
    height: 300px
}
.item_work_courses_ppc h2{
    color: black;
}
.items_work_courses_ppc{
    display: flex;
    justify-content: space-around;
}
.container_courses_2 h2{

}

/*ADAPTIV------------------------------*/
@media screen and (max-width:450px){
    .section_courses_2 p{
        width: 100%;
        padding: 10px;
        font-size: 15px;
    }
    .section_courses_3 p{
        width: 100%;
        padding: 10px;
        font-size: 15px;
    }
    .section_courses_3 ul li{
        width: 100%;
        padding: 10px;
        font-size: 15px;
    }
    .section_courses_2 h1{
        margin-top: 150px;
    }
    .panal ul li{
        color: black;
        font-size: 15px;
    }
    .items_price{
        flex-wrap: wrap;
        justify-content: center;
    }
    .items_work_courses{
        flex-wrap: wrap;
        justify-content: center;
    }
   
}
@media screen and (max-width: 361px) {
    .panal ul li{
        color: black;
        font-size: 15px;
    }
    
}
