.page-appliances {
    background: #ffffff
}

.appliances-materials {
    width: 100%;
    padding: 0px 0px 70px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden
}

.appliances-materials .materials__title {
    font-weight: 500;
    color: #333333;
    margin-bottom: 30px;
    text-align: center
}

.appliances-materials .materials__description {
    font-weight: 400;
    color: #333333;
    line-height: 30px
}

.appliances-materials .materials__content {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch
}

.appliances-materials .materials__image {
    width: 50%;
    max-width: 680px;
    flex-shrink: 0
}

.appliances-materials .materials__image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.appliances-materials .materials__description {
    flex: 1;
    background: #FAFAFA;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    box-sizing: border-box;
    text-align: left;
    padding: 40px 30px
}

.appliances-industries {
    width: 100%;
    padding: 0px 0px 70px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden
}

.appliances-industries .industries__content {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    margin-bottom: 50px
}

.appliances-industries .industries__title {
    font-weight: 500;
    color: #333333;
    margin-bottom: 20px;
    text-align: center
}

.appliances-industries .industries__description {
    font-weight: 400;
    color: #555555;
    line-height: 30px
}

.appliances-industries .industries__list {
    max-width: 1650px;
    margin: 0 20px;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px
}

.appliances-industries .industries__item {
    width: calc(100% / 4 - 15px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center
}

.appliances-industries .industries__item-image {
    width: 100%;
    max-width: 446px;
    margin-bottom: 20px
}

.appliances-industries .industries__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.appliances-industries .industries__item-title {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
    text-align: center
}

.appliances-industries .industries__item-description {
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    text-align: center
}

.appliances-compliance {
    width: 100%;
    padding: 70px 0 70px;
    margin-bottom: 70px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden
}

.appliances-compliance .compliance__background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.appliances-compliance .compliance__background img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.appliances-compliance .compliance__content {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.appliances-compliance .compliance__content-top {
    width: 100%;
    margin-bottom: 30px
}

.appliances-compliance .compliance__title {
    font-weight: 500;
    color: #FDFDFD;
    margin-bottom: 40px;
    text-align: center
}

.appliances-compliance .compliance__content-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch
}

.appliances-compliance .compliance__image {
    width: 250px;
    height: 250px;
    flex-shrink: 0;
    margin-right: 35px
}

.appliances-compliance .compliance__image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.appliances-compliance .compliance__description {
    font-weight: 400;
    color: #FDFDFD;
    line-height: 30px;
    box-sizing: border-box;
    text-align: left
}

@media screen and (max-width:760px) {
    .appliances-materials .materials__content {
        flex-direction: column
    }

    .appliances-materials .materials__image {
        width: 100%
    }

    .appliances-materials .materials__description {
        width: 100%;
        padding: 30px 20px
    }

    .appliances-industries .industries__item {
        width: 100%
    }

    .appliances-compliance .compliance__content-bottom {
        flex-direction: column
    }

    .appliances-compliance .compliance__image {
        width: 100%;
        max-width: 250px;
        height: auto;
        margin: 0;
        margin-bottom: 20px
    }

    .appliances-compliance .compliance__description {
        width: 100%
    }
}

@media screen and (min-width:760px) and (max-width:1020px) {
    .appliances-materials .materials__content {
        flex-direction: column
    }

    .appliances-materials .materials__image {
        width: 100%
    }

    .appliances-materials .materials__description {
        width: 100%;
        padding: 30px 20px
    }

    .appliances-industries .industries__item {
        width: calc(100% / 2 - 15px)
    }

    .appliances-compliance .compliance__content-bottom {
        flex-direction: column
    }

    .appliances-compliance .compliance__image {
        width: 100%;
        max-width: 250px;
        height: auto;
        margin: 0;
        margin-bottom: 20px
    }

    .appliances-compliance .compliance__description {
        width: 100%
    }
}