.social-icons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 20px 0
}

.social-icons__item {
    height: 40px;
    margin: 0 15px;
    position: relative;
    width: 40px
}

.social-icons__item--telegram {
    background: url(./telegram.svg) no-repeat
}

.social-icons__item--viber {
    background: url(./viber.svg) no-repeat
}

.social-icons__item--whatsapp {
    background: url(./whatsapp.svg) no-repeat
}

.social-icons__item--application-ios {
    background: url(./ios.svg) no-repeat 50% 50%;
    background-size: 85%
}

.social-icons--sidebar {
    background: -webkit-gradient(linear, left top, left bottom, from(#17204c), to(#0b1026));
    background: -o-linear-gradient(top, #17204c 0, #0b1026 100%);
    background: linear-gradient(180deg, #17204c, #0b1026);
    border: 1px solid #2f4264;
    border-radius: 5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 24px 8px 24px 88px;
    position: relative
}

.social-icons--sidebar:before {
    background: url(./apps-widget.png) no-repeat 50% 50%;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 119px;
    left: 0;
    position: absolute;
    width: 104px
}

.social-icons--sidebar .social-icons__item {
    background-size: contain;
    height: 32px;
    margin: 0 6px;
    width: 32px
}

.social-icons--sidebar .social-icons__item--application-ios {
    background-size: 85%
}

.social-icons--sidebar .social-icons__item--download {
    color: #fff600;
    height: auto;
    margin: 8px 0 0;
    text-align: center;
    text-decoration: underline;
    width: 100%
}