@charset "utf-8";
@import url(breadcrumbs.css);

/*********************************
1. About
*********************************/

.about {
    padding-bottom: 119px;
    background: #FFFFFF;
}

.section_title {
    padding-top: 111px;
    line-height: 1.1;
}

.section_title h2 {
    font-weight: 300;
    color: #131a2f;
}

.section_title div {
    font-size: 16px;
    font-weight: 400;
    color: #7d8293;
    text-transform: uppercase;
    margin-top: 19px;
}

.button {
    display: inline-block;
    width: 161px;
    height: 56px;
    background: #fe3c52;
    text-align: center;
}

.button a {
    display: block;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 56px;
}

.about_row {
    padding-top: 85px;
}

.about_content {
    margin-top: -7px;
    font-size: 16px;
}

.about_content p:last-of-type {
    margin-bottom: 0;
}

.about_button {
    margin-top: 48px;
}

.about_button:hover {
    opacity: 0.8;
}

.about_image img {
    max-width: 100%;
}

/*********************************
2. Backgrounds
*********************************/

.top_item_image2 {
    background-color: rgba(30, 35, 74, 0.1) !important;
}

/*********************************
3. Popular
*********************************/

.popular {
    width: 100%;
    background: #FFFFFF;
}

.popular_content {
    width: 100%;
    margin: 85px 0;
}

.popular_item, .popular_item2 {
/*    width: calc((100% - 90px) / 4);*/
    margin-bottom: 26px;
}

.popular_item:nth-last-child(-n + 4) {
    margin-bottom: 0px;
}

.popular_item a, .popular_item2 a {
    display: block;
}

.popular_item img, .popular_item2 img {
    min-width: 100%;
    height: 300px;
    object-fit: cover;
}

.popular_item_content {
    position: absolute;
    left: 28px;
    bottom: 27px;
    z-index: 10;
}

.popular_item_price {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.popular_item_title {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
}