.jan-pomnenka {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url('icon-pomnenka.svg') no-repeat center;
    mask: url('icon-pomnenka.svg') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.jan-plus {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url('icon-plus.svg') no-repeat center;
    mask: url('icon-plus.svg') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.jan-arrow-right {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url('icon-arrow-right.svg') no-repeat center;
    mask: url('icon-arrow-right.svg') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.jan-arrow-down {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url('icon-arrow-down.svg') no-repeat center;
    mask: url('icon-arrow-down.svg') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.jan-check {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url('icon-check.svg') no-repeat center;
    mask: url('icon-check.svg') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.jan-download {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url('icon-download.svg') no-repeat center;
    mask: url('icon-download.svg') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}