*{
  padding: 0;
  border: 0;
  margin: 0;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Regular.ttf);
}
@font-face {
    font-family: Montserrat-Bold;
    src: url(../fonts/Montserrat-Bold.ttf);
}
@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
    font-family: OpenSans-Bold;
    src: url(../fonts/OpenSans-Bold.ttf);
}
@font-face {
    font-family: GothamPro;
    src: url(../fonts/GothamPro.ttf);
}
@font-face {
    font-family: GothamPro-Bold;
    src: url(../fonts/GothamPro-Bold.ttf);
}
header{
    width: 100%;
    height: 130px;
    font-family: Roboto;
    font-weight: 700;
}
@media (min-width: 1440px){
  .container {
  }
}
.header{
    display: flex;
    justify-content: space-between;
    height: 80px;
}
.logo{
    display: flex;
}
.logo img{
    height: fit-content;
    align-self: center;
}
.nav{
}
.nav ul{
    display: flex;
    height: 80px;
    margin-bottom: 0px;
}
.nav ul a{
    display: block;
    align-self: center;
    padding-left: 15px;
    padding-right: 15px;
}
.nav ul a li{
    display: block;
    text-transform: uppercase;
    color: black;
    font-size: 16px;
    font-family: OpenSans;
}
.social{
    display: flex;
    height: 73px;
    margin-right: 20px;
}
.social a{
    align-self: center;
    margin-left: 15px;
}
.social a img{}
.call{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.call a{
    text-align: right;
}
.phone_call{
    font-size: 21px;
    color: #424242;
    font-family: 'OpenSans-Bold';
}
.call_me{
    color: #424242;
    text-decoration: underline;
    display: flex;
    width: 100%;
    text-align: right;
    justify-content: flex-end;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
    font-family: OpenSans;
}
.call_me img{
    width: 15px;
    height: 15px;
    align-self: center;
    margin-right: 10px;
}
.social_call{
    display: flex;
    height: 100%;
}
.nav ul a li img{
    margin-right: 10px;
}
.cat_check{
    width: 100%;
    height: 50px;
    background-color: #232625;
}
.cat_list{
    display: flex;
    height: 50px;
    justify-content: space-between;
    font-weight: 500;
}
.cat_list a{
    align-self: center;
    color: white;
}
.cat_list a li{
    display: block;
    align-self: center;
    font-family: GothamPro;
}
footer{
    background-color: #232625;
}
.footer_title{
    align-self: center;
}
.footer_title img{}
.footer_title span{
    font-family: GothamPro;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 120%;
    color: white;
    margin-left: 20px;
}
.footer_button{
    background: #FF7E21;
    box-shadow: 0px 3px 0px #D95B00, inset 0px 4px 4px #FF9D56, inset 0px -2px 2px #FF8B37;
    border-radius: 3px;
    width: 255px;
    height: 67px;
    text-align: center;
    line-height: 70px;
    align-self: center;
    font-family: GothamPro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: white;
    cursor: pointer;
}
.hr_d{
    width: 100%;
    height: 1px;
    background-color: #575757;
}
.footer_logo{}
.footer_logo img{
    margin-top: 38px;
}
.footer_logo span{
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 160%;
    color: white;
    display: block;
    margin-top: 13px;
}
.title_footer_social{
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: white;
    margin-top: 56px;
    margin-bottom: 19px;
}
.social_footer{}
.social_footer a{}
.social_footer a img{
    margin-right: 11px;
    margin-bottom: 21px;
}
.footer_button_link{}
.footer_button_link a{
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: white;
}
.footer_download{
    margin-bottom: 3px;
}
.footer_download a{
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: white;
    margin-bottom: 19px;
    text-decoration: underline;
}
.order_call_footer{
    width: 100%;
    text-align: center;
    border: 1px solid #FF7E21;
    color: white;
    height: 58px;
    line-height: 58px;
    font-family: OpenSans;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
}
.contacts_footer{
    margin-top: 56px;
}
.contacts_footer div{
    display: flex;
    margin-bottom: 21px;
}
.contacts_footer div img{
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 13px;
}
.contacts_footer div a{
    display: block;
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: white;
}
.footer_hr{
    border: 1px solid #FF7E21;
    margin-top: 22px;
    margin-bottom: 41px;
}
.title_footer_links{}
.footer_link{}
.footer_link a{
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: white;
}
.title_footer_links{
    font-family: OpenSans;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: white;
    margin-bottom: 30px;
}
.politics{
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: white;
    margin-bottom: 150px;
}
.politics a{
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: white;
}
.footer_start{
    display: flex;
    height: 114px;
    justify-content: space-evenly;
}
.down_footer{
    margin-top: 56px;
}
.sec1{background-image: url(../images/bg_first.png);background-size: cover;}
.title_sec1{
    font-family: GothamPro-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 44px;
    line-height: 120%;
    color: white;
    padding-top: 73px;
    padding-bottom: 43px;
    position: relative;
    z-index: 1;
}
.under_sec1{
    position: relative;
    height: 8px;
    background-color: #ff7e21;
    width: 220px;
    top: -57px;
    z-index: 0;
}
.sec1_text{
    display: flex;
    flex-wrap: wrap;
    width: 67%;
}
.sec1_list{
    width: 50%;
    display: flex;
    margin-bottom: 10px;
}
.sec1_list img{
    width: 22px;
    height: 22px;
    align-self: center;
    margin-right: 10px;
}
.sec1_list span{
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: white;
}
.sec1_get_discount{
    margin-top: 100px;
    display: flex;
    padding-bottom: 90px;
}
.but_sec1_discount{
    background: #FF7E21;
    box-shadow: 0px 3px 0px #d95b00, inset 0px 4px 4px #ff9d56, inset 0px -2px 2px #ff8b37;
    border-radius: 3px;
    width: 255px;
    height: 67px;
    text-align: center;
    line-height: 70px;
    font-family: GothamPro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: white;
    letter-spacing: 0.03em;
}
.watch_video_sec1{
    align-self: center;
    margin-left: 20px;
    display: flex;
}
.watch_video_sec1 img{
    margin-right: 20px;
    width: 37px;
    height: 37px;
}
.watch_video_sec1 span{
    display: block;
    font-family: GothamPro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 15px;
    align-self: center;
    color: white;
}
.sec1_people{background-image: url(../images/circle.png);position: absolute;bottom: 0px;right: 0px;width: 580px;background-repeat: no-repeat;}
.sec1_people img{
    display: block;
    margin: 0 auto;
}
.block_relative{
    position: relative;
}
.sec2{}
.title_sec2{
    font-family: 'GothamPro-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 120%;
    margin-top: 120px;
}
.title_sec2 span{
    position: relative;
    z-index: 1;
}
.text_sec2{
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 130%;
    margin-top: 5px;
}
.quize{
    margin-top: 52px;
    background-image: url(../images/bg_quize.png);
    background-repeat: no-repeat;
    background-position-y: 37px;
}
.padding_unset{ padding-left: 0px; padding-right: 0px;}
.quize_first{margin-top: 37px;padding: 70px 65px;}
.title_quize{
    display: flex;
    justify-content: space-between;
    margin-bottom: 55px;
}
.title_quiz{
    font-family: OpenSans;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
}
.title_quiz span{
    font-family: 'GothamPro-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 120%;
}
.step_quiz{
    align-self: flex-end;
    font-family: 'GothamPro';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 17px;
}
.step_quiz span{}
.choose_witch{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.choose_witch_type{
    width: 300px;
    height: 130px;
    background-color: white;
    box-shadow: 2px 2px 10px rgba(222, 222, 222, 0.25);
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
    display: flex;
}
.bild_choose{margin-left: 20px;margin-top: 34px;}
.bild_choose img{}
.bild_choose span{
    display: block;
    margin-top: 16px;
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
}
.radio_button{
    position: absolute;
    top: 16px;
    right: 12px;
    background: #F1F5F5;
    width: 22px;
    height: 22px;
    border-radius: 10px;
    display: flex;
    cursor: pointer;
}
.radio_check{
    width: 14px;
    height: 14px;
    background-color: #ff7e21;
    margin: 0 auto;
    align-self: center;
    border-radius: 20px;
    cursor: pointer;
    display: none;
}
.next_prev_buttons{
    padding-top: 29px;
    display: flex;
    justify-content: space-between;
}
.btn{
    display: flex;
}
.btn img{
    align-self: center;
}
.btn span{
    font-family: GothamPro;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 17px;
    margin-right: 5px;
    margin-left: 5px;
}
.quize_right_block{background-image: url(../images/calc.png);height: 592px;}
.titel_quize_right{
    text-align: center;
    padding-top: 250px;
    color: white;
    font-family: 'GothamPro-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 30px;
}
.ul_quize_right{
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    color: white;
    width: 70%;
    margin: 0 auto;
}
.ul_quize_right li{margin-bottom: 25px;display: flex;}
.ul_quize_right li img{width: 13px;height: 13px;margin-top: 5px;}
.ul_quize_right li span{
    margin-left: 12px;
}

.title_underline{
    height: 10px;
    background-color: #ff7e21;
    width: 223px;
    position: relative;
    top: -66px;
    left: 257px;
    z-index: 0;
}
.quize_second{
    margin-top: 37px;
    padding: 70px 65px;
}
.squere_choose{
    align-self: center;
    margin: 0 auto;
}
.squere_choose img{}
.squere_choose span{
    font-family: OpenSans;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    margin-left: 20px;
}
.choose_witch_type_step3{
    width: 200px;
    height: 87px;
    background: #FFFFFF;
    box-shadow: 1.3495px 1.3495px 6.74752px rgba(222, 222, 222, 0.25);
    border-radius: 3.37376px;
    margin-bottom: 15px;
    position: relative;
    margin-right: 13px;
}
.bild_choose_step3{
    margin-left: 11px;
    margin-top: 18px;
}
.bild_choose_step3 img{
    display: block;
}
.bild_choose_step3 span{
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 130%;
}
.quize_third{
    margin-top: 37px;
    padding: 70px 65px;
}
.choose_witch_step3{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 90px;
}
.quize_four{
    margin-top: 37px;
    padding: 70px 65px;
}
.title_quize_four{}
.title_quiz_four{
    font-family: 'GothamPro-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 120%;
}
.step_quiz_four{
    font-family: 'GothamPro-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 120%;
    color: #ff7e21;
    margin-bottom: 30px;
}
.quize_info{
    margin-bottom: 85px;
}
.quize_inf{
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 180%;
}
.quize_res_under{
    position: relative;
}
.text_quize_under{
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
}
.text_quize_under span{
    margin-right: 5px;
    color: #ff7e21;
    font-weight: bold;
}
.but_res{
    font-family: OpenSans;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 130%;
}
.arrow_quize{
    position: absolute;
    top: 0;
    right: 0;
}
.arrow_quize img{}
.steps_right_block_2{}
.title_steps_block{
    text-align: center;
    padding-top: 260px;
    color: white;
    font-family: 'GothamPro-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 30px;
    width: 80%;
    margin: 0 auto;
}
.inputs_step{
    width: 80%;
    background: #FFFFFF;
    border-radius: 3px;
    height: 50px;
    margin: 0 auto;
    position: relative;
    margin-top: 18px;
}
.inputs_step input{width: 100%;height: 50px;border-radius: 3px;padding-left: 15px;}
.inputs_step img{
    position: absolute;
    top: 17px;
    right: 17px;
}
.sent_step{
    width: 80%;
    box-shadow: 0px 2px 0px #D95B00, inset 0px 4px 4px #FF9D56, inset 0px -2px 2px #FF8B37;
    border-radius: 3px;
    background: #FF7E21;
    margin: 0 auto;
    display: block;
    margin-top: 18px;
    height: 50px;
    color: white;
    font-family: GothamPro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.03em;
}
.choose_witch_type_step2{
    width: 300px;
    height: 130px;
    background-color: white;
    box-shadow: 2px 2px 10px rgb(222 222 222 / 25%);
    border-radius: 5px;
    margin-bottom: 150px;
    position: relative;
    display: flex;
}
.sec3{
    background-image: url(../images/serv_bg.png);
    margin-top: 50px;
    background-size: cover;
}
.sec3_title{
    font-family: 'GothamPro-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 120%;
    color: white;
    padding-top: 100px;
}
.block_sec3{}
.choose_serv{
    border-radius: 5px;
    height: 43px;
    text-align: center;
    width: fit-content;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 43px;
    font-family: 'GothamPro';
    font-style: normal;
    font-weight: 400;
    color: white;
    font-size: 16px;
    float: left;
    margin-right: 12px;
    border: 1px solid;
    margin-top: 20px;
}
.checked_serv{
    background: #FF7E21;
    color: white;
    font-family: 'GothamPro-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    height: 43px;
    border: unset;
}
.price_list{
    display: flex;
    justify-content: flex-end;
    margin-top: -20px;
}
.price_list a{}
.price_list a img{}
.price_list a span{
    color: white;
    text-decoration: underline;
    font-family: GothamPro;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
}
.block2_sec3{}
.list_serv{
    width: 100%;
    background: rgba(56, 62, 60, 0.6);
    margin-top: 75px;
    position: relative;
    color: white;
    padding-bottom: 20px;
    margin-bottom: 75px;
}
.img_serv{
    display: block;
    position: absolute;
    top: -50px;
    left: calc(50% - 60px);
}
.title_list_serv{
    font-family: GothamPro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    padding-top: 75px;
    margin-bottom: 26px;
}
.hr_serv{
    border: 1px solid #E1E1E1;
    width: 80%;
    margin: 0 auto;
}
.list_serv ul{
    list-style: none;
}
.text_serv_list{
    font-family: GothamPro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
}
.text_serv_list_list{
    text-align: center;
    opacity: 0.7;
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 160%;
}
.watch_more_serv{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 40px;
}
.watch_more_serv a{}
.watch_more_serv a span{
    font-family: GothamPro;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
    text-decoration: underline;
    color: white;
}
.watch_more_serv a img{}
.price_list_serv{
    font-family: GothamPro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    text-decoration: underline;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 19px;
}
.button_get_serv{
    background: #FF7E21;
    box-shadow: 0px 2px 0px #D95B00, inset 0px 4px 4px #FF9D56, inset 0px -2px 2px #FF8B37;
    border-radius: 3px;
    width: 146px;
    margin: 0 auto;
    height: 37px;
    text-align: center;
    line-height: 37px;
    font-family: GothamPro;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0.02em;
    color: white;
    cursor: pointer;
}
.list_serv:hover{
    background-color: white;
    color: black;
}
.list_serv:hover .watch_more_serv a span{
    color: black;
}
.text_serv_list_list::before{
    content: "\2022";    
    margin-right: 5px;
}
.sec4{
    background: #F8F8F8;
    padding-bottom: 150px;
}
.title_sec4{
    font-family: 'GothamPro-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 120%;
    color: #232625;
    padding-top: 120px;
    position: relative;
}
.title_sec4 span{
    position: relative;
    z-index: 1;
}
.under_sec4{
    height: 8px;
    width: 190px;
    background-color: #ff7e21;
    position: absolute;
    bottom: 8px;
    left: 130px;
    z-index: 0;
}
.text_sec4{
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 130%;
    opacity: 0.7;
    margin-top: 13px;
    margin-bottom: 43px;
}
.lists_why{
    display: flex;
}
.list_why{
    width: 25%;
    height: 202px;
    background-color: white;
    box-shadow: 2px 0px 10px rgba(210, 210, 210, 0.25);
    position: relative;
}
.number_list_why{}
.img_list_why{
    display: block;
    margin-top: -25px;
}
.img_list_why img{margin: 0 auto;display: block;margin-left: 120px;}
.text_img_why{
    font-family: OpenSans;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    margin-top: 20px;
}
.triangle_why{
    border: 15px solid transparent;
    border-left: 25px solid rgb(255 255 255);
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: calc(50% - 15px);
    right: -40px;
}
.img_dogovor{
    margin-top: 15px;
}
.img_dogovor img{}
.title_dogovor{
    margin-top: 91px;
    font-family: 'GothamPro-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 120%;
}
.text_dogovor{
    font-family: OpenSans;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    margin-top: 8px;
}
.lists_dogovor{
    margin-top: 51px;
}
.list_dogovor{
    margin-bottom: 37px;
}
.list_dogovor img{}
.list_dogovor span{
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 120%;
    margin-left: 23px;
}
.download_dogovor{
    display: flex;
    margin-left: -122px;
    margin-top: 70px;
}
.download_dogovor_text{
    width: 202px;
    height: 61px;
    font-family: OpenSans;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 130%;
    box-sizing: border-box;
    background: rgb(232 232 232 / 70%);
    box-shadow: 2.43902px 2.43902px 9.7561px #D8D4D4;
    backdrop-filter: blur(12.1951px);
    display: flex;
    margin-right: 20px;
}
.download_dogovor_button{
    background: #FF7E21;
    box-shadow: 0px 2px 0px #D95B00, inset 0px 4px 4px #FF9D56, inset 0px -2px 2px #FF8B37;
    border-radius: 3px;
    width: 191px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    justify-content: center;
}
.download_dogovor_button a{display: flex;justify-content: center;}
.download_dogovor_button a img{
    width: 24px;
    height: 24px;
    align-self: center;
}
.download_dogovor_button a span{font-family: GothamPro;font-style: normal;font-weight: normal;font-size: 16px;color: white;letter-spacing: 0.02em;margin-right: 7px;}
.number_list_why svg{
    display: block;
    margin: 0 auto;
    margin-top: 2px;
}
.list_why:hover{
    background-color: #ff7e21;
    color: white;
}
.list_why:hover .triangle_why{
    border-left: 25px solid rgb(255 126 33);
}
.checked_list_why{
    background-color: #ff7e21;
    color: white;
}
.checked_trial{
    border-left: 25px solid rgb(255 126 33);
}
.download_dogovor_text div{
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 5px;
    width: 195px;
    height: 53px;
    align-self: center;
    margin: 0 auto;
    display: flex;
}
.download_dogovor_text div span{
    text-align: center;
    align-self: center;
    width: 100%;
}
.list_slide1{
    height: 93px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 30px;
}
#slide1_1{background-image: url(../images/weber_op.png);}
#slide1_2{background-image: url(../images/leroy_op.png);}
#slide1_3{background-image: url(../images/wellton_op.png);}
#slide1_4{background-image: url(../images/group_op.png);}
#slide1_5{background-image: url(../images/ytong_op.png);}
#slide1_6{background-image: url(../images/rehau_op.png);}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #FF7E21;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{

}
.owl-theme .owl-dots .owl-dot span{
    background: #ff7e2182;
}
#slide1_1:hover{background-image: url(../images/weber.png);}
#slide1_2:hover{background-image: url(../images/leroy.png);}
#slide1_3:hover{background-image: url(../images/wellton.png);}
#slide1_4:hover{background-image: url(../images/group.png);}
#slide1_5:hover{background-image: url(../images/ytong.png);}
#slide1_6:hover{background-image: url(../images/rehau.png);}
.slider1_owl .owl-nav{
    top: -120px;
    position: absolute;
    right: 30px;
}
.owl-nav .owl-prev{background-image: url(../images/prev_slide.png) !important;width: 40px;height: 40px;}
.owl-nav .owl-next{background-image: url(../images/next_slide.png) !important;width: 40px;height: 40px;}
.slider1_owl{
    position: relative;
}
.slider1{}
.title_slider1{
    font-family: 'GothamPro-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 120%;
    width: 800px;
    padding-top: 127px;
}
.title_slider1 span{}
.slider1_hr{}
.text_slider1{
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 130%;
    width: 750px;
    padding-top: 14px;
    padding-bottom: 48px;
}
.slider2_owl .owl-nav{
    top: -120px;
    position: absolute;
    right: 30px;
}
.list_slide2{
    position: relative;
    padding: 5px;
    background: #FFFFFF;
    box-shadow: 0px 5px 15px #F1EBEB;
    border-radius: 7px;
    padding-bottom: 22px;
    margin-bottom: 50px;
}
.slider2{
    padding-bottom: 100px;
}
.title_slider2{
    font-family: 'GothamPro-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 120%;
    padding-bottom: 57px;
    padding-top: 100px;
}
.slider2_owl{
    position: relative;
}
.img_slide2{}
.img_slide2 img{}
.block_promotion_top{
    width: 100px;
    height: 35px;
    display: flex;
    justify-content: center;
    background: #232625;
    border-radius: 0px 5px 5px 0px;
    position: absolute;
    top: 30px;
}
.block_promotion_top span{
    align-self: center;
    font-family: 'GothamPro-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    color: white;
    margin-right: 7px;
}
.block_promotion_top img{
    width: 21px !important;
    height: 21px;
    align-self: center;
}
.title_time_slide2{
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
/* identical to box height, or 129% */
    color: #808080;
    padding-left: 12px;
    padding-top: 12px;
    padding-bottom: 13px;
}
.title_slide2{
    font-family: 'GothamPro-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
/* or 120% */


/* 2 */
    color: #232625;
    padding-left: 12px;
    padding-bottom: 16px;
}
.more_slide2{
    padding-left: 12px;
}
.more_slide2 a{
    display: flex;
}
.more_slide2 a span{
    font-family: GothamPro;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
/* identical to box height, or 171% */


/* 2 */
    color: #232625;
    margin-right: 6px;
}
.more_slide2 a img{
    width: 18px !important;
    height: 18px;
    align-self: center;
}
.text_slide2{
    padding-left: 12px;
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #232625;
    opacity: 0.7;
    padding-bottom: 18px;
}
.sec6{background-image: url(../images/ask_bg.png);padding-bottom: 25px;background-size: cover;}
.block_sec6{
    position: relative;
}
.sec6_title{
    font-family: 'GothamPro-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    color: white;
    line-height: 120%;
    padding-top: 94px;
    padding-bottom: 32px;
}
.sec6_text{
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 130%;
    color: white;
    width: 570px;
    padding-bottom: 42px;
}
.block_sec6 form{
    display: flex;
    width: 660px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.input_ask{
    position: relative;
}
.input_ask_form{
    background: #161818;
    border: 1px solid rgba(255, 255, 255, 0.5);
    
/* Note: backdrop-filter has minimal browser support */
    border-radius: 3px;
    width: 300px;
    height: 50px;
    padding-left: 15px;
    color: white;
    backdrop-filter: blur(8px);
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    z-index: 1;
}
.input_ask img{
    right: 35px;
    align-self: center;
    z-index: 2;
    position: relative;
}
.submit_ask{
    background: #FF7E21;
    box-shadow: 0px 2px 0px #D95B00, inset 0px 4px 4px #FF9D56, inset 0px -2px 2px #FF8B37;
    border-radius: 3px;
    width: 300px;
    height: 50px;
    color: white;
    margin-top: 21px;
    cursor: pointer;
}
.radio_ask{
    width: 100%;
    display: flex;
    margin-top: 24px;
}
.ask_agree{
    width: 320px;
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
/* or 171% */
    color: #8C8C8C;
    margin-left: 15px;
}
.radio_button_ask{
    background: #F1F5F5;
    width: 22px;
    height: 22px;
    border-radius: 10px;
    display: flex;
    margin-left: 5px;
}
.radio_check_ask{
    width: 14px;
    height: 14px;
    background-color: #ff7e21;
    margin: 0 auto;
    align-self: center;
    border-radius: 20px;
    cursor: pointer;
}
.img_ask{
    position: absolute;
    top: -25px;
    right: 0;
}
.img_ask img{}
.sec7{}
.title_sec7{
    margin-top: 117px;
    margin-bottom: 50px;
    position: relative;
}
.title_sec7 span{
    font-family: 'GothamPro-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 120%;
    position: relative;
    z-index: 1;
}
.hr_sec7{
    height: 8px;
    width: 125px;
    background-color: #ff7e21;
    z-index: 0;
    position: absolute;
    bottom: 7px;
}
.complete_work_lists{}
.complete_work_list{
    position: relative;
    z-index: 1;
}
.silder_work{}
.silder_work_list{}
.silder_work_list img{}
.price_work{
    width: 148px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    background-color: #ff7e21;
    color: white;
    position: absolute;
    top: 20px;
    z-index: 2;
    font-family: 'GothamPro-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    border-radius: 0px 5px 5px 0px;
}
.title_work_slide{
    font-family: 'GothamPro-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    padding-top: 21px;
    padding-bottom: 18px;
}
.info_lists_work{
    padding-bottom: 20px;
}
.info_list_work{
    display: flex;
    padding-bottom: 12px;
}
.info_list_work img{
    margin-right: 7px;
}
.info_list_work span{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
/* identical to box height, or 100% */
    color: #6F6F6F;
}
.what_was{
    display: flex;
    justify-content: center;
    padding-bottom: 16px;
}
.what_was a{
    display: flex;
}
.what_was a img{
    width: 20px;
    height: 20px;
    align-self: center;
    margin-right: 9px;
}
.what_was a span{
    font-family: GothamPro;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 17px;
    color: #232625;
}
.work_button{
    width: 100%;
    height: 63px;
    text-align: center;
    line-height: 63px;
    border: 1px solid #FF7E21;
    box-sizing: border-box;
    font-family: GothamPro;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}
.silder_work .owl-nav{
    position: absolute;
    bottom: 0px;
    background-color: white;
}
.silder_work .owl-nav .owl-next{background-image: url(../images/next.png)!important;width: 26px;height: 30px;background-position: center !important;background-repeat: no-repeat !important;}
.silder_work .owl-nav .owl-prev{background-image: url(../images/prev.png)!important;width: 26px;height: 30px;background-position: center !important;background-repeat: no-repeat !important;}
.silder_work .owl-dots{
    position: absolute;
    bottom: 0px;
    right: 0;
}
.silder_work .owl-dots .owl-dot{}
.silder_work .owl-dots .owl-dot span{
    background-color: white;
    border: 1px solid #ff7e21;
}
.silder_work .owl-dots.active .owl-dot{}
.silder_work .owl-dots.active .owl-dot, .silder_work .owl-dots .owl-dot:hover  span{}
.work_see_all{
    width: 341px;
    height: 67px;
    background: #FF7E21;
    box-shadow: 0px 2px 0px #D95B00, inset 0px 4px 4px #FF9D56, inset 0px -2px 2px #FF8B37;
    border-radius: 3px;
    text-align: center;
    color: white;
    display: flex;
    line-height: 67px;
    justify-content: center;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 167px;
    cursor: pointer;
}
.work_see_all span{
    font-family: GothamPro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.02em;
}
.work_see_all img{
    width: 24px;
    height: 24px;
    align-self: center;
    margin-left: 8px;
}
.sec8{background: #F8F8F8;padding-bottom: 160px;}
.title_sec8{
    padding-top: 125px;
    position: relative;
    margin-bottom: 31px;
}
.title_sec8 span{
    font-family: 'GothamPro-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 120%;
    position: relative;
    z-index: 1;
}
.hr_sec8{
    height: 8px;
    width: 140px;
    background-color: #ff8228;
    z-index: 0;
    position: absolute;
    bottom: 7px;
}
.text_sec8{
    display: flex;
    justify-content: space-between;
    margin-bottom: 55px;
}
.text1_sec8{
    display: flex;
}
.text1_sec8 img{}
.text1_sec8 span{
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 130%;
    margin-left: 10px;
}
.text2_sec8{
    display: flex;
}
.text2_sec8 img{}
.text2_sec8 span{
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 130%;
    margin-left: 10px;
}
.texts_sec8{
    position: relative;
    height: 200px;
}
.list_sec8{
    position: absolute;
    top: 0px;
    background-color: #f8f8f8;
}
.title_list_sec8{
    font-family: 'GothamPro-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 120%;
    height: 60px;
    position: relative;
    z-index: 1;
}
.number_list_sec8{
    font-family: 'GothamPro-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 80.3829px;
    line-height: 120%;
    color: white;
    position: absolute;
    top: -20px;
    right: 0px;
}
.text_list_sec8{
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
/* or 18px */


/* 2 */
    color: #232625;
    opacity: 0.8;
    margin-bottom: 5px;
    overflow: hidden;
    height: 55px;
    transition: 0.5s ease;
}
.read_list_sec8{}
.read_list_sec8 img{
    margin-right: 5px;
}
.read_list_sec8 span{
    font-family: GothamPro;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    cursor: pointer;
    border-bottom: 1px solid #FF7E21;
}
.slider_sec9 .owl-nav{
    top: -120px;
    position: absolute;
    right: 30px;
}
.slider_sec9 .owl-dots .owl-dot{}
.slider_sec9 .owl-dots .owl-dot span{
    background-color: white;
    border: 1px solid #ff7e21;
    width: 18px;
    height: 18px;
}
.slider_sec9 .owl-dots.active .owl-dot{}
.slider_sec9 .owl-dots.active .owl-dot, .silder_work .owl-dots .owl-dot:hover  span{}
.sec9{
    padding-bottom: 100px;
}
.title_sec9{
    font-family: 'GothamPro-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 120%;
    padding-top: 95px;
    margin-bottom: 5px;
}
.text_sec9{
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 130%;
    margin-bottom: 75px;
}
.slider_sec9_list{
    margin-bottom: 31px;
}
.sec10{
    background-image: url(../images/form_bg.png);
    color: white;
    position: relative;
    padding-bottom: 70px;
}
.img_order{
    position: absolute;
    bottom: -2px;
    right: 0;
}
.img_order img{}
.title_sec10{
    width: 750px;
    padding-top: 90px;
    padding-bottom: 34px;
    position: relative;
}
.title_sec10 span{
    font-family: 'GothamPro-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 120%;
    position: relative;
    z-index: 1;
}
.hr_sec10{
    height: 8px;
    width: 185px;
    background-color: #ff7e21;
    z-index: 0;
    position: absolute;
    bottom: 90px;
}
.text_sec10{
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 140%;
    width: 540px;
    padding-bottom: 70px;
}
.button_sec10{
    width: 225px;
    height: 67px;
    text-align: center;
    line-height: 67px;
    background: #FF7E21;
    box-shadow: 0px 2px 0px #D95B00, inset 0px 4px 4px #FF9D56, inset 0px -2px 2px #FF8B37;
    border-radius: 3px;
    font-family: GothamPro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.02em;
}
.sec11{
    padding-bottom: 85px;
}
.title_sec11{
    padding-top: 134px;
    padding-bottom: 60px;
}
.title_sec11 span{
    font-family: 'GothamPro-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 120%;
    color: #232625;
}
.hr_sec11{
    height: 8px;
    width: 140px;
    z-index: 0;
    position: absolute;
    top: 85px;
    background-color: #ff7e21;
    left: 108px;
}
.text_sec11{
    display: flex;
    margin-bottom: 25px;
}
.text_sec11 img{
    width: 32px !important;
    height: 32px;
}
.text_sec11 span{
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 130%;
    color: #FF7E21;
    margin-left: 10px;
}
.video_text{
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
}
.read_more_video{
    margin-top: 18px;
    margin-bottom: 82px;
    display: flex;
}
.read_more_video span{
    font-family: GothamPro;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    margin-right: 5px;
}
.read_more_video img{
    height: 18px;
    width: 18px !important;
    align-self: center;
}
.send_review{
    background: #FF7E21;
    box-shadow: 0px 2px 0px #D95B00, inset 0px 4px 4px #FF9D56, inset 0px -2px 2px #FF8B37;
    border-radius: 3px;
    width: 260px;
    height: 67px;
    text-align: center;
    line-height: 67px;
    color: white;
    font-family: GothamPro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.02em;
    cursor: pointer;
}
.slider_sec11_block{
    width: 450px;
    height: 320px;
    background-color: #ff7e21;
    position: absolute;
    top: 0px;
    right: 30px;
}
.slider_sec11{
    position: relative;
}
.block_list_slider_a{
    position: absolute;
    top: 15px;
    right: 45px;
}
.block_list_slider_a img{}
.play_review_a{
    position: absolute;
    top: calc(50% - 25px);
    right: calc(50% - 25px);
}
.play_review_a img{
    width: 50px !important;
}
.slider_sec11_row{
    height: 410px;
}
.count_slide{
    font-family: 'GothamPro-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 31.08px;
    line-height: 120%;
    color: black;
    position: absolute;
    bottom: -50px;
}
.user_slide{
    color: black;
    font-family: OpenSans;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    position: absolute;
    bottom: -35px;
    right: 0px;
}
.count_slide span{
    font-size: 20px;
}
.slider_sec11 .owl-nav{
    position: absolute;
    bottom: 0px;
    left: calc(50% - -150px);
}
.slider_sec11 .owl-nav .owl-next{}
.slider_sec11 .owl-nav .owl-perv{}
.slider_sec12{
    position: relative;
}
.slider_sec12 .owl-nav{
    position: absolute;
    top: -92px;
    right: 0px;
}
.sec12{
    background: #F8F8F8;
    padding-bottom: 72px;
}
.title_sec12{
    font-family: 'GothamPro-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 120%;
    padding-top: 129px;
    padding-bottom: 25px;
}
.list_sec12{
    display: flex;
    margin-bottom: 32px;
}
.idea_list{
    height: 49px;
    border-radius: 5px;
    background-color: white;
    margin-right: 10px;
    line-height: 49px;
    padding: 0px 15px;
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    cursor: pointer;
}
.idea_list:hover{border: 1px solid #FF7E21;}
.active_idea{
    border: 1px solid #FF7E21;
}
.steps_right_block_3{}
.faq_right_block{
    background-image: url(../images/faq_right.png);
    height: 600px;
    width: 420px;
    background-repeat: no-repeat;
    margin: 0 auto;
    border-radius: 0px 0px 10px 10px;
}
.faq_agree{
    width: 320px;
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
/* or 171% */
    color: #8C8C8C;
    margin-left: 5px;
}
.radio_faq{
    width: 90%;
    display: flex;
    margin: 0 auto;
    margin-top: 24px;
}
.sec13{
    padding-top: 77px;
    padding-bottom: 85px;
}
.title_faq{
    font-family: 'GothamPro-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 120%;
    margin-bottom: 32px;
    margin-top: 50px;
}
.faq{}
.faq_ask{
    background: #F2F2F2;
    border-radius: 5px;
    height: 53px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
    font-weight: bold;
}
.faq_ask span{
    align-self: center;
    padding-left: 28px;
    font-family: OpenSans;
    font-style: normal;
    font-size: 18px;
}
.faq_ask img{
    width: 22px;
    height: 22px;
    align-self: center;
    margin-right: 15px;
}
.faq_answer{
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    padding: 24px;
    display: none;
}
.checked_answer{
    background: #FF7E21;
    color: white;
    font-weight: 400;
}
.slider_sec12 .owl-dots .owl-dot span{
    background-color: white;
    border: 1px solid #ff7e21;
    width: 18px;
    height: 18px;
}
.slider_sec14 .owl-dots .owl-dot span{
    background-color: white;
    border: 1px solid #ff7e21;
    width: 18px;
    height: 18px;
}
.sec14{
    padding-top: 103px;
    padding-bottom: 61px;
    background-image: url(../images/bg_worker.png);
    border-radius: 10px;
    background-size: cover;
}
.title_sec14{
    font-family: 'GothamPro-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 120%;
    color: white;
    margin-bottom: 15px;
}
.text_sec14{
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 130%;
    width: 740px;
    color: white;
    margin-bottom: 64px;
}
.slider_sec14{
    position: relative;
}
.block_slider14{
    margin-bottom: 40px;
}
.block_slider14 img{
    height: 300px;
}
.name_slider14{
    font-family: 'GothamPro-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 120%;
    color: white;
    margin-top: 14px;
    margin-bottom: 4px;
}
.prof_slider14{
    font-family: GothamPro;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
    color: #FF7E21;
}
.exp_slider14{
    font-family: GothamPro;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
    color: #FFFFFF;
    opacity: 0.5;
}
.slider_sec14 .owl-nav{
    position: absolute;
    top: -100px;
    right: 0;
}
.sec15{
    background: #F8F8F8;
    padding-top: 120px;
    padding-bottom: 92px;
}
.title_sec15{
    font-family: 'GothamPro-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 120%;
    margin-bottom: 50px;
}
.choose_sec15{
    border-bottom: 1px solid #80808063;
}
.rem_list{
    text-align: center;
    padding-bottom: 24px;
    position: relative;
    cursor: pointer;
    height: 75px;
}
.rem_list span{
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    height: 48px;
}
.triange_rem{
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 6px solid #ff7e21;
    position: absolute;
    bottom: 0px;
    left: calc(50% - 3px);
    display: none;
}
.text_sec15{
    padding-top: 44px;
    padding-bottom: 25px;
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
}
.read_more_sec15{}
.read_more_sec15 a{}
.read_more_sec15 a span{
    font-family: GothamPro;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #232625;
}
.read_more_sec15 a img{}
.checked_rem_list{
    border-bottom: 1px solid #FF7E21;
}
.rem_list:hover{
     border-bottom: 1px solid #FF7E21;
}
.rem_list:hover .triange_rem{
    display: block;
}
.sec16{
    padding-top: 58px;
    position: relative;
}
.title_sec16{
    font-family: 'GothamPro-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 120%;
    margin-bottom: 20px;
}
.phone_sec16{
    display: flex;
    margin-bottom: 45px;
}
.phone_sec16 img{
    width: 24px;
    height: 24px;
    align-self: center;
}
.phone_sec16 span{
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 130%;
    display: block;
    margin-left: 22px;
}
.position_sec16{
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 130%;
    margin-bottom: 45px;
    display: flex;
}
.position_sec16 img{
    width: 24px;
    height: 24px;
}
.position_sec16 span{
    display: block;
    margin-left: 22px;
}
.email_sec16{
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 130%;
    margin-bottom: 45px;
    display: flex;
}
.email_sec16 img{
    width: 24px;
    height: 24px;
    align-self: center;
}
.email_sec16 span{
    display: block;
    margin-left: 22px;
}
.time_sec16{
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 130%;
    display: flex;
    margin-bottom: 85px;
}
.time_sec16 img{
    width: 24px;
    height: 24px;
    align-self: center;
}
.time_sec16 span{
    display: block;
    margin-left: 22px;
}
.y_map{position:absolute;right: 0px;bottom: 0px;width: 50%;overflow:hidden;}
.humburger{
    width: 60px;
    height: 60px;
    display: flex;
    cursor: pointer;
}
.header_m{
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.logo_m{
    display: flex;
}
.logo_m img{
    width: 150px;
    height: 50px;
    align-self: center;
    margin-left: 10px;
}
.humb{
    width: 30px;
    height: 30px;
    align-self: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-evenly;
}
.line_humb{
    width: 100%;
    height: 4px;
    background-color: black;
    border-radius: 25px;
}