.icon-block {
    display: flex;
    justify-content: space-between !important;
    max-width: 200px;
    min-width: 130px;
}

.icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
}

.icon.telegram {
    background-image: url(../img/icon/icon_telegram.svg);
}

.icon.insta {
    background-image: url(../img/icon/icon_inst.svg);
}

.icon.youtube {
    background-image: url(../img/icon/icon_youtube.svg);
}

.icon.facebook {
    background-image: url(../img/icon/icon_facebook.svg);
}

.icon.phone {
    background-image: url(../img/icon/icon_phone.svg);
}

.icon_arrow {
    background-image: url(../img/icon/icon_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 44%;
}

.orange_arrow {
    background-image: url(../img/icon/orange_arrow.svg);
    border-radius: 50%;
}

.pointer {
    background-image: url(../img/icon/pointer.svg);
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px #CACACA solid;
    background-repeat: no-repeat;
    background-position: center;
}
