#contact_contact > div > div.contact_contact_phone > p:nth-child(2) {
display: none;
}

#contact_address > div > div:nth-child(2) > p:nth-child(5){
display: none;
}

.opinions_loyality.mb-4 {
    display: none;
}
.questions__wrapper {
    display: none;
}


#projector_longdescription li{
    list-style-type: none;
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}

#projector_longdescription li::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-45%, -50%);
    width: 22px;
    height: 22px;
    background-color: #1db9ff;
    border-radius: 50%;
    background-image: url("http://foto-hosting.pl/img/9e/c5/25/9ec5254961d867f7b01dbefd07c86914eba84217.gif");
    background-size: cover;
}

#projector_longdescription li {
    list-style-type: none !important;
}