﻿.page-header_title h2 {
    color: #000 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 48px;
    font-weight:bold;
    margin-bottom: 16px !important;
}

.page-header_title p {
    color: #393939 !important;
}

.main-downloads {
    padding: 20px 0 40px;
    min-height: 600px;
}

.main-downloads_soft {
    padding: 10px;
}

.main-downloads_soft_item {
    padding: 12px 20px;
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 10px;
    border-radius: 10px;
    background: #f6f6f6;
    transition:all .3s;
    color: #000
}

    .main-downloads_soft_item:hover, .main-downloads_soft_item.active {
        background: var(--thm-primary);
        color: #fff
    }
.main-downloads_files_container{
    display:none;
}
.display_block{
    display:block;
}
.display_none{
    display:none
}
.main-downloads_files {
    padding: 20px 20px;
}

.main-downloads_files_group i {
}

.main-downloads_files .main-downloads_files_group:nth-child(2) {
    margin-top: 40px;
}

.group_title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

    .group_title h2 {
        font-size: 24px;
        font-weight: bold;
        padding: 0;
        margin: 0;
    }

    .group_title i {
        color: var(--thm-primary);
        margin-right: 10px;
        font-size: 38px;
    }

.downloads_files_maincard {
    border: solid 1px #ddd;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 60px;
    transition:all .4s;
}
    .downloads_files_maincard:hover{
        box-shadow:10px 10px 30px #ddd;
    }
    .downloads_files_maincard h2 {
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .downloads_files_maincard h4 {
        font-size: 14px;
        color: #676666;
        margin-bottom: 20px;
    }

    .downloads_files_maincard p {
        font-size: 12px;
        color: #676666
    }

.downloads_files_maincard_btn {
    position: absolute;
    width: 160px;
    height: 34px;
    font-size: 13px;
    text-align: center;
    left: 30px;
    line-height: 34px;
    padding: 0 20px;
    bottom: 20px;
}
/*    .downloads_files_maincard_btn:hover {
        background: #3d3c3c;
    }*/
.softcard {
   border:solid 1px var(--thm-primary)
}
   /* .softcard .downloads_files_maincard_btn {
        background: var(--thm-primary);
        color: #fff;
        transition:all .3s;
    }
        .softcard .downloads_files_maincard_btn:hover{
            background:var(--thm-primary-ain);
        }*/
        .softcard .downloads_files_maincard_btn i {
            color: #fff;
        }
/*
    .softcard h4 {
        color: #fff !important;
    }

    .softcard p {
        color: #fff !important;
    }

    .softcard .downloads_files_maincard_btn {
        background: #ffd800!important;
        color: #000
    }

        .softcard .downloads_files_maincard_btn i {
            color: #fff;
            background: var(--thm-primary);
        }
*/

.main-downloads_nofile{
    margin-top:10px;
    background:#f6f6f6;
    height:48px;
    line-height:48px;
    color:#676666;
    text-align:center;
    border-radius:10px;
    font-size:14px;
}