
.ls-social {
    background: #f4f4f5;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
}

.social-block {
    margin-top: 25px;
    display: flex;
}

.social-block span {
    display: inline-flex;
    font-size: 22px;
    font-weight: 500;
    margin-top: 10px;
}

ul.social-links {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: auto -10px auto -55px;
    text-align: justify;
}

ul.social-links li:hover a {
    margin: -2px auto;
    background-size: contain;
    border-radius: 50%;
    box-shadow: 4px 4px 10px -2px rgb(0 0 0 / 30%);
}

ul.social-links li {
    display: flex;
    margin: -10px auto 20px;
    height: 60px;
}

ul.social-links a {
    display: inline-flex;
    width: 50px;
    height: 50px;
    margin: auto;
    background-size: contain;
}

ul.social-links a:hover {}

.kr-fb {
    background: url("../img/icons/social/fb.png") no-repeat;
}


/* .kr-fb:hover {
    background: url("../img/icons/social/fb-h.png") no-repeat;
} */

.kr-in {
    background: url("../img/icons/social/in.png") no-repeat;
}


/* .kr-in:hover {
    background: url("../img/icons/social/in-h.png") no-repeat;
} */

.kr-vk {
    background: url("../img/icons/social/vk.png") no-repeat;
}


/* .kr-vk:hover {
    background: url("../img/icons/social/vk-h.png") no-repeat;
} */

.kr-tw {
    background: url("../img/icons/social/tw.png") no-repeat;
}


/*
.kr-tw:hover {
    background: url("../img/icons/social/tw-h.png") no-repeat;
} */

.kr-wa {
    background: url("../img/icons/social/wa.png") no-repeat;
}


/* .kr-wa:hover {
    background: url("../img/icons/social/wa-h.png") no-repeat;
} */

.kr-tg {
    background: url("../img/icons/social/tg.png") no-repeat;
}


/* .kr-tg:hover {
    background: url("../img/icons/social/tg-h.png") no-repeat;
} */

.kr-vb {
    background: url("../img/icons/social/vb.png") no-repeat;
}


/* .kr-vb:hover {
    background: url("../img/icons/social/vb-h.png") no-repeat;
} */


.kr-ok{
    background: url("../img/icons/social/ok.png") no-repeat;
}
ul.social-links li{
    margin: -10px 10px 10px;
}
@media (min-width: 200px) and (max-width: 469px){
    .social-block ul.social-links li {
        padding: 6px
    }
}
.ls-social.social-block .social-links{
    margin: 0 auto;
}
.ls-social.social-block ul.social-links li{
    margin: 0 auto;
}

.bx-socialsidebar {
    margin: 10px 0;
}

.bx-socialsidebar .bx-block-title {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #343434;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 9px;
    font-weight: 600;
}

.bx-socialsidebar-group {}

.bx-socialsidebar-group ul {
    padding: 0;
    margin: 0;
    display: flex;
}

.bx-socialsidebar-group ul li {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 5px;
}

.bx-socialsidebar-group ul li a {
    display: block;
    width: 35px;
    height: 35px;
    background-image: url(/bitrix/components/bitrix/eshop.socnet.links/templates/.default/images/sprite.png);
    background-repeat: no-repeat;
    /*opacity: .8;*/
    border-bottom: none;
}

.bx-socialsidebar-group ul li a.fb {
    background-position: 0 0
}

.bx-socialsidebar-group ul li a.gp {
    background-position: -44px 0
}

.bx-socialsidebar-group ul li a.tw {
    background-position: -88px 0
}

.bx-socialsidebar-group ul li a.vk {
    background-position: -132px 0
}

.bx-socialsidebar-group ul li a.in {
    background-position: -176px 0
}

.bx-socialsidebar-group ul li a:hover {
    opacity: .9;
}