.content {
    padding-top: 24px;
    gap: 50px;
}

.title-wrapper {
    padding: 48px 80px 48px 52px;
    width: 40%;
    gap: 24px;
    justify-content: space-between;
    background-color: #f5f5f5;
}

.title > h1 {
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
    color: #2d2d2d;
}

.post-image {
    width: 50%;
}

.post-image > img {
    width: 100%;
    height: 100%;
}

.author-icon {
    align-items: center;
    gap: 8px;
}

.author-wrapper {
    gap: 15px;
    align-items: center;
}

.author-icon > img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.author-name {
    font-weight: 600;
    font-size: 14px;
    color: #797979;
}

.author-date {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.post-section {
    gap: 30px;
}

.navigation-wrapper {
    width: 150px;
}

.social-nav {
    width: 60px;
    height: 40px;
    background-color: #f5f5f5;
}

.sidebar-wrapper {
    gap: 12px;
    width: 300px;
    min-width: 300px;
}

.singles-wrapper {
    background-color: #f5f5f5;
    padding: 30px;
    justify-content: space-between;
}

.info-single-wrapper {
    gap: 8px;
    max-width: 50%;
    justify-content: space-between;
}

.title-single {
    font-size: 20px;
    line-height: 21px;
    font-weight: 600;
    margin: 0;
}

.description-single {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    margin: 0;
}

.rating-system-wrapper {
    border: 1px solid #D5D5D5;
    padding: 30px;
    gap: 16px;
}

.title-rating {
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    color: #2D2D2D;
}

.subtitle-rating {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #2D2D2D;
}

.description-rating {
    line-height: 22px;
    font-size: 16px;
    color: #2D2D2D;
}

.must-read-wrapper {
    background-color: #f5f5f5;
    padding: 30px;
    gap: 12px;
}

.must-read-blog-wrapper {
    gap: 16px;
}

.mustread-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}

.must-read-blog {
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: unset;
    font-size: 14px;
    font-weight: 400;
}

.mustread-link {
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: -0.1px;
    margin-top: 28px;
    color: #1789D5;
    text-decoration: none;
}

.must-read-blog:hover {
    text-decoration: underline;
}

.social-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.social-links-wrapper {
    gap: 8px;
}

.navigation-wrapper {
    gap: 8px;
}

.navigation-left {
    background-color: #f5f5f5;
}

.nav-left-title {
    padding-left: 14px;
    padding-top: 14px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #000;
    padding-bottom: 7px;
    border-bottom: 1px solid #e7e7e7;
}

.nav-left-li {
    padding: 12px 16px;
    cursor: pointer;
    user-select: none;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #797979;
}

.nav-left-li:hover {
    background-color: #e7e7e7;
}

.nav-left-links {
    max-height: 248px;
    overflow-y: scroll;
}

.nav-left-links {
    overflow-y: scroll;
    scrollbar-width: thin; /* Для Firefox */
    scrollbar-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0); /* Цвет полосы прокрутки */
}

.nav-left-links::-webkit-scrollbar {
    width: 1px; /* Ширина полосы прокрутки */
}

.facebook:hover {
    background-color: #4168b1;
}

.facebook:hover > svg > path {
    fill: #fff;
}

.twitter:hover {
    background-color: #1da1f1;
}

.twitter:hover > svg > path {
    fill: #fff;
}

.post-text-wrapper {
    gap: 40px;
    width: 100%;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #2d2d2d;
}

.post-text-wrapper a {
    color: #1789D5;
    text-decoration: none;
    font-weight: 600;
} 

.post-text-wrapper li {
    margin-top: 8px;
}

.post-text-wrapper h2 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    color: #2D2D2D;
}

.post-text-wrapper h1 {
    white-space: break-spaces;
    font-weight: 700;
	line-height: 46px;
    font-size: 46px;
}

.navigation-left ul {
    padding-inline-start: 0;
}

.navigation-left li {
    list-style-type: none;
    padding: 12px 16px;
    cursor: pointer;
    user-select: none;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #797979;
	word-wrap: break-word;
}

.post-title-wrapper {
    max-height: 360px;
}

.fixed {
    position: fixed;
    top: 50px;
    width: 128px;
}


.title-text {
    font-size: 36px;
    line-height: 40px;
}

.title-review {
    background-color: unset;
}

.image-icon-wrapper {
    box-shadow: 0px 20px 60px -5px rgba(1, 2, 51, 0.19);
    width: 100%;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.review-wrapper {
    gap: 23px;
}

@media (max-width: 700px) {
    .title-wrapper {
        padding: 25px 62px 17px 19px;
        width: auto;
    }
	
	.post-title-wrapper {
		max-height: unset;
	}
}