:root {
    --primary-light: #8abdff;
    --primary: #6d5dfc;
    --primary-dark: #5b0eeb;

    --white: #FFFFFF;
    --greyLight-1: #E4EBF5;
    --greyLightback-1: #101d445c;
    --greyLight-2: #c8d0e7;
    --greyLight-3: #bec8e4;
    --greyDark: #9baacf;

    --shadow: .3rem .3rem .6rem var(--greyLight-2),
        -.2rem -.2rem .5rem var(--white);
    --inner-shadow: inset .2rem .2rem .5rem var(--greyLight-2),
        inset -.2rem -.2rem .5rem var(--white);
}

.main-wrapper {
    overflow: unset;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
}

.qiz_quest {
    margin-top: 5%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    max-width: 100%;
    height: auto;
}




.card-content_flex {
    display: flex;
}

.wrapper-flex {
    position: relative;
    width: 100%;
    padding: 20px;
    border-radius: 40px;
    margin: 15px;

}

.wrapper-flex-1 {

    flex: 2;

}

.wrapper-flex-2 {

    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 350px;
    max-width: 450px;
}

.verified {
    background-color: rgba(36, 170, 50, 0.1);
    padding: 15px;
    text-align: center;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.verified span {
    color: #24AA32;
    font-weight: 500;


}

.verified i {
    color: #1587AB;
    font-weight: 500;
    display: inline-block;
    /* Делаем иконку инлайн-блоком */
    vertical-align: middle;

}

.information {
    border: 1px solid #EBEAED;
    border-radius: 16px;
    padding: 25px;
    /* Добавьте отступ, чтобы контент не прилипал к границам */
    background-color: #FFFFFF;
    /* Добавьте фоновый цвет, если нужно */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px
}

.specifications {
    border-bottom: 1px solid #EBEAED;

}

dt {
    color: #9FA4BC;
    line-height: 16px;
    font-weight: 400;
}

dd {
    color: #303030;
    line-height: 32px;
    font-weight: 600;
    margin: 0;
}

dl {
    margin-bottom: 8px;
}

.bid-buy {
    background-color: #3e64ff;
    padding: 15px;
    color: #FFFFFF;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    gap: 5px;
}

.bid-buy:hover {
    background-color: #29A8EF;
    color: #FFFFFF;
}

.bid_text {
    color: #777E90;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.bid_uptext {
    color: #626579;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.bid {
    border-bottom: 1px solid #EBEAED;
    gap: 5px;
    display: flex;
    flex-direction: column;

}

.btn_bid {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 8px;

}

.download-file {
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.download-file span {
    color: #626579;
    font-size: 14px;
    font-weight: 500;
}

.download_link {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid #e5e7f0;
    border-radius: 12px;
    background-color: #f8f9fd;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    animation: fade-slide-up .45s ease both;
}

.download_link:nth-child(1) { animation-delay: .02s; }
.download_link:nth-child(2) { animation-delay: .06s; }
.download_link:nth-child(3) { animation-delay: .10s; }
.download_link:nth-child(4) { animation-delay: .14s; }
.download_link:nth-child(5) { animation-delay: .18s; }
.download_link:nth-child(6) { animation-delay: .22s; }

@keyframes fade-slide-up {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.download_link:hover {
    border-color: #cfd8ef;
    box-shadow: 0 6px 16px rgba(36, 64, 124, 0.08);
}

.btn_download {
    color: #3B71FE;
    background-color: #385AF710;
    line-height: 35px;
    padding: 0px 15px;
    border-radius: 18px;
    font-weight: 600;
    white-space: nowrap;
}

.btn_download:hover {
    background-color: #dfe8ff;
    color: #2449cc;
}

.btn_download:focus-visible {
    outline: 2px solid #3B71FE;
    outline-offset: 2px;
}

.version {
    display: flex;
    align-items: center;
    gap: 5px;
}

.version span {
    color: #2F2F35;
    font-weight: 700;
    font-size: 14px;
}

.download_meta {
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 2px;
}

.version_label {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    color: #2a2f45;
}

.download_host {
    font-size: 12px;
    color: #555d7a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.download_info {
    font-size: 12px;
    color: #4f5775;
    line-height: 1.35;
}

.download_specs {
    margin-top: 4px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
}

.download_spec {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 6px 7px;
    border-radius: 8px;
    border: 1px solid #dbe3f4;
    background: #f1f5ff;
}

.download_spec b {
    font-size: 10px;
    line-height: 1;
    color: #6a738f;
    font-weight: 700;
}

.download_spec small {
    font-size: 11px;
    color: #2f3550;
    line-height: 1.2;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.download_statuses {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 2px;
}

.btn_download.is-cooling {
    pointer-events: none;
    opacity: .72;
}

.download_status {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    border: 1px solid #d5dced;
    color: #3f4766;
    background: #eef2fb;
    padding: 2px 8px;
    font-size: 11px;
    font-weight: 600;
}

.download_status.recommended {
    border-color: #ffd581;
    background: #fff5df;
    color: #875b0a;
}

.download_status.verified {
    border-color: #9be0a7;
    background: #e8f9ec;
    color: #15682a;
}

.download_notice {
    margin-top: 10px;
    padding: 10px 12px;
    border: 1px dashed #d3d8e9;
    border-radius: 10px;
    color: #676d86;
    font-size: 14px;
    background-color: #fafbff;
}

.download_list {
    display: flex;
    flex-direction: column;
}

.download_list_title {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    color: #2b3047;
    margin: 10px 0 4px;
}

.check_MS {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E6E8EC;
    background-color: #F5F5F5;
    gap: 5px;
    padding: 15px;
    width: 100%;
    border-radius: 18px;
}

.check_MS:focus-visible,
.bid-buy:focus-visible,
#buyButton:focus-visible,
.copy-btn:focus-visible,
#closeButton:focus-visible,
.btn_download:focus-visible {
    outline: 2px solid #1f54f0;
    outline-offset: 2px;
}

.popup-loading {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f5f5f5;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 20px;
    font-size: 13px;
    color: #666;
    font-weight: 500;
}

.popup-spinner {
    flex-shrink: 0;
    display: block;
    shape-rendering: auto;
}

.popup-spinner rect {
    fill: #bbb;
}

.views-counter-icon {
    margin-bottom: -3px;
}

.download-toast {
    position: fixed;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%) translateY(20px);
    opacity: 0;
    visibility: hidden;
    z-index: 120;
    background: #19213f;
    color: #fff;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 12px 30px rgba(12, 20, 42, 0.35);
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
}

.download-toast.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.wrapper_slider {
    overflow: hidden;
    max-width: 800px;
    display: block;
    position: relative;

}

.swiper-slide img {
    border-radius: 24px;
}

.wrapprer_card {
    width: 800px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.wrapper_description {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.requirement {
    background-color: #FFFFFF;
    border: 1px solid #EBEAED;
    border-radius: 24px;
    padding: 25px;
}

.requirement ul {
    list-style-type: none;
    /* Стиль буллетов (точек) */
}

.requirement ul li {
    color: #2F2F35;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 7px;
}

.requirement ul li:before {
    color: #E38800;
    content: "\2022";
    /* Код символа для точки в списке */
    margin-right: 7px;
    /* Отступ между буллетом и текстом */
}

.description {
    background-color: #FFFFFF;
    border: 1px solid #EBEAED;
    border-radius: 24px;
    padding: 25px;
}

.breadcrumbs {
    margin-top: 5vh;
}

.icon_counter {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    gap: 4px;
    justify-content: flex-end;

}

.Counters {
    display: flex;
    justify-content: space-evenly;
    font-size: 18px;
    color: rgb(19 19 19 / 25%);
    font-weight: 600;
    margin-top: 11px;
}

@keyframes popup-in {
    from { opacity: 0; transform: translate(-50%, -48%) scale(0.97); }
    to   { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 101;
    border-radius: 20px;
    width: 90%;
    max-width: 760px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 4px 16px rgba(0, 0, 0, 0.08);
    animation: popup-in 0.25s cubic-bezier(0.34, 1.2, 0.64, 1) forwards;
}

.BuyPopup_inner {
    display: flex;
    align-items: stretch;
    min-height: 320px;
    padding: 0;
    gap: 0;
}

.Popup_left {
    flex: 0 0 240px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 16px;
}

.Popup_card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0;
    gap: 0;
    color: inherit;
    font-weight: inherit;
}

.Popup_img {
    width: 110px;
    height: auto;
    object-fit: contain;
    display: block;
    border-radius: 10px;
}

.inner_Popup {
    display: flex;
    flex-direction: column;
    color: #111;
    font-weight: 600;
}

.inner_Popup:not(.Popup_left) {
    flex: 1;
    gap: 14px;
    padding: 24px 20px 22px;
    justify-content: center;
    align-items: stretch;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    display: none;
    transition: opacity 0.3s ease;
}

#closeButton {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 6px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
    z-index: 10;
}

#closeButton:hover {
    background: #f0f0f0;
}

#buyButton {
    width: 100%;
    height: 46px;
    border-radius: 12px;
    background: #111;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2px;
    cursor: pointer;
    transition: background 0.18s;
    text-align: center;
    box-shadow: none;
}

#buyButton p {
    margin: 0;
}

#buyButton:hover {
    background: #333;
    color: #fff;
}

#buyButton:active {
    background: #000;
}

.promo_code {
    display: flex;
    align-items: center;
    position: relative;
    height: 46px;
    width: 100%;
    border-radius: 10px;
    border: 1.5px solid #e0e0e0;
    background: #f8f8f8;
    overflow: hidden;
}

#promo {
    flex: 1;
    padding: 0 44px 0 14px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.copy-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: background 0.15s;
}

.copy-btn:hover {
    background: #e8e8e8;
}

#copySuccess {
    display: none;
}

.Promo-bnr {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
}

.Price-promo {
    font-size: 13px;
    color: #555;
    font-weight: 500;
}





.program_tittle {
    text-align: center;
}

.program_link {
    padding: 12px 24px;
    background-color: #E3F2FD;
    border-radius: 16px;
    border: 1px solid #5e5e5e2b;
    color: black;
    box-shadow: .3rem .3rem .6rem #c8d0e7,
        -.2rem -.2rem .5rem #FFFFFF;
    justify-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s ease;
    text-align: center;

}

.program_link:hover {
    box-shadow: inset .2rem .2rem .5rem #c8d0e7,
        inset -.2rem -.2rem .5rem #FFFFFF;
}

.program_link::after {

    content: "";
    /* Добавляем пустое содержимое, чтобы псевдоэлемент отображался */
    position: absolute;

    top: 0;
    left: 0;
    width: 100%;

    height: 100%;

    z-index: 1;


}



.searchResults-wrapper {
    display: none;
}

.flex-container {
    display: flex;
    width: 100%;
    gap: 64px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.card-wrapper{    flex: 0 0 320px;}
.cards-warp {
    display: flex;
    width: 100%;
    gap: 64px;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
	padding-bottom: 50px;
}

.wrapper-download {
    display: flex;
    flex-direction: column;
}

.wrapper-download_header {
    padding-top: 100px;
}

.wrapper-download_header_title {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
}

.wrapper-download_header_subtitle {
    padding-top: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #9FA4BC;
}

.wrapper-download_search {
    margin-top: 50px;
    text-align: center;
}

.wrapper-download_search_input {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.wrapper-download_search_input .form-control {
    width: 50%;
}

.card-item {
    display: flex;
    gap: 24px;
    min-width: 250px;
    padding: 30px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, .08);
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
    flex-direction: column;
    align-items: center;
}


.card-item * {
    z-index: 1;
}

.card_image {
    width: 120px;
    height: 120px;
    background-color: #fefefe;
    border-radius: 24px;
    border: 4px solid #fefefe;

    transition: all 0.5s ease;
    overflow: hidden;
}

.card_image img {
    width: 100%;

    height: auto;
    /* Автоматически рассчитываем высоту с учетом измененной ширины */
}

.card-infooo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 90%;
    transition: all 0.5s ease;
    line-height: 50px;
}

.card-infoo h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}

.card-infoo span {
    font-weight: 600;
    font-size: 24px;
    color: #161A42;
    margin-top: 15px;
    line-height: 5px;
}

.card-infoo p {
    color: rgba(0, 0, 0, 0.5);
}


.card-item:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, .38);
}

.main-wrap {
    align-items: center;
}

.block-with-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}





.wrapper_flex {
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
    gap: 25px;
    margin-top: 15px;
    width: 100%;
}

.content-section{
    width: 100%;
}

.program-product {
    display: flex;
    height: 100px;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    padding: 25px;
    background-color: #ffffffd1;
    border: 1px solid #5e5e5e2b;
    border-radius: 18px;
    align-items: center;
    width: 100%;

}


.program_img {
    position: relative;
    display: block;

    height: auto;
    max-width: 90%;
    max-height: 90%;
}

.program_maker{
    color: #060a28d4;
}
@media (max-width: 1200px) {
    .wrapprer_card {
        align-items: center;
        width: 100%;
    }

    .wrapper_slider {
        max-width: 80vw;
    }

    .wrapper-flex {
        padding: 4vw;
    }
    .information{
        position: relative;
    }
    .wrapper-flex-2{
        max-width: 95%;
    }
    .card-content_flex {
        flex-direction: column-reverse;
        position: relative;
        align-items: center;
    }

}

@media (max-width: 992px) {
    .wrapper-flex {
        margin: 8px;
        border-radius: 22px;
    }

    .requirement,
    .description,
    .information {
        padding: 18px;
    }

    .title-section {
        font-size: 30px;
        line-height: 1.2;
    }
}

@media (max-width: 850px) {
    .popup {
        max-width: 440px;
    }
}

@media (max-width: 700px) {
    .mob-show.cat-catalog {
        display: none !important;
    }
    .program_name h5 {
        font-size: 14px;
    font-weight: 500;
    }
    .program-product {

        padding: 10px;
        width: 90vw
    }

    .program_link {
        padding: 6px 12px;
    }

    .Popup_left {
        display: none;
    }

    .inner_Popup:not(.Popup_left) {
        font-size: 14px;
        padding: 20px 16px;
    }

    .wrapper-flex-2 {
        min-width: 100%;
    }

    .information {
        padding: 16px;
    }

    .download_link {
        align-items: stretch;
        flex-direction: column;
        gap: 8px;
    }

    .btn_download {
        width: 100%;
        text-align: center;
    }

    .check_MS {
        padding: 12px;
    }
}

@media (max-width: 768px) {
    .title-section {
        font-size: 26px;
    }

    .download_info {
        font-size: 11px;
    }

    .download_specs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .download_status {
        font-size: 10px;
    }
}

@media (max-width: 576px) {
    .wrapper-flex {
        padding: 12px;
        margin: 6px;
    }

    .verified {
        padding: 12px;
    }

    .bid_uptext,
    .bid_text,
    dt,
    dd,
    .requirement ul li,
    .download_list_title {
        font-size: 14px;
        line-height: 1.35;
    }

    .download_link {
        padding: 10px 12px;
    }

    .download_host,
    .download_info {
        white-space: normal;
    }

    .download_specs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 4px;
    }

    .download_spec {
        padding: 5px 6px;
    }

    .download_spec b {
        font-size: 9px;
    }

    .download_spec small {
        font-size: 10px;
    }

    .download-toast {
        width: calc(100% - 24px);
        text-align: center;
    }
}
@media (max-width: 400px){
    .breadcrumb-box{
        margin-left: -10%;
    }
    .program_img{
        max-width: 60% !important;
    max-height: 60% !important;
    }
    .program-product{
        gap: 6px;
    }
    .program_link{
        padding: 3px 6px;
    }
}