/*for_whom*/
       
.o-metodike__social {
    margin-bottom: 20px;
    margin-top: 20px;
}

.social-ometode__inner {
    text-align: center;
    width: 310px;
    min-height: 100px;
    margin: auto;
}

.social-video__inner {
    text-align: center;
    max-width: 600px;
    height: 340px;    
    margin: auto;
}

.social-ometode__title {
    text-align: center;
    font-weight: 600;
}

@media(max-width:480px) {
    .social-video__inner {
        width: 330px;
        height: 200px;
    }
}


@media(max-width:992px) {
    .social-ometode__inner {
        flex-direction: column;
        margin-left; 0px
    }

}

.o-metodike__social .social-groups {
    margin: 15px 15px 15px 15px;
    float: left
}


.o-metodike__social .youtube-icon {
    background-image: url("/local/templates/spb_zaikanie/images/youtube-icon.png");
    width: 70px;
    height: 70px;
    display: block;
    background-size: cover;
    background-position: center;
}

.o-metodike__social .vk-icon {
    background-image: url("/local/templates/spb_zaikanie/images/vk-icon.png");
    width: 70px;
    height: 70px;
    display: block;
    background-size: cover;
    background-position: center;
}


 .instagram-icon {
    background-image: url("/local/templates/spb_zaikanie/images/instagram-icon.png");
    width: 70px;
    height: 70px;
    display: block;
    background-size: cover;
    background-position: center;
}

