.posts__item {
    padding: 5px 5px 10px 5px;
    border: 1px solid #3b3b3b80;
    border-radius: 20px;
    transition: 0.3s;
}

.posts__item:hover {
    opacity: 0.7;
}

.up-main__wrap {
    --up-grid-columns: 5;
}

.up-page img {
    width: 100%;
}

.breadcrumbs+h1 {
    margin-top: 1rem;
}

.backBtn {
    border: 1px solid #a7a7a7a6;
    width: 170px;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border-radius: 10px;
    transition: 0.3s;
    margin-bottom: 10px;
}

.backBtn:hover {
    background: black;
    transform: translateX(5px);
}

.two-col-img {
    display: flex;
    gap: 10px;
    margin: 10px 0 20px;
}

.two-col-img > img {
    width: 50%;
}

/*************БЛОК "Получите готовый ПК"*************/
.order-cta-block {
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #292929;
    background: #222;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.order-cta-block_text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    text-align: center;
}

.order-cta-block_text h4,
p {
    margin: 0;
}

.order-cta-block_text h4 {
    color: white;
    font-size: 17px;
    font-weight: 700;
}

.order-cta-block_text p {
    color: #ffffff66;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.order-cta-block_btn {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff1a;
    width: 100%;
}

.order-cta-block_btn>a:nth-child(1) {
    width: 100%;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    background: #FF453A;
    color: white;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
}

.order-cta-block_btn>a:nth-child(2) {
    width: 100%;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    color: white;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #454545;
}

.order-cta-block_social {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    width: 100%;
}

.order-cta-block_social a {
    background: #292929;
    padding: 10px;
    border-radius: 10px;
    color: white;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.order-cta-block_social a>img {
    width: 22px;
}

.order-cta-social-label {
    margin-top: -25px;
    background: #222222;
    padding: 0 5px;
    margin-bottom: -5px;
    color: #555;
    font-size: 14px;
    font-weight: 400;
}

/***************************************************/

@media screen and (max-width: 700px) {
    .two-col-img {
        flex-direction: column;
    }

    .two-col-img > img {
        width: 100%;
    }
}
