/* font-family: "PTSansRegular"; */
@font-face {
    font-family: "PT Sans";
    src: url("../fonts/PTSansRegular/PTSansRegular-ext.woff") format("woff");
}
/* font-family: "PTSansItalic"; */
@font-face {
    font-family: "PT Sans";
    src: url("../fonts/PTSansItalic/PTSansItalic.woff") format("woff");
    font-style: italic;
}
/* font-family: "PTSansBold"; */
@font-face {
    font-family: "PT Sans";
    src: url("../fonts/PTSansBold/PTSansBold-ext.woff") format("woff");
    font-weight: bold;
}

/* В -ext версии шрифтов отрисовал и добавил значок турецкой лиры */
.thin-icon-map-marker::before {
    content: "";
}
[class^="thin-icon-"]::before, [class*=" thin-icon-"]::before, .thin-ico {
    font-family: "Thin Regular";
    font-weight: 400;
    font-style: normal;
    font-size: inherit;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}
.icon::before {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}
::before, ::after {
    box-sizing: border-box;
}