*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}
.section_room_example{
    font-family: 'Roboto', sans-serif;
    position: relative;
    
}
a{
    text-decoration: none;
    color: #000;
}
/*------------------HEAD---------------*/
.room_example_head{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.room_example_head p{
    font-size: 36px;
    margin-top: 300px;
    color: white;
    font-family: 'Roboto', sans-serif;;
    font-weight: 300;
    letter-spacing: 6px;
}
.room_example_head h3{
    color: white;
    font-size: 36px;
    font-weight: 300;
    margin-top: 30px;
    padding-bottom: 50px;
    letter-spacing: 6px;
}
/*-----------------------------ROOM-CONTENT-------------------------------*/
.content_room__start_param__info ul{
    margin-top: 30px;
}
.content_room ul li{
    list-style-type: none;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.content_room__start_param__info ul li{
    margin-top: 10px;
}
.content_room ul li:first-child{
    margin-top: 0;
}
.content_room ul li img{
    margin-right: 14px;
    width: 20px;
    height: 20px;
}
.content_room{
    width: 1210px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 22px;
}
.content_room__start_param{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 100px;
}
.content_room h4{
    font-size: 30px;
}
.content_room > h4{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 80px;
    margin-bottom: 10px;
}
.content_room h4 img{
    margin-right: 13px;
}
.content_room__start_param>a>img{
    width: 638px;
    margin-right: 60px;
}
.content_room>p,.content_room__start_param__info>p{
    margin-top: 30px;
}
.download_button{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 206px;
    background: #FFBF14;
    height: 50px;
    border-radius: 5px;
    margin-top: 40px;
}
.download_button p{
    font-size: 24px;
    font-weight: bold;
}
.info_files{
    margin-top: 26px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.info_files div{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.info_files div:first-child{
    margin-right: 50px;
}
.info_files img{
    margin-right: 13px;
}
.list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.list div{
    margin-top: 25px;
    display: flex;
    align-items: center;
}
.list div:first-child{
    margin-right: 69px;
}
.list div:nth-child(3){
    margin-right: 347px;
}
.list div img{
    margin-right: 20px;
}
.content_room__p2{
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.content_room__p2>img{
    margin-right: 50px;
    width: 538px;
}
.content_room__p2 li:nth-child(4){
    width: 638px;
}
.notice-1,.notice-2{
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.notice-1 img{
    width: 10px;
    margin-right: 15px;
}
.notice-2 img{
    width: 10px;
    height: 74px;
    margin-right: 15px;
}
.first_dif{
    display: flex;
    align-items: center;
    width: 288px;
    margin: 0 auto;
    margin-top: 50px;
}
.first_dif p{
    width: 50%;
    font-weight: bold;
    text-align: center;
}
.first_dif p:nth-child(1){
    color: white;
    background: black;
    padding: 15px 24px 10px 32px;
    border-radius: 5px 0 0 5px;
}
.first_dif p:nth-child(2){
    color: black;
    background: #FFBF14;;
    padding: 15px 22px 10px 23px;
    border-radius: 0 5px 5px 0;
}
.img-comp-container{
    width: 1071px;
    margin: 0 auto;
    margin-top: 30px;
}
.room_example_pwsp{
    display: flex;
    align-items: center;
}
.room_example_pwsp>span{
    color: #FFBF14;
    margin-left: 15px;
    margin-right: 20px;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 38px;
}
.room-2_big_list{
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.room-2_big_list>div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.room-2_big_list>div:first-child{
    margin-right: 50px;
}
.room-2_big_list>div:first-child img:nth-child(2),.room-2_big_list>div:first-child img:nth-child(3){
    margin-top: 30px;
}
.room-2_big_list>div>p{
    margin-top: 30px;
}
.room-2_big_list>div>p:first-child{
    margin-top: 0px;
}
.room_2-solve{
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.room_2-solve>img{
    margin-right: 50px;
}
.second_solve>div ul{
    display: flex;flex-wrap: wrap;
}
.second_solve>div>p:nth-child(2){
    margin-top: 30px;
}
.second_solve>div ul li:nth-child(2){
    margin-right: 50px;
}
.second_list div:first-child{
    margin-right: 65px;
}
.second_list div:nth-child(2){
    margin-right: 305px;
}
.second_list div:nth-child(3){
    margin-right: 95px;
}
.room_2-last_notice{
    background: url(../img/room_example/notice_last-bg.png);
    background-size: cover;
    box-sizing: border-box;
    padding: 27px 27px 40.5px 38px;
    width: 1135px;
    margin: 0 auto;
    margin-top: 58px;
}
.spec_resolv_ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.spec_resolv_ul>li{
    margin-top: 25px !important;

}
.spec_resolv_not{
    display: flex;align-items: center;
    justify-content: space-evenly;
    width: 100%;
    border: 3px solid #FFAD0E;
    border-radius: 100px;
    padding: 20px 20px;
    font-size: 22px;
    font-weight: 700;
    margin-top: 40px;
}
.spec_resolv_not>img{
    width: 50px;
    margin-left: 13px;
}
.planing{
    display: flex;
    margin-top: 25px;
}
.planing_notice{
    width: 780px;
    padding: 27px 29px 18px 38px;
    background-image: url(../img/room2/border.png);
    background-size: 99.9%;
    margin-top: 40px !important;
}