
.demo_vers {
    padding: 0 30px;
}
.demo_title {
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 36px;
    line-height: 38px;
}

.gridN a:hover {
    text-decoration: underline;
}

.demo_first {
    padding-bottom: 80px;
}
.demo {

}
.demo_media {
    display: flex;
}
.faq_item_main_video {
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
}
.vk-video-placeholder {
    display: flex;
}
.demo_settings {
    background: rgba(255, 255, 255, 1);
    padding: 30px;
    margin: 0 30px !important;
    border-radius: 14px;
}
.demo_settings_items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 40px;
}
.demo_settings_item {
    display: flex;
    align-items: start;
    flex-direction: column;
    padding: 20px;
    background: rgba(249, 249, 249, 1);
    border-radius: 20px;
}
.demo_settings_item-img {
    min-width: 60px;
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}
.demo_settings_item-title {
    margin: 0 0 5px !important;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    color: #1D1D1D;
}
.demo_settings_item-text {
    margin: 0 !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1D1D1D;
}

.demo_settings_title {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 28px;
    line-height: 24px;
    color: #005D28;
}
.demo_settings_text {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1D1D1D;
}
.demo_settings_text:not(:last-child) {
    margin: 0 0 10px !important;
}

@media(max-width: 1024px) {
    .demo_first {
        padding-bottom: 40px;
    }
    .demo_title {
        margin-bottom: 20px;
        font-size: 28px;
        line-height: 30px;
    }
    .demo_settings_items {
        grid-template-columns: repeat(2, 1fr);
    }
    .demo_settings_item-title {
        font-size: 18px;
        line-height: 24px;
    }
    .demo_settings_item-text {
        font-size: 14px;
        line-height: 18px;
    }
}
@media(max-width: 767px) {
    .demo_settings_items {
        grid-template-columns: repeat(1, 1fr);
    }
    .demo_settings_item {
        display: flex;
        align-items: center;
        flex-direction: row;
        gap: 20px;
        max-width: 100%;
    }
    .demo_settings_item-img {
        margin: 0 !important;
    }
    .demo_settings_item_title {
        font-size: 14px;
        line-height: 18px;
    }
    .demo_settings_text {
        font-size: 14px;
        line-height: 20px;
    }
    .demo_settings_title {
        font-size: 20px;
        line-height: 24px;
    }
}



.paramBlock {
    grid-gap: 60px;
    margin-bottom: 60px;
}
.paramTopic {
    grid-column: 1 / 3;
    color: var(--green-1);
    background: var(--gray-1);
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    border-radius: 4px;
    padding: 10px;
    height: 44px;
}
@media screen and (min-width: 360px) and (max-width: 639px) {
    .paramTopic {
        height: auto;
        grid-column: auto;
        font-size: 18px;
        line-height: 22px;
        font-weight: 600;
    }
}


.prodContent .pBox {
    margin: 0;
    display: grid;
    grid-column: 1 / 3;
}



.softTitle  {color: var(--black); font-size:20px; line-height:24px; font-weight:600;}

.softModel  {color: var(--green-1); border-radius: 14px; background: #D3E4C7; padding:2px 8px;}

a.softLog    {text-decoration:underline; color: var(--green-1); cursor:pointer;}

.softInfo   {background: url(/img/icons/info.svg) no-repeat 0 50%; min-height:24px; 
    font-size:12px; line-height:14px; color: #D8583C; align-self: center; padding-left:35px;
}

.softSize  {font-size:28px; line-height:28px; font-weight:700; color: var(--green-1); text-transform: uppercase;}

.dload  {background-image:url(/img/icons/dload-1.svg) !important; background-repeat: no-repeat !important; padding:0 0 0 20px !important; width:180px !important;}

.dload  {background-color: var(--white-1) !important; background-position: 30px 50% !important;}

.dload:hover  {background-color:var(--green-1) !important; background-image: url(/img/icons/dload-2.svg) !important; }

.dopInfo    {background: url(/img/icons/info-2.svg) no-repeat 0 50%; padding-left: 35px; min-height:24px; line-height:24px; color: var(--green-1); cursor:pointer;}

.linux  {width:auto !important;}



.prodContent .softArea-1 {
    grid-template-columns: minmax(30%, 40%) minmax(150px, 1fr) 150px 180px;
    grid-template-areas: "A C D E";
    grid-gap: 30px;
}

@media screen and (min-width: 360px) and (max-width: 880px) {
    .prodContent .softArea-1 {
        grid-template-columns: auto;
        grid-template-areas:
        "A A"
        "C C"
        "E D";
        grid-gap: 20px;
        margin: 20px 0 0;
    }
}

.prodContent .softArea-2 {
    font-weight: 500;
    grid-template-areas: "F H";
    grid-template-columns: max-content;
    grid-gap: 50px;
}
@media screen and (min-width: 360px) and (max-width: 880px) {
    .prodContent .paramBlock {
        grid-gap: 30px;
    }
}

.softArea-1 {
    grid-template-areas: "A B C D E";
    grid-template-columns: 30% minmax(100px, 300px) minmax(150px, 1fr) 150px 180px;
    grid-gap: 20px;
    align-items: center;
    border-bottom: var(--gray-3) solid 1px;
    margin: 20px 0;
}
.softArea-2  {
    grid-template-areas: "F G H";
    grid-template-columns: 1fr 1fr 1fr;  
    grid-gap: 10px;
    font-size:14px; 
    line-height:18px; 
    margin:10px 0; 
}

.A  { grid-area: A;}
.B  { grid-area: B;}
.C  { grid-area: C; text-align:right;}
.D  { grid-area: D; white-space: nowrap;}
.E  { grid-area: E;}
.F  { grid-area: F; white-space: nowrap;}
.G  { grid-area: G; white-space: nowrap;}
.H  { grid-area: H; white-space: nowrap;}


.softH  {font-size:40px; line-height: 45px; font-weight: 700; text-align: left;}
.wkShow {line-height: 24px; font-weight: 400;}
#modalHead  {max-width: 100% !important;}


/* media */

@media screen and (min-width:640px) and (max-width:1279px){
    .path   {display: none;}
    h1  {margin: 0 0 20px 0;}
    .softArea-1  {
        grid-template-areas: "A A A"
                             "B B B"
                             "C D E";
        grid-template-columns: minmax(150px, 1fr) 150px 180px;
        grid-gap: 10px;
        padding-bottom:10px;
    }
    .H  {text-align: right;}
    .C  {text-align: left;}
    .softInfo   {line-height: 24px;}
    .dload, .linux  {height: 44px !important; line-height: 40px !important;}
    .softH  {font-size:24px; line-height: 28px; }
}

@media screen and (min-width:320px) and (max-width:639px)   {
    .path   {display: none;}
    .block  {padding:20px;}
    h1  {margin: 0 0 20px 0;}

    .pHead  {font-size: 16px; line-height: 24px;}
    .pBox   {margin-top:0;}

    .softArea-1  {
        grid-template-areas: "A A"
                             "B B"
                             "C D"
                             "E E";
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
        padding-bottom:10px; 
    }
    .softArea-2  {
        grid-template-areas:    "F H"
                                "G G";
        grid-template-columns: 1fr 1fr;  
        margin: 10px 0 0;
    }

    .C  {text-align: left;}
    .D, .H  {text-align: right;}
    .dload  {width: 100% !important; background-position: calc(50% - 40px) 50% !important;}
    .linux  {line-height: 16px !important; padding:5px 20px !important; }
    .softInfo  {line-height: normal;}
    .itemDesc   {margin:0;}
    .dload, .linux  {height: 44px !important; }
    .softH  {font-size:20px; line-height: 24px; }
    .linux  {white-space: normal !important;}
}
@media(max-width: 767px) {
    .demo_settings {
        padding: 15px;
        margin: 0 !important;
    }
    .demo_vers {
        padding: 0 15px;
    }
}



.demo_available {
    padding: 0 30px;
    margin-bottom: 80px !important;
}
.demo_available_items {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
}
.demo_available_item {
    display: flex;
    align-items: end;
    width: 100%;
    padding: 20px;
    min-height: 290px;
    border-radius: 20px;
    overflow: hidden;
}
.demo_available_item_1 {
    grid-column: span 3; 
    background-image: url(../img/demo/demo_available_1.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.demo_available_item_2 {
    grid-column: span 5;
    background-image: url(../img/demo/demo_available_2.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.demo_available_item_3 {
    grid-column: span 4;
    background-image: url(../img/demo/demo_available_3.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.demo_available_item_4 {
    grid-column: span 4;
    background-image: url(../img/demo/demo_available_4.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.demo_available_item_5 {
    grid-column: span 5;
    background-image: url(../img/demo/demo_available_5.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.demo_available_item_6 {
    grid-column: span 3; 
    background-image: url(../img/demo/demo_available_6.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.demo_available_item_title {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #005D28;
    transition: .3s;
}
@media(max-width: 1024px) {
    .demo_available {
        margin-bottom: 40px !important;
    }
    .demo_available_item_1 {
        order: -2;
        grid-column: span 6;
    }
    .demo_available_item_2 {
        grid-column: span 12;
    }
    .demo_available_item_3 {
        order: -1;
        grid-column: span 6;
    }
    .demo_available_item_4 {
        grid-column: span 12;
    }
    .demo_available_item_5 {
        grid-column: span 6;
    }
    .demo_available_item_6 {
        grid-column: span 6;
    }
    .demo_available_item_title {
        font-size: 18px;
        line-height: 135%;
    }
}
@media(max-width: 767px) {
    .demo_available {
        padding: 0 15px;
    }
    .demo_available_item {
        grid-column: span 12;
    }
}

.demo_start {
    padding: 0 30px;
    margin-bottom: 80px !important;
}
.demo_start_content {
    display: flex;
    align-items: start;
    gap: 20px;
}
.demo_start_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    max-width: calc(50% - 10px);
    width: 100%;
}
.demo_start_list {
    position: relative;
    display: flex;
    align-items: start;
    gap: 70px;
    margin-bottom: 50px;
}
.demo_start_list::before {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    height: 8px;
    background: #D3E4C7;
    border-radius: 14px;
}
.demo_start_list_item {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 25px;
    max-width: 150px;
    width: 100%;
}
.demo_start_list_item:nth-child(3) {
    max-width: 225px;
}
.demo_start_list_item-number {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    min-width: 32px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #005D28;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 135%;
}
.demo_start_list_item-title {
    margin: 0 !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 135%;
    color: #005D28;
}
.demo_start_img {
    border-radius: 14px;
}
.demo_start_media {
    display: flex;
    max-width: calc(50% - 10px);
    width: 100%;
}
.demo_start_media iframe {
    max-width: 100%;
}
@media(max-width: 1890px) {
    .demo_start {
        margin-bottom: 40px !important;
    }
    .demo_start_content {
        flex-direction: column;
        gap: 30px;
    }
    .demo_start_info,
    .demo_start_media {
        max-width: 100%;
    }
    .demo_start_img {
        display: none;
    }
    .demo_start_list {
        margin: 0;
    }
}
@media(max-width: 1024px) {
    .demo_start_list {
        gap: 30px;
    }
}
@media(max-width: 767px) {
    .demo_start {
        padding: 0 15px;
        margin-bottom: 20px !important;
    }
    .demo_start_list {
        flex-direction: column;
        gap: 20px;
    }
    .demo_start_list_item {
        max-width: 100% !important;
        flex-direction: row;
    }
    .demo_start_list::before {
        height: 90%;
        width: 8px;
        left: 12px;
    }
    .demo_start_list_item-title br {
        display: none;
    }
    .demo_start_list_item-title {
        font-size: 16px;
        line-height: 135%;
    }
}

.demo_banners {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 40px 30px 0 !important;
}
.demo_banner {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    max-width: calc(50% - 10px);
    width: 100%;
    min-height: 215px;
    padding: 30px;
    border-radius: 14px;
}
.demo_banner-installation {
    background-image: url(../img/demo/demo_bottom_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.demo_banner-welcome {
    background-image: url(../img/demo/demo_bottom_bg-2.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.demo_banner_title {
    max-width: 520px;
    width: 100%;
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    color: #005D28;
}
.demo_banner_text {
    margin: 10px 0 0 !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1D1D1D;
}
.demo_banner_links {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
.demo_banner_tg {
    display: flex;
    align-items: center;
    padding: 10px 25px 10px 10px;
    gap: 10px;
    height: 50px;
    background: #005D28;
    border-radius: 30px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    transition: .3s;
}
.demo_banner_tg::before {
    content: '';
    display: block;
    position: relative;
    min-width: 32px;
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16 0C7.168 0 0 7.168 0 16C0 24.832 7.168 32 16 32C24.832 32 32 24.832 32 16C32 7.168 24.832 0 16 0ZM23.424 10.88C23.184 13.408 22.144 19.552 21.616 22.384C21.392 23.584 20.944 23.984 20.528 24.032C19.6 24.112 18.896 23.424 18 22.832C16.592 21.904 15.792 21.328 14.432 20.432C12.848 19.392 13.872 18.816 14.784 17.888C15.024 17.648 19.12 13.92 19.2 13.584C19.2111 13.5331 19.2096 13.4803 19.1957 13.4301C19.1818 13.3799 19.1558 13.3339 19.12 13.296C19.024 13.216 18.896 13.248 18.784 13.264C18.64 13.296 16.4 14.784 12.032 17.728C11.392 18.16 10.816 18.384 10.304 18.368C9.728 18.352 8.64 18.048 7.824 17.776C6.816 17.456 6.032 17.28 6.096 16.72C6.128 16.432 6.528 16.144 7.28 15.84C11.952 13.808 15.056 12.464 16.608 11.824C21.056 9.968 21.968 9.648 22.576 9.648C22.704 9.648 23.008 9.68 23.2 9.84C23.36 9.968 23.408 10.144 23.424 10.272C23.408 10.368 23.44 10.656 23.424 10.88Z' fill='white'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.demo_banner_management {
    padding: 15px 20px;
    border: 2px solid #005D28;
    border-radius: 40px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #005D28 !important;
    text-align: center;
    transition: .3s;
}
@media(min-width: 1025px) {
    .demo_banner_tg:hover {
        background: var(--green-2);
        color: var(--green-1) !important;
    }
    .demo_banner_management:hover {
        background: #005D28;
        color: #fff !important;
    }
}
@media(max-width: 1500px) {
    .demo_banners {
        flex-direction: column;
    }
    .demo_banner {
        max-width: 100%;
    }
}
@media(max-width: 767px) {
    .demo_banners {
        margin: 0px 15px !important;
    }
    .demo_banner {
        min-height: 230px;
        padding: 20px 15px;
    }
    .demo_banner_links {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }
    .demo_banner_title {
        font-size: 22px;
        line-height: 24px;
    }
    .demo_banner_tg {
        max-width: 450px;
        width: 100%;
        font-size: 14px;
        line-height: 14px;
    }
    .demo_banner_management {
        max-width: 450px;
        width: 100%;
        font-size: 14px;
        line-height: 14px;
    }
}

