
.demo_vers {
    padding: 0 30px;
}

.gridN a:hover {
    text-decoration: underline;
}

.demo_first {
    padding-bottom: 60px;
}
.demo {

}
.demo_settings {
    background: rgba(255, 255, 255, 1);
    padding: 30px;
}
.demo_settings_title {
    margin: 0 0 30px !important;
    max-width: 779px !important;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #1D1D1D;
}
.demo_settings_items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}
.demo_settings_item {
    display: flex;
    align-items: center;
    max-width: calc((100% - 20px) / 3);
    width: 100%;
    padding: 20px;
    background: rgba(249, 249, 249, 1);
    border-radius: 20px;
}
.demo_settings_item_icon {
    min-width: 60px;
    width: 60px;
    height: 60px;
    margin-right: 15px;
}
.demo_settings_item_title {
    margin: 0 !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1D1D1D;
}
.demo_settings_text {
    margin: 0 0 10px !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1D1D1D;
}
.demo_settings_text strong {
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #005D28;
}
@media(max-width: 1024px) {
    .demo_settings_item {
        max-width: 48%;
    }
}
@media(max-width: 767px) {
    .demo_first {
        padding-bottom: 30px;
    }
    .demo_settings_item {
        max-width: 100%;
    }
    .demo_settings_item_title {
        font-size: 14px;
        line-height: 18px;
    }
    .demo_settings_text {
        font-size: 14px;
        line-height: 20px;
    }
}



.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: 639px) {
    .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: 639px) {
    .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;
    }
    .demo_vers {
        padding: 0 20px;
    }
}