/* --------- header ------------ */

body {
    background-color: #f4f6f8;
}

.header__arrivals {
    background-color: #f4f6f8;
    margin-top: 120px;
}

.container > header {
    margin-top: 50px;
}

header h1{
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 20px;
}

header h1 span {
    color: #ff5912;
    margin-right: 15px;
}

header p{
    text-align: center;
    line-height: 30px;
}

/* --------- /header ------------ */

/* --------- slider ------------ */

.slider__on__top {
    height: 650px;
    background-image: url(../images/goods_section/bg.png);
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slider__on__top_content {
    width: 55%;
}

.slider__on__top__header {
    font-size: 52px;
    color: #ff5912;
    margin-bottom: 30px;
    margin-left: 35px;
}

.slider__on__top__p1 {
    font-size: 18px;
    margin-bottom: 15px;
    margin-left: 15px;
}

.slider__on__top__p2 {
    font-size: 16px;
    margin-left: 10px;
}

.slider__on__top__price {
    margin-top: 65px;
}

.price__num {
    font-weight: bold;
    margin-right: 25px;
}

.price__button{
    color: #ff5912;
    margin-left: 7px;
    font-weight: bold;
}

/* --------- /slider ------------ */

/* --------- arrivals ------------ */

.arrivals__goods {
    width: 100%;
    margin-top: 85px;
    display: flex;
    margin-bottom: 80px;
}

.goods__card {
    width: 270px;
    height: 365px;
    background-color: #fff;
    margin: 0 15px 0;
    float: left;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.goods__card::after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.goods__card img {
    margin: 30px 0 30px;
}

.goods__card .price {
    color: #ff5912;
}

.arrivals__divider {
    width: 97.75%;
    min-height: 60px;
    background-color: #fff;
    margin: 30px 15px 120px 11px;
    text-align: center;
    line-height: 60px;
}

/* --------- /arrivals ------------ */
