.page_main,
.footer_contact {
    background: #FAFAFA;
}

.products_main {
    flex-wrap: wrap;
}

.products_type_div {
    width: calc((100% - 70px) / 3);
    margin-right: 35px;
    margin-bottom: 35px;
    position: relative;
}

.products_main .products_type_div:nth-child(3n) {
    margin-right: 0;
}

.products_type_div .imgBox {
    padding-bottom: 75%;
}

.products_type_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    padding: 45px;
    background: rgba(255, 173, 43, 0.82);
}

.products_type_title {
    display: block;
    font-family: Delecta-Bold, Delecta-Bold;
    font-weight: normal;
    font-size: 24px;
    color: #FFFFFF;
    padding-bottom: 10px;
    overflow: hidden;
    text-align: center;
    border-bottom: 2px solid #FFFFFF;
}

.products_type_desc {
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.8em;
    height: 9em;
    text-align: center;
    margin-top: 13px;
}

.products_type_link {
    margin: 10px auto 0;
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 50%;
    justify-content: center;
}

.products_type_link img {
    width: 31px;
}

.products_type_link:hover {
    background: #333;
}

.products_type_div:hover .products_type_text {
    opacity: 1;
}

.proType_innovati {
    padding: 5% 0;
}

.proType_innovati_main {
    margin-top: 25px;
}

.proType_innovati_div {
    width: 33.333333%;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    padding: 45px 50px;
}

.proType_innovati_div img {
    height: 82px;
}

.proType_innovati_title {
    font-family: Delecta-Bold, Delecta-Bold;
    font-weight: normal;
    font-size: 24px;
    color: #333333;
    margin-top: 8px;
    text-transform: capitalize;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
}

.proType_innovati_desc {
    line-height: 1.8em;
    height: 5.4em;
    overflow: hidden;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin-top: 15px;
}

.proType_innovati_btn {
    margin-top: 12px;
}

.proType_innovati_btn a {
    font-family: Arial-Bold, Arial;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}

.proType_innovati_btn a::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background-color: #FFAD2B;
    border-radius: 50%;
    background-image: url('img/btn_icon3.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px 8px;
}

.proType_innovati_btn a:hover::before {
    margin-right: 20px;
}

.proType_faq {
    padding: 5% 0;
}

.proType_faq_main {
    justify-content: space-between;
}

.proType_faq_main_left {
    width: 44.666%;
}

.proType_faq_ul {
    margin-top: 30px;
}

.proType_faq_ul li {
    padding: 15px 0;
}

.proType_faq_top {
    border-bottom: 2px solid #666666;
}

.proType_faq_title {
    flex: 1;
    font-family: Arial-Bold, Arial;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    margin-right: 20px;
    padding: 15px 0;
}

.proType_faq_top b {
    display: block;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background: #FFAD2B;
    border-radius: 50%;
    position: relative;
}

.proType_faq_top b::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 9px;
    background: url('img/faq_icon.png') no-repeat;
    background-size: 100% 100%;
}

.proType_faq_bottom {
    font-family: Arial-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    padding: 20px 0 15px;
    display: none;
}

.proType_faq_act .proType_faq_bottom{
    display: block;
}

.proType_faq_main_right{
    width: 50%;
}

.proType_faq_main_right .imgBox{
    padding-bottom: 71.9%;
}

@media only screen and (max-width: 950px) {
    .products_type_div{
        width: 100%;
        margin-right: 0;
    }

    .products_type_text{
        opacity: 1;
        padding: 15px;
    }

    .proType_innovati_div{
        width: 100%;
        padding: 25px;
    }

    .proType_innovati_main{
        flex-wrap: wrap;
    }

    .proType_faq_main{
        flex-wrap: wrap;
    }

    .proType_faq_main_left{
        width: 100%;
        margin-bottom: 25px;
    }

    .proType_faq_main_right{
        width: 100%;
    }
}