.content-wrapper main .posts .post .info .title a {
    color: #02afb9;
        text-decoration: none;
}
.content-wrapper main .posts .post .info .title {
    color: #02afb9;
}

.slider .main-slider .item .rt .desc {
    margin-bottom: 10px;
}

.slider .main-slider .item .rt .title a {
	color: #02afb9;
    text-decoration: none;
}

.slider .main-slider .item .rt .title {
    margin-bottom: 10px;
}

.post-page .link-main {
    position: unset;
    margin: 0 auto;
    transform: unset;
    display: block;
    width: fit-content;
}

.plashka {
    background: #02afb9;
    color: white;
    display: block;
    width: fit-content;
    padding: 5px;
}

.content-wrapper main {
//    display: flex;
    max-width: unset;
}

.post-wrapper {
display: flex;
justify-content: space-between;
}

.post-wrapper .sidebar-slider {
    max-width: 300px;
}

.post-wrapper .post-page {
    margin: unset;
    max-width: 1100px;
}

.wrapper {
    max-width: 1400px;
}

.content-wrapper main .posts {
    max-width: 1050px;
}	

@media screen and (max-width: 1390px) {
    .content-wrapper main .posts .post {
        align-items: unset;
    }
}

@media screen and (max-width: 1000px) {
    .post-wrapper {
	flex-direction: column;
    }

    .post-wrapper .sidebar-slider {
        max-width: unset;
    }
}
