/* Contact icons — dvhab.ru catalog sprite + inline SVG fallbacks */

.icon {
    display: inline-block;
    position: relative;
    background-repeat: no-repeat;
    vertical-align: middle;
    flex-shrink: 0;
}

.icon:before {
    content: "";
    display: block;
}

/* Preview row under map */
.icon.icon-pin:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='15'%3E%3Cpath fill='%23A5A5A5' fill-rule='evenodd' d='M6.034 0C3.004 0 .547 2.425.547 5.417.547 8.333 5.612 15 6.034 15c.422 0 5.487-6.667 5.487-9.583C11.521 2.425 9.065 0 6.034 0zm0 8.333c-1.631 0-2.954-1.305-2.954-2.916S4.403 2.5 6.034 2.5c1.632 0 2.955 1.306 2.955 2.917 0 1.611-1.323 2.916-2.955 2.916z'/%3E%3C/svg%3E");
    width: 12px;
    height: 15px;
}

.icon.icon-phone:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13'%3E%3Cpath fill='%23A5A5A5' fill-rule='evenodd' d='M11.711 9.989l-.023-.017s-1.459-.939-2.105-1.36a1.368 1.368 0 0 0-.748-.244.96.96 0 0 0-.576.178l-.028.026c-.001.002-.12.131-.389.349-.26.21-.641.172-.942-.099-.384-.345-2.515-2.888-3.183-3.755-.134-.173-.186-.331-.16-.482.053-.311.435-.566.642-.703l.072-.049c.415-.286.459-.782.325-1.123A84.754 84.754 0 0 0 3.542.505C3.42.27 3.217-.001 2.737-.001c-.274 0-.988.102-1.447.419l-.103.069c-.415.276-1.189.791-1.189 1.87 0 1.37 1.059 3.407 3.235 6.224 2.327 3.014 5.098 4.418 6.238 4.418 1.046 0 2.056-1.237 2.382-1.835.314-.578.045-1.021-.142-1.175z'/%3E%3C/svg%3E");
    width: 12px;
    height: 13px;
}

/* Expanded contacts — sprite icons */
.icon.letter:before,
.icon.www:before,
.icon.vkontakte:before,
.icon.icon-telegram:before,
.icon.location:before,
.icon.phone:before,
.icon.icon-schedule:before {
    background-image: url("../catalog/i/newspr/sprite/sprite.svg");
    background-repeat: no-repeat;
}

.icon.letter:before {
    width: 16px;
    height: 16px;
    background-position: -960.94px -339px;
}

.icon.www:before {
    width: 16px;
    height: 16px;
    background-position: -317px -959px;
}

.icon.vkontakte:before {
    width: 16px;
    height: 16px;
    background-position: -190px -930px;
}

.icon.icon-telegram:before {
    width: 16px;
    height: 16px;
    background-position: -5px -959px;
}

.icon.location:before {
    width: 16px;
    height: 16px;
    background-position: -960.94px -469px;
}

.icon.phone:before {
    width: 16px;
    height: 16px;
    background-position: -960.94px -885px;
}

.icon.icon-schedule:before {
    width: 24px;
    height: 24px;
    background-position: -413px -866px;
}

.icon.letter:before,
.icon.location:before {
    position: relative;
    top: 4px;
}

.icon.icon-telegram:before {
    position: relative;
    top: 3px;
}

/* Map expand corners — dvhab catalog sprite */
.icon.map-arrow-1:before,
.icon.map-arrow-2:before,
.icon.map-arrow-3:before,
.icon.map-arrow-4:before {
    background-image: url("../catalog/i/newspr/sprite/sprite.svg");
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
}

.icon.map-arrow-1:before {
    background-position: -809.72px -959px;
}

.icon.map-arrow-2:before {
    background-position: -857.72px -959px;
}

.icon.map-arrow-3:before {
    background-position: -986.94px -5px;
}

.icon.map-arrow-4:before {
    background-position: -986.94px -29px;
}
