#test_cell {
    color: blue;
    background-color: #FFFF00;
}


.body_main {
    display: flex;
    flex-direction: column;
}

.header_main {
    min-height: 700px;
    flex-shrink: 0;
    background-size: cover;
}

.main_wrap {
    width: 1470px;
    min-height: inherit;
    margin: 0 auto;
    position: relative;
}

.main_wrap::after {
    display: block;
    content: '';
    clear: both;
}

.shop_name_wrap {
    position: absolute;
    width: 270px;
    height: 300px;
    background-color: #fff51f;
    box-sizing: border-box;
    padding: 82px 22px;
    top: 336px;
}


.logo {
    display: block;
    position: absolute;
    height: 111px;
    width: 200px;
    left: 37px;
    top: 24px;
    background: url(../img/logo.png) no-repeat;
    background-size: auto 111px;
}

.shop_name_main {
    color: #333333;
    font-family: Raleway, sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0 0 24px 0;
}

.shop_name_text {
    color: #333333;
    font-family: Raleway, sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    line-height: 14px;
}

.social_icons {
    position: absolute;
    top: 50px;
    right: 140px;
    width: 120px;
    display: flex;
    justify-content: space-between;
}

.social_icons a {
    text-decoration: none;
}

.social_icons i {
    color: white;
}

.content_main {
    flex-shrink: 1;
    background-color: #aceeff;
}

.content_left {
    width: 70px;
    float: left;
}

.now_is_open {
    background: url(../img/keramis_fb.jpg) no-repeat;
    background-size: auto 300px;
    margin-top: 30px;
    box-sizing: border-box;
    border: white 8px solid;
    color: #333333;
    font-family: "Raleway Black Italic", sans-serif;
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    padding-left: 134px;
    padding-top: 116px;
    padding-bottom: 60px;
}

.content_right {
    width: 1370px;
    float: right;
    margin-top: -20px;
}

.content_right_header {
    line-height: 78px;
    color: #707070;
    font-family: "Roboto Black Italic", sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    background: #f8f8f8;
    padding-left: 25px;
    margin-bottom: 30px;
}

.footer_copyrights {
    min-height: 50px;
    flex-shrink: 0;
    background-color: #333333;
    color: #dad9d9;
    line-height: 47px;
}

.footer_copyrights_text {
    float: left;
    font-family: "Roboto Regular", sans-serif;
    font-size: 12px;
}

.footer_copyrights_social {
    float: right;
    display: flex;
    justify-content: space-between;
    width: 178px;
    padding-right: 20px;
}

.footer_copyrights_social a {
    text-decoration: none;
}

.footer_copyrights_social i {
    color: #dad9d9;
}