.line_b  {
    clear: both;
    position: relative;
    width: 100%;
    margin: 60px 0;
    border-top: 1px solid #eee;
}
.icon-vk{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2b587a;
}
.icon-telegram {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #29b6f6;
}
.icon-whatsapp {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(121, 186, 126);
}

.icon-youtube {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f00;
}
.bottom_social [class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "font-icon";
    font-size: 26px;
}
.icon-instagram-2::before {
    background-image: url("/local/components/zs/variable.set/templates/bottom_social_new/img/icons_instagram-2.png");
    content: " ";
    display: block;
    width: 40px!important;
    height: 39px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px 39px;
	margin: 0 !important;
}

/*.icon-telegram::before {
    background-image: url("/local/components/zs/variable.set/templates/bottom_social_new/img/icons_telegram_2.png");
    content: " ";
    display: block;
    width: 40px!important;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
}*/
/*.icon-whatsapp::before {
    background-image: url("/local/components/zs/variable.set/templates/bottom_social_new/img/icons-whatsapp.png");
    content: " ";
    display: block;
    width: 40px!important;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
}*/
.social-icon {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.social-icon {
    display: block;
    cursor: pointer;
    font-style: normal;
}
.social-icon {
	margin: 0 5px 5px 0;
	width: 40px;
	height: 39px;
	font-size: 20px;
	text-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}

.social-icon i {
    color: #FFF !important;
    width: 40px;
    height: 39px;
    transition: background .2s ease-in,transform .2s ease-in;
    display: flex;
}
.bottom_social {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
}
.bottom_social__item {
    display: flex;
    flex: 1;
}
.bottom_social__item a, .bottom_social__item a strong {
    color: #2d3033;
}
.bottom_social__item a:hover, .bottom_social__item a:hover strong {
    color: #383838;
}
.si-facebook:hover, .si-colored.si-facebook {
    background-color: #3B5998 !important;
}
.si-instagram:hover, .si-colored.si-instagram {
    background-color: #f6f6f7 !important;
}
.socia__text {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
}