.header{display:flex;justify-content:space-between;align-items:center;padding:64px 0}.header img{cursor:pointer}.header nav ul{display:flex;align-items:center;gap:32px}.header nav ul li{list-style-type:none}.header nav ul li a{color:var(--white);font-size:21px;padding:10px}.header nav ul li a.current{border-left:2px solid var(--green);padding-left:5px}.search{display:flex;align-items:center;border:none}.search input{background-color:var(--dark-bg);color:var(--white);padding:14px;font-size:1rem;height:44px;border:none;border-radius:4px 0 0 4px;outline:none}.search ::placeholder{color:var(--white)}.search .icon-search{height:44px;width:70px;background-color:var(--button-bg);border:none;border-radius:0 4px 4px 0;cursor:pointer;background-image:url(/assets/search.c7920dc0.svg);background-repeat:no-repeat;background-position:center;background-size:auto}@media (max-width:980px){.header{flex-direction:column;gap:20px}}.main-content{display:flex;gap:110px;padding:60px 0;justify-content:space-between}h2{font-size:1.5rem;line-height:2.25rem;color:var(--purple-bg)}p{font-size:1rem;line-height:1.5rem;color:#000}p.post-date{font-size:1rem;line-height:1.1875rem;padding-bottom:.5rem;color:#000}p.post-text{padding-top:.5rem}.main-content-post{display:flex;flex-direction:column;width:100%;max-width:569px}.main-content-post .post-image,.main-content-post .post-image img,.main-content-post .post-content{width:100%}.single-side-post{padding:1.5rem 0;width:100%;max-width:467.74px;border-bottom:1px solid #F2E7FA}h2{display:flex;flex:none;order:1;flex-grow:0}.single-side-post:nth-child(1){padding-top:0}.single-side-post:nth-child(2){border-bottom:none}.mainPost{display:flex;gap:30px;width:100%;justify-content:space-between;padding-bottom:40px}.main-text{width:50%;max-width:570px;display:flex;gap:16px;flex-direction:column}.main-text h1{font-size:36px;line-height:54px;color:var(--button-bg)}.main-text p{font-size:18px;line-height:27px;color:var(--white)}.main-text a{font-size:18px;line-height:27px;color:var(--button-bg);display:flex;align-items:center;gap:8px}.main-image{width:50%;max-width:570px}.main-image img{width:100%;height:100%}.oldPosts{width:100%;display:flex;justify-content:space-between;gap:30px}.single-oldPost{width:100%}.oldPost-image{width:100%;padding-bottom:1rem}.oldPost-image img{width:100%}main,.content{padding:0 2%}.content{padding-bottom:100px}.line{border-bottom:4px solid #4FFF4B}:root{--purple-bg: #290742;--dark-bg: #170027;--button-bg: #9e6dc2;--white: #fff;--light-purple: #fbf6ff;--green: #4fff4b}*{margin:0;padding:0;box-sizing:border-box}h1,h2{font-family:Poppins,sans-serif;font-weight:700}a,p{font-family:Roboto,sans-serif;font-weight:400;text-decoration:none}main{background:var(--purple-bg)}.container{width:100%;max-width:1440px;margin:0 auto}
