@charset "UTF-8";

@font-face {
  font-family: "rosait-icons";
  src:url("fonts/rosait-icons.eot");
  src:url("fonts/rosait-icons.eot?#iefix") format("embedded-opentype"),
    url("fonts/rosait-icons.woff") format("woff"),
    url("fonts/rosait-icons.ttf") format("truetype"),
    url("fonts/rosait-icons.svg#rosait-icons") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "rosait-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="rs-icon-"]:before,
[class*=" rs-icon-"]:before {
  font-family: "rosait-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rs-icon-bag:before {
  content: "\61";
}
.rs-icon-envelope:before {
  content: "\62";
}
.rs-icon-house:before {
  content: "\63";
}
.rs-icon-phone:before {
  content: "\64";
}
.rs-icon-times:before {
  content: "\66";
}
.rs-icon-user:before {
  content: "\67";
}
.rs-icon-chevron-right:before {
  content: "\6a";
}
.rs-icon-chevron-left:before {
  content: "\6b";
}
.rs-icon-facebook:before {
  content: "\68";
}
.rs-icon-instagram:before {
  content: "\69";
}
.rs-icon-copyrights:before {
  content: "\6d";
}
.rs-icon-alarm:before {
  content: "\6c";
}
.rs-icon-vk:before {
  content: "\6e";
}
.rs-icon-search:before {
  content: "\65";
}
.rs-icon-upload-file:before {
  content: "\6f";
}
.rs-icon-check:before {
  content: "\70";
}
.rs-icon-times-bold:before {
  content: "\71";
}
.rs-icon-check-thin:before {
  content: "\72";
}
