/* Header style */
p{
    font-size: 20px;
}
header{
    background-color: #ffffff;
}
.header_2{
    box-shadow:  0px 6px 34px rgba(215, 216, 222, 0.41);
}
.header_logo img{
    max-height: 50px;
    max-height: 60px;
}
button.navbar-toggler svg line{
    stroke: #2a7ed3;
}
#menu-header-menu{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    display: flex;
}
#menu-header-menu li a, .header_1_lang, .header_1_devise{
    color: #192335;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

#menu-header-menu li a:hover{
    color: #2a7ed3;
    /* color: #63b8e2; */
    transition: 0.3s;
}
.book_button{
   background-image: linear-gradient(to right, #2a7ed3, #63b8e2, #63b8e2, #2a7ed3);
   /* background-image: linear-gradient(to right, #2a7ed3, #63b8e2); */
   color:#ffffff;
   padding: 0 22px;
   border-radius: 6px;
   text-decoration: none;
   background-size: 300% 100%;
   transition: all 0.4s ease-in-out ;
   height: 45px;
   line-height: 43px;
}
.book_button:hover{
    color: #ffffff;
    transition:all 0.4s ease-in-out ;
    background-position: 102% 0;
}
.header_1_style i{
    color: #192335;
    font-size: 16px;
    /* font-weight: 500; */
    transition: 0.3s;
}
/* .lp_formaulaire  */
.header_1_style a{
    color: #192335;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: 0.3s;
    text-decoration: none;
}
.header_1_style:hover i, .header_1_style:hover i+a {
    color: #2a7ed3;
    /* color: #63b8e2; */
    transition: 0.3s;
}
/* Header style */

/* Body */

.section_1{
    position: relative;
    padding-top: 100px;
    /* padding-bottom: 100px; */
    padding-bottom: 350px;
}
.cadre_titre{
    box-shadow: 0 15px 40px rgba(210, 211, 226, 0.631372549);
    background: #fff;
    border-radius: 4px;
    max-width: fit-content;
    padding: 19px 24px 21px 20px;
}
.cadre_titre p{
    color: #192335;
    font-size: 16px;
    font-weight: 500;
}
.trophe{
    height: 1em;
    width: 1em;
}
.first_title{
    font-size: 60px;
    font-weight: 900;
    letter-spacing: -0.5px;
}
.slk_words_2{
    max-width: max-content;
}
.slk_words_2 span{
    text-align: left;
    font-weight: bold;
    background: linear-gradient(90deg, #2a7ed3,  #63b8e2 );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.001);
}
.description_1{
    line-height: 36px;
    font-size: 20px;
    text-align: center;
    max-width: max-content;
    margin-top: 20px;
    margin-bottom: 30px;
}
.blue_button{
    transition:0.6s ;
    max-width: max-content;
    color: #fff;
    background-size: 300% 100%;
    background-image: linear-gradient(to right, #2a7ed3, #63b8e2, #63b8e2, #2a7ed3);
    padding: 0 26px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
    border-radius: 6px;
    border: 0 none;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
}
.blue_button:hover{
    /* animation 1 */
    transition:0.6s ;
    color: #192335;
    background-image: linear-gradient(to right, white, white, white, white);
    box-shadow: 0px 6px 34px 20px rgba(215, 216, 222, 0.41);
    
}
.white_button{
    max-width: max-content;
    background-image: linear-gradient(to right, white, white, white, white);
    box-shadow:  0px 6px 34px rgba(215, 216, 222, 0.41);
    color: #192335;
    padding: 0 26px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
    border-radius: 6px;
    border: 0 none;
    outline: none;
    display: flex;
    align-items: center;
    text-decoration: none;
    background-size: 300% 100%;
}
.white_button:hover{
    transition: all 0.4s ease-in-out;
    background-image: linear-gradient(to right, #2a7ed3, #63b8e2, #63b8e2, #2a7ed3);
    color: #ffffff;
}
.img_bg{
    position: absolute;
    bottom: 100px;
    z-index: -1;
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.3;
}
.img_bg img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.section_3{
    padding-top: 100px;
    /* padding-bottom: 100px; */
    padding-bottom: 150px;
}
.section_3 .small_title,.section_2 .small_title{
    /* color: #2a7ed3 ; */
    /* background-color: #2f57ef21; */
    color: white;
    background-image: linear-gradient(to right , #2a7ed3, #63b8e2 );
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    margin-bottom: 15px;
    padding: 10px 20px;
    border-radius: 100px;
    text-transform: uppercase;
    display: inline-block;
    max-width: max-content;
    min-width: fit-content;
    
}
.lp_formaulaire .small_title{
    margin-bottom: 0;
}
.big_title{
    color: #192335;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.2;
}
.big_title_email{
    color: #ffffff;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.2;
}
.carte_title{
    margin-bottom: 8px;
}
.carte_description{
    font-size: 20px;
    margin-bottom: 12px;
    color: #6b7385;
}
.arguments{
    font-size: 20px;
    color: #6b7385;
    display: flex;
    align-items: center;
}
.arguments_row{
    margin-bottom: 30px;
}
.carte_preparation{
    padding: 30px;
    box-shadow: 0 15px 40px rgba(210, 211, 226, 0.631372549);
    min-height: 100%;
}
.small_carte{
    border-radius: 5px;
    padding: 45px 35px;
    position: relative;
    z-index: 1;
    border: 1px solid #e6e3f1;
    min-height: 100%;
}
.small_carte span{
    color: #6b7385;
    position: absolute;
    right: 23px;
    top: -25px;
    font-weight: 700;
    opacity: 0.1;
    font-size: 100px;
}
/* .small_carte img{
    max-height: 60px; 
    margin-bottom: 15px;
} */
.small_carte i{
    font-size: 50px;
    margin-bottom: 15px;
    color: #2a7ed3;
}
.lp_formaulaire p {
    margin-bottom: 0px;
}
.small_carte h6 a{
    text-decoration: none;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
    transition: 0.4s;
    color: #192335;
}
.small_carte h6 a:hover{
    color: #2a7ed3;
}
.small_carte_description{
    margin-bottom: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #6b7385;
}
.section_4{
    padding-top: 50px;
    padding-bottom: 100px;
}
.count_down_section{
    padding-top:100px ;
    /* padding-bottom:100px ; */
    padding-bottom:200px ;
}
.lp_formaulaire{
    padding: 30px; 
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
    border-radius: 25px;
}
/* .lp_formaulaire input{
    border: none;
    border-bottom: 2px solid ;
    color: white;
}
.lp_formaulaire input {
    border: none;
    border-bottom: 2px solid;
    color: #6b7385;
    padding-bottom: 18px;
    margin-bottom: 15px;
} */
.lp_formaulaire .big_title{
    margin-bottom: 30px;
}
.lp_formaulaire .blue_button{
    color: white;
    border-bottom: none;
}
.lp_formaulaire .blue_button:hover{
    color: #192335;
}
.section_4 .small_title , .section_5 .small_title,.section_3_5 .small_title , .count_down_section .small_title{
    /* color: #2a7ed3 ;
    background-color: #2f57ef21; */
    color: white;
    background-image: linear-gradient(to right , #2a7ed3, #63b8e2 );
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    margin-bottom: 15px;
    padding: 10px 20px;
    border-radius: 100px;
    text-transform: uppercase;
    display: inline-block;
    max-width: max-content;
    min-width: fit-content;
}
.section_5{
    padding-top: 100px;
    /* padding-bottom: 100px; */
    padding-bottom: 150px;
}
.matiere_element{
    max-width: max-content;
    /* min-width: fit-content; */
    min-width:max-content;
}
.matiere_element a {
    border: 2px solid #e6e3f1;
    color: #192335;
    background-color: #ffffff;
    line-height: 57px;
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
    padding: 0 26px;
    height: 60px;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
    border-radius: 500px;
}
.matiere_element a:hover {
    transition: all 0.4s ease-in-out;
    background-color: #2a7ed3;
    color: #ffffff;
}
.section_6{
    padding-bottom: 150px;
    /* padding-bottom: 100px; */
}
.section_6 .small_title{
    /* color: #DB7093 !important;
    background-color: #DB709321 !important; */
    color: white;
    background-image: linear-gradient(to right , #2a7ed3, #63b8e2 );
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    margin-bottom: 15px;
    padding: 10px 20px;
    border-radius: 100px;
    text-transform: uppercase;
    display: inline-block;
    max-width: max-content;
    min-width: fit-content;
}
#accordionExample{
    margin-bottom: 30px;
}
.accordion-button{
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    color: #192335;
}
.accordion-collapse{
    color: #192335;
}
.faq_description{
    margin-top: 20px;
    margin-bottom: 20px;
}

.section_7{
    /* padding-top: 100px; */
    padding-bottom: 100px;
}
.section_7 .small_title{
    /* color: #2a7ed3 ;
    background-color: #2f57ef21; */
    color: white;
    background-image: linear-gradient(to right , #2a7ed3, #63b8e2 );
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    margin-bottom: 15px;
    padding: 10px 20px;
    border-radius: 100px;
    text-transform: uppercase;
    display: inline-block;
    max-width: max-content;
    min-width: fit-content;
    
}
.rect_cart{
    padding: 20px;
    border: 1px solid #e6e3f1;
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
    max-width: 98%;
}

.rect_description{
    font-size: 20px;
    margin-top: 8px;
    color: #6b7385;
}
.newsletter_description{
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #fff;
}
.section_8{
    /* padding-top: 50px;
    padding-bottom: 50px; */
    /* background-color: #2a7ed3; */
    padding-top: 80px;
    padding-bottom: 100px;
}
.section_8 .container{
    padding: 50px;
    background-color: #2a7ed3;
    border-radius: 20px;
}
.email_description{
    font-size: 20px;
    margin-bottom: 12px;
    color: #ffffff;
    text-align: center;
}
.section_9{
    padding-top: 70px;
    padding-bottom: 70px;
    /* background-color: #63b8e2; */
}
.section_9 .container{
    padding: 70px;
    background-color: #63b8e2;
    border-radius: 20px;
}
.section_9 .big_title{
    color: white;
}

.newletter_form{
    position: relative;
    max-width: max-content;
    padding-left: 20px;
    /* padding-right: 20px; */
    border: 2px solid white;
    border-radius: 60px;
}

.newletter_form p{
    display: flex;
    justify-content: space-between;
    max-width: max-content;
    margin-bottom: 0;
}
.wpcf7-spinner{
    display: none;
}

.newletter_form p span input{
    background-color: transparent;
    border:none;
    outline: none;
    color: #ffffff;
    padding-top:15px ;
    padding-bottom:15px ;
    max-width: 100%;
}
.newletter_form p span input::placeholder{
    color: #ffffff;
    opacity: 0.5;
}
.newletter_form button {
    background-color: white;
    min-height: 100%;
    width: auto;
    border-radius: 60px;
    padding-left: 20px;
    padding-right: 20px;
    border-width: 0px;
    /* margin-right: 5px; */
}

.newletter_form button i {
    font-size: 20px;
}


.call_row i,.email_row i,.location_row i{
    font-size: 35px;
}
.call_col_1,.call_col_2,.email_col_1,.email_col_2,.location_col_1,.location_col_2{
    max-width: max-content;
}
.call_col_2 p , .email_col_2 , .location_col_2 {
    color: white;
    font-size: 25px;
    font-weight: 500;
}
.call_col_2 a  , .email_col_2 a , .location_col_2 span {
    text-decoration: none;
    color: white;
    font-size: 16px;
    transition: 0.4s;
}
.call_col_2 a:hover , .email_col_2 a:hover  {
    color: #2a7ed3;
    transition: 0.4s;
}
.form_container{
    max-width: max-content;
    background-color: white;
    padding: 35px 40px;
    border-radius: 25px;
}
.form_container label{
    font-size: 18px;
    font-weight: 600;
    max-width: 100%;
}
.form_container label input,.form_container label textarea{
    border: none;
    border-radius: 25px;
    background-color: #ededed;
    padding-top:10px;
    padding-bottom:10px;
    padding-left: 25px;
    max-width: 100%;
}
.form2_container{
    max-width: max-content;
    background-color: white;
    padding: 35px 40px;
    /* border-radius: 25px; */
}
.form2_container label{
    font-size: 18px;
    font-weight: 600;
    max-width: 100%;
}
.form2_container label input,.form2_container label textarea{
    border: 1px solid #192335;
    /* border-radius: 25px; */
    /* background-color: #ededed; */
    background-color: #ffffff;
    padding-top:10px;
    padding-bottom:10px;
    padding-left: 25px;
    max-width: 100%;
}
.wpcf7-not-valid-tip{
    position: absolute;
    bottom: -59%;
    left: 20%;

}
.wpcf7{
    max-width: 100%;
}
.wpcf7-form-control-wrap{
    max-width: 100%;
}
.row_comments{
    flex-direction: row;
    place-content: stretch center;
    box-sizing: border-box;
    width: 100%;
    gap: 16px;
}
.colonne_1,.colonne_2,.colonne_3{
    display: flex;
    flex-direction: column;
    place-content: stretch flex-start;
    flex: 1 1 0%;
    width: 0px;
    gap: 16px;
}
.review_carte{
    padding: 20px 30px;
    border-radius: 20px;
    box-shadow: 0px 6px 34px rgb(141 141 141 / 41%);
}

.section_3_5{
    padding-top:50px ;
    padding-bottom:100px ;
}
#menu-footer-menu-2 , #menu-footer-menu-1{
    list-style: none;
    padding-left: 0;
}
#menu-footer-menu-2 li a, #menu-footer-menu-1 li a{
    /* color: white; */
    color: #192335;
    text-decoration: none;
    transition: 0.4s;
    font-size: 16px;
}
#menu-footer-menu-2 li a:hover,#menu-footer-menu-1 li a:hover{
    color: #00BAFF;
    transition: 0.4s;
}
/* Body */

/* footer */

footer{
    /* padding-bottom: 14px; */
    /* padding-top: 30px; */
    padding-top: 45px;
    /* background-color: #EFF6FF; */
    /* background-color: white;
    background-color: #242F3D; */
    background-color: inherit;
    /* border-top-right-radius: 70px;
    border-top-left-radius: 70px; */
    /* border-top-right-radius: 30px;
    border-top-left-radius: 30px; */
}
footer .copyright p{
    margin-top: 10px;
    margin-bottom: 10px;
    /* color: white; */
    color: #192335;
    opacity: 0.5;
}
footer .newsletter_container form input.newsletter_email   {
    max-width: 100%;
    border-radius: 15px;
    color: black;
    background-color: white;
    border: 2px solid #00BAFF;
    border: 2px solid white;
    padding: 15px;
    margin-bottom: 20px;
    width: 100%;
}
footer .logo_container img{
    width: 200px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

footer h4{
    font-weight: 700;
    color: #192335;
    min-height: 45px;
    display: flex;
    align-items: center;
}

footer .social_media{
    max-width: 100%;
}
footer .social_media a svg{
    max-width: 100%;
    width: 30px;
    height: 30px;
    /* width: 40px;
    height: 40px; */
}
footer .social_media a.fb svg path,footer .social_media a.wtsp svg path,footer .social_media a.insta svg path{
    /* fill: #f4f4f4; */
    color: #192335;
}
footer .social_media a.msng img{
    height: 30px;
    width: 30px;
}

footer .social_media_icon i{
    font-size: 40px;
    color: #00BAFF;
    transition: 0.5s;
}

footer .social_media_icon:hover i{
    color: black;
}
ul#menu-footer-menu{
    list-style: none;
    padding-left: 0;
}

ul#menu-footer-menu li a{
    text-decoration: none;
    color: black;
    transition: 0.5s;
    font-weight: 500;
    color: white;
}
ul#menu-footer-menu li a:hover{
    color: #00BAFF;
}

footer .newsletter_container form input.newsletter_email   {
    max-width: 100%;
    border-radius: 15px;
    /* color: black; */
    /* color: #ffffff; */
    color: #192335;
    background-color: white;
    /* background-color: #192335; */
    border: 2px solid #00BAFF;
    /* border: 2px solid white; */
    border: 1px solid #192335;
    padding: 15px;
    margin-bottom: 20px;
    width: 100%;
}

.send_btn_newsletter{
    /* background-color: #00BAFF; */
    background-image: linear-gradient(to right , #2a7ed3, #63b8e2);
    border-radius: 15px;
    padding: 15px;
    color: white;
    width: 100%;
    text-align: center;
    border: 1px solid #00BAFF;
    transition: .5s;
    font-weight: 600;
    transition: 0.4s;
}

.send_btn_newsletter:hover{
    /* background-color: white; */
    /* color: #00BAFF; */
    background-image: linear-gradient(to right , #63b8e2 , #2a7ed3);
    transition: 0.4s;
}
.cartes_number_row{
    position: relative;
    /* padding-top: 15px; */
    padding-top: 39px;
}
.cartes_number_row::before{
    content: '';
    width: 100%;
    height: 2px;
    background-color: #2a7ed3;
    background-image: linear-gradient(to right, white, #2a7ed3, white);;
    top: 6px;
    position: absolute;
}
.cartes_number{
    /* padding: 15px 30px; */
    padding-top: 55px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0px 6px 34px rgb(141 141 141 / 41%);
    position: relative;
    min-height: 100%;
}
.cartes_number::before{
    position: absolute;
    content: "";
    width: 2px;
    height: 26px;
    background-color: #2a7ed3;
    right: 50%;
    top: -37px;
    transform: translate(50%, 50%);
}
.cartes_number::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #2a7ed3;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to right, #2a7ed3, #63b8e2);
}
.cartes_number img{
    width: auto;
    height: 50px;
    display: block;
    max-width: 100%;
}
.cartes_number .img_number_cont{
    max-width: max-content;
    padding: 20px;
    background-color: white;
    border-radius: 45px;
    box-shadow: 0px 6px 34px rgb(141 141 141 / 41%);
}
.cartes_number h4{
    text-decoration: none;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 12px;
    margin-top: 20px;
    transition: 0.4s;
    color: #192335;
}
.col_cartes{
    position: relative;
}
.col_cartes::before{
    content: "";
    height: 18px;
    width: 18px;
    position: absolute;
    top: 0;
    border: 3px solid #2a7ed3;
    border-radius: 50px;
    right: 50%;
    top: -49px;
    transform: translate(50%, 50%);
}
.name_profession p{
    display: flex;
    color: #192335;
    font-weight: 600;
    width: max-content;
}
.name_profession p span{
    font-weight: 300;
}
.etoiles i{
    color: #FFC400;
}
/* .lp_count_down{
    display: flex;
} */
.lp_count_down .days, .lp_count_down .hours,.lp_count_down .minutes,.lp_count_down .secondes{
    /* padding: 20px; */
    padding: 20px 40px;
    box-shadow: 0px 6px 34px rgb(141 141 141 / 41%);
    text-align: center;
    border-radius: 25px;
    max-width: max-content;
}
.lp_count_down .days #days,.lp_count_down .hours #hours, .lp_count_down .minutes #minutes , .lp_count_down .secondes #seconds{
    color: #192335;
    font-size: 25px;
    font-weight: 700;
}
/* footer */
@media(max-width:1199.99px){
    p{
        font-size:16px;
    }
    .rect_description{
        font-size: 16px;
    }
    .email_description{
        font-size: 16px;
    }
    .first_title{
        font-size: 50px;
    }
    .description_1{
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .description_1{
        font-size: 16px;
        margin-top: 0px;
    }
    .faq_description p{
        font-size: 16px!important;
    }
    .section_3{
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .section_7{
        padding-bottom: 75px;
    }
    .lp_count_down{
        display: block;
    }
}
@media(max-width:1023.99px){
    .row_comments{
        flex-direction: column;
        /* place-content: stretch center;
        box-sizing: border-box;
        width: 100%;
        gap: 16px; */
    }
    .lp_formaulaire{
        max-width: max-content;
        margin-left: auto;
        margin-right: auto;
    }
    .colonne_1,.colonne_2,.colonne_3{
        flex-direction: row;
        width: auto;
        max-width: 100%;
    }
    #navbarSupportedContent{
        position: absolute;
        width: 100%;
        /* top: 85px; */
        top: 132px;
        padding: 20px;
        background-color: white;
        left: 0;
        z-index: 100;
    }
    #navbarSupportedContent ul#menu-header-menu li.menu-item a,#navbarSupportedContent ul#menu-header-menu-en li.menu-item a{
        color: #4663AC;
        font-size: 18px;
        font-weight: 600;
    }
    #navbarSupportedContent ul#menu-header-menu li.menu-item-has-children a{
        text-align: center;
    }
    .lp_formaulaire .small_title{
        text-align: center;
    }
}
@media(max-width:999.99px){
    .first_title{
        font-size: 40px;
    }
    .big_title,.big_title_email{
        font-size: 40px;
    }
    .section_1 {
        position: relative;
        padding-top: 75px;
        padding-bottom: 100px;
    }    
    .section_3_5{
        padding-bottom: 75px;
    }
    .section_5{
        padding-top: 75px;
        padding-bottom: 75px;
    }
    
}
@media(max-width:767.99px){
    .lp_formaulaire input{
        max-width: 100%;
    }
    .cartes_number::before{
        content: none;
    }
    .col_cartes::before{
        content: none;
    }
    .cartes_number_row::before{
        content: none;
    }
    .colonne_1,.colonne_2,.colonne_3{
        flex-direction: column;
    }
    .section_3{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .section_3_5{
        padding-bottom: 50px;
    }
    .section_5{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .section_7{
        padding-bottom: 50px;
    }
    .section_8{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .section_9 .container{
        padding: 50px;
    }
}
@media(max-width:503.99px){
    .first_title{
        font-size: 35px;
    }
    .big_title,.big_title_email{
        font-size: 35px;
    }
    .description_1{
        font-size: 16px;
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .section_1 {
        position: relative;
        padding-top: 50px;
        padding-bottom: 75px;
    }    
    .matiere_element a{
        font-size: 14px;
    }
    .newletter_form button{
        margin-left: -60px;
    }
    
}
@media(max-width:441.99px){
    .first_title{
        font-size: 30px;
    }
    .big_title,.big_title_email{
        font-size: 30px;
    }
    .section_3{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .section_3_5{
        padding-bottom: 25px;
    }
    .section_7{
        padding-bottom: 25px;
    }
    .section_9 .container{
        padding: 50px;
        padding-left: 25px;
        padding-right: 25px;
    }
    
}
@media(max-width:424.98px){
    .slk_words_2{
        max-width: 100%;
    }
}
@media(max-width:380.98px){
    .first_title{
        text-align: center;
    }
}