.home_header{flex-direction:column;align-items:center;gap:60px;width:100%;height:718px;display:flex;position:relative}.home_header_background{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute}.home_header_texts{z-index:2;flex-direction:column;align-items:center;gap:20px;width:100%;height:fit-content;margin-top:361px;display:flex}.home_header_main_text,.home_header_secondary_text,.home_header_description{color:var(--usual-gray);letter-spacing:-.48px;text-align:center;font-size:24px;line-height:1}.home_header_main_text{font-family:Bold;font-weight:700}.home_header_secondary_text{font-family:Regular;font-weight:400}@media (320px<=width<=600px){.home_header{gap:16px;padding:0 16px}.home_header_texts{gap:16px;width:100%;max-width:502px;margin-top:100px;top:100px}.home_header_main_text,.home_header_secondary_text,.home_header_description{font-size:20px;line-height:1.3}.home_header_description{max-width:344px;font-size:14px}}@media (601px<=width<=900px){.home_header{gap:16px;padding:0 16px}.home_header_texts{gap:16px;width:100%;max-width:502px;margin-top:100px;top:100px}.home_header_main_text,.home_header_secondary_text,.home_header_description{font-size:20px;line-height:1.3}.home_header_description{max-width:344px;font-size:14px}}
.home_search_form{z-index:2;background:#12121212;border:1px solid #3636364d;border-radius:8px;flex-wrap:wrap;gap:20px;width:1066px;padding:28px 40px;display:flex}@media (320px<=width<=600px){.home_search_form{width:100%;max-width:328px}}@media (601px<=width<=1240px){.home_search_form{max-width:564px}}
.select_container{flex-direction:column;gap:8px;width:231px;height:fit-content;display:flex;position:relative}.select_search_btn,.select_dropdown_list_item_btn,.select_name,.selected_name{letter-spacing:-.48px;font-family:Regular;font-size:16px;font-weight:400;line-height:1}.select_name{color:#e0dada}.select_dropdown_container{cursor:pointer;background:#36363633;border:1px solid #36363680;border-radius:4px;justify-content:space-between;align-items:center;width:100%;height:48px;padding:0 16px;display:flex;position:relative}.selected_name{color:var(--white)}.select_dropdown_angle{width:24px}.select_dropdown{background:var(--black);border:solid 1px var(--dark-gray);z-index:2;border-top:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px;width:calc(100% + 2px);height:fit-content;max-height:250px;padding:8px 0;display:none;position:absolute;top:46px;left:-1px;overflow-y:auto}.select_dropdown::-webkit-scrollbar{background:var(--gray);border-radius:4px;width:5px}.select_dropdown::-webkit-scrollbar-thumb{background:var(--blue);border-radius:4px}.select_dropdown_list{flex-direction:column;width:100%;display:flex}.select_dropdown_list_item{cursor:pointer;list-style:none}.select_dropdown_list_item_btn{text-align:left;width:100%;height:100%;color:var(--gray);padding:8px 16px;font-size:14px}.select_dropdown_list_item_btn:hover{background:var(--deep-gray)}.select_search_btn{background:var(--blue);color:var(--white);justify-content:center;gap:8px;transition:all .5s}.select_search_btn:hover{background:var(--dark-blue)}.select_search_btn_icon{width:24px}.select_container_error{position:absolute;top:105%}@media (320px<=width<=600px){.select_container{width:100%;max-width:290px}.select_dropdown_container{border:solid 1px var(--dark-gray);cursor:pointer;background:var(--dark-gray);border-radius:4px;justify-content:space-between;align-items:center;width:100%;height:48px;padding:0 16px;display:flex;position:relative}.select_search_btn{background:var(--blue);justify-content:center}}
.new_posts_section{flex-direction:column;gap:10px;width:100%;max-width:1920px;padding:32px 80px 64px;display:flex}.new_post,.new_post_img{border-radius:8px}@media (320px<=width<=900px){.new_posts_section{padding:32px 16px}}
