
.masters {
    min-height: 300px;

    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.masters .item_wr {
    float: left;
    padding: 10px;
    width: 25%;
    display: block;
    min-height: 150px;
}

.masters .item {
    min-height: 250px;
    background-color: #000000;
}

.masters .img_wr {

}

.masters img {
    width: 100%;
}

.masters .lines {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-shadow: 0 0px 3px rgba(160, 124, 0, 0.45), 0 0px 25px rgb(210, 143, 12);
    text-shadow: 0 0px 3px rgba(220, 58, 0, 0.45), 0 0px 25px rgb(255, 137, 2);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
}

.masters .line1 {
    font-size: 18px;
    padding-top: 20px;
    color: #fff;
}

.masters .line2 {
    padding-bottom: 20px;
    font-size: 14px;
    color: #ffffff;
}

@media (max-width: 710px) {
    .masters .item_wr {
        width: 50%;
    }
}
@media (max-width: 400px) {
    .masters .item_wr {
        width: 100%;
    }
}


.stylist {
    min-height: 100px;
    background-color: #fff;
    margin-bottom: 50px;
    margin-top: 50px;
}

.stylist .top_section {
    min-height: 350px;
    overflow: hidden;
}

.stylist .bottom_section {

    background-color: #fbfbfb;
}

.stylist .col1 {
    position: absolute;
    top: 0;
    left: 0;
}

.stylist .col1 img {
    display: block;
    max-width: 300px;
}

.stylist .col2 {
    padding: 20px;
    padding-left: 330px;
}

.stylist .col2 .name {
    font-size: 36px;
}

.stylist .col2 .prof {
    font-size: 20px;
    color: #999;
    margin-top: 10px;
}

.stylist .bottom_section {
    text-align: center;
    padding: 30px 0;
}

.stylist .bottom_section a {
    font-size: 20px;
}

.stylist .descr {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #eee;
}





















