﻿.wrtite_comment input,
.comment input{
    width: 100%;
    background-color: white;
    margin-bottom: 20px;
    font-family: 'Golos-Text';
    font-size: 17px;
    color: var(--text-color);
    border: 1px solid #ACACB1;
    border-radius: 15px;
    padding: 9px 10px 9px 26px;
}

.wrtite_comment .title,
.comment .title{
    margin: 5px 0;
}

.char_avatar{
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: var(--second-color);
    color: white;
    padding-top: 2px;
    font-weight: bolder;
    line-height: 2;
    font-size: x-large;
}

.ya-share2{
    margin-left: 15px;
}

.news_inner .bottomPanel .link,
.artciles_inner .bottomPanel .link{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.card_infoPanel.likes {
    display: flex;
    align-items: center;
}

section.our_services .cards .more a{
    margin-top: 15px;
    margin-left: 44px;
    color: var(--second-color);
}

section.our_services .inner_cards .cards {
    transition-duration: 0.3s;
}

section.our_services .container_wrapper .inner_cards .cards{
    flex-wrap: nowrap;
}
section.our_services .container_wrapper .inner_cards .card_arrow{
    display: none;
}

.article_text ul li{
    list-style: inside;
}

.pagination li{
    list-style: none;
}

.modal.publicationSearch button span{
    margin-left: 10px;
}

section.gallery .items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

section.gallery .item{
    margin: 28px 0;
    width: 45%;
}

section.gallery .item .title {
    font-weight: 800;
    font-size: x-large;
    margin-bottom: 20px;
}

section.artciles .main_card .posts_card .title a{
    color: var(--second-color);
}

section.artciles .main_card .posts_card .title a:hover{
    color: black;
}

.pagination a {
    margin: 0 5px;
}
.pagination span {
    margin: 0 8px;
}

.modal.message_modal .modal_title {
    text-align: center;
}

.text_section .text.middle{
    justify-content: center;
}

.portfolio_inner .project_results .cards2.only{
    flex-wrap: wrap;
    justify-content: center;
}

.portfolio_inner .project_results .cards2.only .text_card {

    max-width: 400px;
}

section.site_development .text p {
    margin: 30px 0;
}

section.search h1{
    margin-bottom: 50px;
}
section.search ol .source{
    display: inline;
}

section.search .head{
    margin-bottom: 10px;
}

section.search .head a:hover{
    color: var(--second-color);
}

section.search li,
section.search form{
    margin-bottom: 30px;
}

section.search ol .source a{
    color: var(--second-color);
}

section.search h2{
    display: inline;
}

section.search input{
    margin: 0 10px;
    width: 100%;
    max-width: 700px;
    height: 35px;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 1.2em;
}

a.show_all{
    cursor: pointer;
}

.about_service .img img{
    height: auto;
}

.form_wrapper.subscribe{
    background-image: url(../../img/kartinka.png);
}

.company_punct a:hover{
    text-decoration: underline;
}

.topPanel_section .swiper-slide.active .btn2{
    background-color: var(--second-color);
    color: white;
}

section.modules .module_card img{
    height: 30px;
    width: 30px;
}

.cookies.close{
    display: none;
}

[data-out-link] {
    cursor: pointer;
}

section.works_stages .content .text button{
    margin-top: 25px;
    background-color:     var(--card-bg);
    color: var(--text-color);
}
.grecaptcha-badge {
    display: none;
}
.img.open_game.inited{
    cursor: pointer;
}
.adaptive-version .description{
    margin-top: 40px;
}

.about_company p{
margin-bottom: 40px;
}
.about_company h2 {
    margin-bottom: 20px;
}
/* ══════════════════════════════════════════════════

/* ══════════════════════════════════════════════════════════
   МАРКЕТ — страница продукта  (.mkp-*)
   ══════════════════════════════════════════════════════════ */

/* ── HERO ─────────────────────────────────────────────────── */
.mkp-hero {
    padding: 44px 0 52px;
    background: var(--site-bg2);
}
.mkp-hero__body {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 52px;
    align-items: start;
}

/* Колонка с картинкой */
.mkp-hero__img-col { position: sticky; top: 90px; }

.mkp-hero__img-wrap {
    border-radius: 18px;
    overflow: hidden;
    background: var(--site-bg1);
    aspect-ratio: 4/3;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 24px rgba(76,87,216,.12);
}
.mkp-hero__img-wrap--broken {
    background: linear-gradient(135deg, var(--card-bg) 0%, var(--site-bg1) 100%);
    min-height: 200px;
}
.mkp-hero__img-wrap--broken::after {
    content: '';
    width: 64px; height: 64px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 48 48'%3E%3Crect x='4' y='10' width='40' height='30' rx='4' stroke='%234C57D8' stroke-opacity='.3' stroke-width='2'/%3E%3Ccircle cx='17' cy='21' r='4' stroke='%234C57D8' stroke-opacity='.3' stroke-width='2'/%3E%3Cpath d='M4 34l11-9 8 7 7-6 14 10' stroke='%234C57D8' stroke-opacity='.3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
    opacity: .5;
}
.mkp-hero__img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}
.mkp-hero__img-wrap:hover .mkp-hero__img { transform: scale(1.04); }

/* Инфо */
.mkp-vendor {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--second-color);
    background: var(--card-bg);
    padding: 4px 12px;
    border-radius: 100px;
    margin-bottom: 16px;
}
.mkp-hero__title {
    font-size: 30px;
    line-height: 1.28;
    font-family: 'Montserrat Semibold', sans-serif;
    color: var(--text-color);
    margin-bottom: 14px;
}
.mkp-hero__desc {
    font-size: 15px;
    line-height: 1.65;
    color: #5f636b;
    margin-bottom: 22px;
    max-width: 520px;
}

/* Бейджи */
.mkp-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
}
.mkp-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 13px;
    border-radius: 100px;
    font-size: 12.5px;
    font-weight: 500;
    white-space: nowrap;
}
.mkp-badge--green { background: #e8f6ed; color: #2a7d4f; }
.mkp-badge--blue  { background: var(--card-bg); color: var(--second-color); }

/* Блок покупки */
.mkp-buy {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    padding: 22px 24px;
    background: var(--site-bg1);
    border-radius: 16px;
    border: 1px solid var(--border-color);
}
.mkp-price {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.mkp-price__from {
    font-size: 26px;
    font-family: 'Montserrat Semibold', sans-serif;
    color: var(--second-color);
    letter-spacing: -.4px;
    line-height: 1;
}
.mkp-price__range {
    font-size: 13px;
    color: #9297a0;
    margin-top: 3px;
    letter-spacing: 0;
}
.mkp-cta {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 13px 26px;
    background: var(--second-color);
    color: #fff;
    border-radius: 12px;
    font-size: 14.5px;
    font-family: 'Montserrat Semibold', sans-serif;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(76,87,216,.28);
    transition: background .2s, transform .15s, box-shadow .2s;
    white-space: nowrap;
}
.mkp-cta svg { transition: transform .2s; }
.mkp-cta:hover {
    background: #3b47c0;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(76,87,216,.38);
}
.mkp-cta:hover svg { transform: translateX(3px); }
.mkp-hero__cmp { display: inline-flex; align-items: center; gap: 7px; background: none; border: 1.5px solid var(--border-color, #e5e7ef); border-radius: 12px; padding: 13px 20px; font-size: 14px; font-weight: 600; font-family: inherit; color: var(--second-color, #4a6cf7); cursor: pointer; transition: border-color .15s, background .15s, color .15s; white-space: nowrap; }
.mkp-hero__cmp:hover { border-color: var(--second-color, #4a6cf7); background: rgba(74,108,247,.06); }
.mkp-hero__cmp.is-added { background: var(--second-color, #4a6cf7); color: #fff; border-color: var(--second-color, #4a6cf7); }

/* ── ТЕХНИЧЕСКИЕ ДАННЫЕ ────────────────────────────────────── */
.mkp-specs {
    padding: 40px 0;
    background: var(--site-bg1);
    border-top: 1px solid var(--border-color);
}
.mkp-specs__title,
.mkp-section-title {
    font-size: 20px;
    font-family: 'Montserrat Semibold', sans-serif;
    color: var(--text-color);
    margin-bottom: 20px;
}
.mkp-specs__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 0;
    background: var(--site-bg2);
    border-radius: 14px;
    border: 1px solid var(--border-color);
    overflow: hidden;
}
.mkp-specs__grid dt,
.mkp-specs__grid dd {
    padding: 11px 18px;
    font-size: 14px;
    border-bottom: 1px solid var(--border-color);
    margin: 0;
}
.mkp-specs__grid dt {
    color: #606470;
    font-weight: 500;
    background: var(--site-bg1);
    white-space: nowrap;
}
.mkp-specs__grid dd { color: var(--text-color); }
.mkp-specs__grid dt:last-of-type,
.mkp-specs__grid dd:last-of-type { border-bottom: none; }
.mkp-specs__grid a { color: var(--second-color); text-decoration: none; }
.mkp-specs__grid div[style*="clear"] { display: none; }

/* ── ОПИСАНИЕ ──────────────────────────────────────────────── */
.mkp-desc {
    padding: 44px 0 64px;
    background: var(--site-bg2);
}
.mkp-desc__body {
    max-width: 820px;
    margin: 0 auto;
    font-size: 15.5px;
    line-height: 1.75;
    color: var(--text-color);
}
.mkp-desc__body p  { margin-bottom: 14px; }
.mkp-desc__body h2,
.mkp-desc__body h3 { font-family: 'Montserrat Semibold', sans-serif; margin: 28px 0 12px; }
.mkp-desc__body h4 { font-family: 'Montserrat Semibold', sans-serif; margin: 20px 0 8px; font-size: 16px; }
.mkp-desc__body ul,
.mkp-desc__body ol { padding-left: 22px; margin-bottom: 14px; }
.mkp-desc__body li { margin-bottom: 5px; }
.mkp-desc__body a  { color: var(--second-color); text-decoration: none; }
.mkp-desc__body a:hover { text-decoration: underline; }
.mkp-desc__body img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 16px auto;
    display: block;
    box-shadow: 0 2px 16px rgba(0,0,0,.08);
}
/* Скрываем мусор маркета: глубокие промо-центровки, технические блоки */
.mkp-desc__body .tab-title,
.mkp-desc__body .tab-info { display: none; }

/* ── АДАПТИВ ───────────────────────────────────────────────── */
@media (max-width: 960px) {
    .mkp-hero__body {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .mkp-hero__img-col { position: static; }
    .mkp-hero__img-wrap { max-width: 380px; }
    .mkp-hero__title { font-size: 24px; }
}
@media (max-width: 600px) {
    .mkp-hero { padding: 28px 0 36px; }
    .mkp-buy { flex-direction: column; align-items: flex-start; gap: 16px; }
    .mkp-cta { width: 100%; justify-content: center; }
    .mkp-hero__cmp { width: 100%; justify-content: center; }
    .mkp-specs__grid { grid-template-columns: 1fr; }
}
