

/* Start:/kitchen/style.css?17563757864707*/
* {
    padding: 0;
    margin: 0;
    border: 0;
}

.intro__item{
	width: 100%;
}
.page__kitchen {
    font-family: "PT Sans", Arial, sans-serif;
}

.page__kitchen .intro {
    width: 100%;
    /*min-height: 300px;*/
}

.page__kitchen .intro__items {
    display: flex;
    align-items: center;
}

.page__kitchen .ntn__form .intro__item {
    margin-right: 20px;
    max-width: 450px;
}

.page__kitchen .ntn__form a {
    display: inline-block;
    width: 100%;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    padding: 19px 30px;
    background-image: linear-gradient(to bottom, #ffd47f 0, #f50 100%);
}

.page__kitchen .ntn__form a:hover {
    background-image: linear-gradient(to bottom, #ffd47f 0, #bd480d 100%);
}

.page__kitchen .intro__inner {
    width: 85%;
}

.page__kitchen .intro__inner .intro__title {
    margin-bottom: 20px;
}

.page__kitchen .list {
    padding: 40px;
    border-radius: 15px;
    background: #F8F8F8;
}

.page__kitchen .list ul {
    padding: 0;
    margin: 0;
}

.page__kitchen .list ul li {
    margin: 15px 0;
    padding: 5px 0 10px 45px;
    list-style: none;
    background-image: url("/kitchen/../images/intro_check.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px;
}

.page__kitchen .list .list__box {
    margin-top: 20px;
}


.page__kitchen .intro__title {
    font-size: 40px;
    font-weight: bold;
}

.page__kitchen .intro__description {
    font-size: 14px;
}

.page__kitchen .list__title {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}


.page__kitchen .list__box {
    font-size: 15px;
}


.page__kitchen .container {
    width: 100%;
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
}


/* Section */

.page__kitchen .section {
    padding: 40px 0 50px 0;
}

.page__kitchen .section_grey {
    padding: 50px 0;
    margin: 40px 0 40px 0;
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    background: #FBFBFB;
}

.page__kitchen .section__header {
    width: 100%;
    max-width: 950px;
    margin: 0 0 15px 0;
}

.page__kitchen .section__suptitle {
    font-size: 24px;
    color: #333333;
}

.page__kitchen .section__title {
    font-size: 30px;
    font-weight: bold;
}


.page__kitchen .section__text {
    margin-top: 15px;
    font-size: 15px;
}


/*construction*/

.page__kitchen .construction {
    display: flex;
    align-items: center;
    max-width: 100%;
    height: auto;
}

.page__kitchen .construction__item {
    width: 100%;
}

.page__kitchen .construction__cart {

}

.page__kitchen .construction__cart.blue {
    padding: 40px;
    background: #008EBD;
    border-radius: 15px;
    color: #FFFFFF;
}

.page__kitchen .construction__cart .construction__title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

.page__kitchen .construction__cart .construction__content {
    font-size: 15px;
}


.page__kitchen .construction__cart .construction__header {
    margin-bottom: 20px;
}


@media (max-width: 1260px) {
    .page__kitchen .solution__box .description__box .description__text {
        width: 70%;
    }

}

@media (max-width: 1020px) {
    .page__kitchen .intro__items {
        flex-wrap: wrap;
    }

    .page__kitchen .intro__item {
        margin-bottom: 20px;
    }

    .ntn__form .intro__items {
        justify-content: center;
    }

    .page__kitchen .ntn__form a {
        padding: 19px 80px;
    }
}

@media (max-width: 940px) {
    .page__kitchen .construction {
        flex-wrap: wrap;
    }

    .page__kitchen .construction .construction__item {
        margin-bottom: 30px;
    }

    .page__kitchen .construction__cart .construction__header {
        text-align: center;
    }

    .page__kitchen .construction__cart.blue {
        margin: 0;
    }

}


@media (max-width: 900px) {

    .page__kitchen .section {
        padding: 40px 0;
    }
}

@media (max-width: 725px) {
    .page__kitchen .intro__inner, .list {
        width: 100%;
    }

    .page__kitchen .section__title {
        font-size: 30px;
    }

    .page__kitchen .construction__cart.red {
        margin-right: 0;
    }
}


@media (max-width: 555px) {
    .page__kitchen .section__title {
        font-size: 25px;
    }

    .page__kitchen .intro__title{
        font-size: 25px;
    }

    .page__kitchen .list__title {
        font-size: 20px;
    }

    .page__kitchen .construction__cart .construction__title {
        font-size: 20px;
    }

    .page__kitchen .construction__cart .construction__content {
        font-size: 13px;
    }

}

@media (max-width: 380px){
    .page__kitchen .ntn__form a {
        padding: 19px 10px;
    }
}





/* End */
/* /kitchen/style.css?17563757864707 */
