.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 {
}

.icon.insta {
}

.icon.youtube {
}

.icon.facebook {
}

.icon.phone {
}

.icon_arrow {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 44%;
}

.orange_arrow {
    border-radius: 50%;
}

.pointer {
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px var(--pointer-border) solid;
    background-repeat: no-repeat;
    background-position: center;
}
