.youtube2 {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.youtube2 img {
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: 0.7;
}
.youtube2 .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube2 .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube2 img,
.youtube2 .play-button {
    cursor: pointer;
}
.youtube2 img,
.youtube2 iframe,
.youtube2 .play-button,
.youtube2 .play-button:before {
    position: absolute;
}
.youtube2 .play-button,
.youtube2 .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube2 iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.reviews_massage {
    width: calc(25% - 30px);
    display: block;
    margin: 0 15px;
}
@media(max-width:991px)
{
    .reviews_massage {
        width: calc(50% - 30px);
    
    }
}
.entry-header p
{
    text-align:center;
}
.massage
{
    padding-bottom: 0em !important;
}
.massage .entry-title
{
    line-height:40px!important;
}
.content-area-full {

    text-align: center;
}
.flex-content
{
    display:flex;
        margin-bottom: 2em;
}
.ico {
    /* justify-content: space-around; */
    flex: 1 0 0;
    text-align: center;
}
.content-area-full .type-course .entry-top
{
    padding:0;
}
.content-area-full .course-card {

    width: calc(100% - 0px);
}
#slider_reviews-2 img
{
    max-width:70px;
    max-height: 70px;
}
#slider_reviews-2 .rew-name{
   font-weight:600;
}
#slider_reviews-2 .rew-text {
    display: inline-flex;
}
.main-navigation a {

    font-size: 14px;
}
@media(min-width:900px)
{
    .catalog-3-row .hentry {
    
        width: calc(33% - 30px);
    
    }
    
}
