.back__link a {
    max-width: 214px;
}

.title__single .title-post {
    font-size: 65px;
    color: #414242;
    font-family: "Proxima-Nova-light" !important;
    font-weight: 300;
    line-height: 1.5;
    margin-top: 0;
}

.content__single a {
    color: #FF3399;
}

.content__single p {
    line-height: 23px;
    font-size: 17px;
}

.main__single .news__post .title {
    font-size: 24px;
    font-family: "Proxima-Nova-light" !important;
    line-height: 1.5;
    text-transform: uppercase;
    padding: 40px 0 20px;
}

.main__single .news__post .content__type {
    border-top: 1px solid #BFBFBF;
    border-bottom: 1px solid #BFBFBF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.main__single .news__post .content__type .tab__type {
    padding-left: 0;
    list-style: none;
    display: flex;
    gap: 25px;
}

.main__single .news__post .content__type .tab__type li a {
    text-decoration: none;
    font-size: 15px;
}

.main__single .news__post .content__type .tab__type li.active a {
    font-weight: bold;
}

.main__single .news__post .content__type select[name="content__tab"] {
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 15px;
    outline: none;
    font-weight: bold;
    padding-right: 50px;
    background: url(../img/arrow-down.svg) no-repeat center right;
}

.news__post__list {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.news__post__list .block__post--featured {
    width: calc(100% / 3 - 12px);
    margin-bottom: 30px;
    padding: 0;
    text-decoration: none;
    color: inherit;
}

.news__post__list .block__post--featured .content {
    font-size: 17px;
}

@media screen and (max-width: 1024px) {
    .news__post__list .block__post--featured {
        margin-right: 0;
    }

    .title__single .title-post {
        font-size: 55px;
    }
}

@media screen and (max-width: 768px) {
    .news__post__list .block__post--featured {
        width: calc(100% / 2 - 9px);
    }

    .title__single .title-post {
        font-size: 45px;
    }
}

@media screen and (max-width: 550px) {
    .main__single .news__post .content__type {
        flex-wrap: wrap;
        justify-content: center;
        border-bottom: none;
    }

    .main__single .news__post .content__type .tab__type {
        width: 100%;
        justify-content: center;
        border-bottom: 1px solid #BFBFBF; 
        padding-bottom: 13px;
    }

    .main__single .news__post .content__type select[name="content__tab"] {
        display: inline-block;
        width: auto;
    }
    .news__post__list{
    	margin-top:  0;
    }
}

@media screen and (max-width: 460px) {
    .title__single .title-post {
        font-size: 35px;
    }

    .news__post__list .block__post--featured {
        width: 100%;
    }
    .main__single .content__single{
    	text-align: justify;
    }
    .back__link a{
    	margin:  0 auto;
    }
}