<! DOCTYPE html > < html lang = "en" > < head > < meta charset = "UTF-8" > < title > Thumb </ title > < style > * { margin : 0 ; padding : 0 ; box-sizing : border-box ; } body { background : #e2e8f0 ; font-family : -apple-system , "Helvetica Neue" , Arial , sans-serif ; } .vk-header { background : #fff ; border-bottom : 1px solid #c8cdd5 ; height : 48px ; display : flex ; align-items : center ; padding : 0 16px ; gap : 12px ; min-width : 900px ; } .vk-logo { display : flex ; align-items : center ; text-decoration : none ; flex-shrink : 0 ; } .vk-logo-text { font-size : 18px ; font-weight : 700 ; color : #000 ; letter-spacing : -0.3px ; } .vk-search { flex : 0 0 240px ; position : relative ; margin-left : 120px ; } .vk-search ...