* .monopolet::before {
    content: "";
    background: url(../../materials/SVG/fleur-vov.svg) #fff;
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    margin-top: -25px;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    width: 50px;
    position: absolute;
}

body .fullMenu .tab-pane::before {
    content: "";
    background: url(../../materials/SVG/fleur-vov.svg) #fff;
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    left: -25px;
    top: 100%;
    height: 50px;
    width: 50px;
    z-index: 1;
    position: absolute;
}

.timetablesArea .col-lg-4::before {
    position: absolute;
    content: "";
    background: url(../../materials/SVG/fleur-vov.svg) #FFF no-repeat;
    background-position: center center;
    width: 35px;
    height: 35px;
    margin: auto;
    right: 0;
    transform: translateX(50%) translateY(-50%);
    top: 50%;
    z-index: 1;
}


.promo-list .col-lg-4:nth-of-type(2n) .fullBox .col-line::before {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 40px;
    height: 40px;
    background: url("../../materials/SVG/fleur-vov.svg") #f4f4f4;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.promo-list .col-lg-4:nth-of-type(2n) .fullBox .col-line::after {
    position: absolute;
    right: -20px;
    transform: translateY(-50%);
    margin-left: auto;
    top: 50%;
    content: "";
    background: url("../../materials/SVG/fleur-vov.svg") #f4f4f4;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
}

.storeSales .col-lg-4:nth-child(3n+2) a::before {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 40px;
    height: 40px;
    background: url("../../materials/SVG/fleur-vov.svg") #fff;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.storeSales .col-lg-4:nth-child(3n+2) a::after {
    position: absolute;
    right: -20px;
    margin-left: auto;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background: url("../../materials/SVG/fleur-vov.svg") #fff;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
}

.promoArea .slick-current a::before,
.storeSales .slick-current a::before {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 40px;
    height: 40px;
    background: url("../../materials/SVG/fleur-vov.svg") #fff;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.promoArea .slick-current a::after,
.storeSales .slick-current a::after {
    position: absolute;
    right: -20px;
    margin-left: auto;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background: url("../../materials/SVG/fleur-vov.svg") #fff;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
}

.contactArea .separate .col-lg-4::before {
    position: absolute;
    content: "";
    background: url(../../materials/SVG/fleur-vov.svg) #FFF no-repeat;
    background-position: center center;
    width: 35px;
    height: 35px;
    right: 0;
    margin: auto;
    transform: translateX(50%) translateY(-50%);
    top: 50%;
    z-index: 1;
}

.howToReachUs .tab-content .accordion-body .col-lg-4::before {
    position: absolute;
    content: "";
    background: url(../../materials/SVG/fleur-vov.svg) #F4F4F4 no-repeat;
    background-position: center center;
    width: 35px;
    height: 35px;
    margin: auto;
    right: -50%;
    transform: translateX(50%) translateY(-50%);
    top: 50%;
    z-index: 1;
}

* .hr-0::before {
    content: "";
    background: url(../../materials/SVG/fleur-vov.svg) #fff;
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    left: 0px;
    right: 0;
    bottom: 0;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    width: 50px;
    position: absolute;
    z-index: 1;
}

footer .privacy .monopolet::before {
    content: "";
    background: url(../../materials/SVG/fleur-w-vov.svg) #b29a56;
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
    width: 40px;
    position: absolute;
}